source: josm/trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11044   8 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9644   8 years Don-vip help browser: code refactoring, add first unit tests
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6827   10 years Don-vip fix #9659 - show changeset source in history dialog
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6800   10 years Don-vip fix #9657 - NPE
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5938   11 years Don-vip see #8685 - fix fragments handling
(edit) @5923   11 years Don-vip fix #8655 - Removed unecessary toString() calls on Strings (patch by …
(edit) @5915   11 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5816   11 years stoecker javadoc fixes
(edit) @4590   13 years stoecker see #59 - patch by xeen - apply parts of the new Windows menu stuff
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3975   13 years bastiK fixed #6092, ref #6093 - spelling
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3238   14 years jttt Fix #4633 All big internal Help Pages opens in middle page
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3060   14 years stoecker fix help for missing pages
(edit) @3043   14 years stoecker fix #4461 - external pages in Help browser wrong
(edit) @2918   14 years stoecker removed debug code
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2448   15 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2308   15 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2276   15 years Gubaer Using java instead of javaw for launching external help browser on …
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(add) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
Note: See TracRevisionLog for help on using the revision log.