source: josm/trunk/src/org/openstreetmap/josm/gui/util/GuiHelper.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17090   4 years simon04 fix #18200 - Update to JMockit 1.49 (patch by taylor.smock, modified)
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @15586   4 years Don-vip code cleanup
(edit) @15054   5 years Don-vip fix #17676 - display dynamic imagery entries in sub menus when they …
(edit) @14695   5 years Don-vip It's 2019 and Oracle has finally discovered what HTTPS is about
(edit) @14463   5 years Don-vip fix #17040 - fix memory leaks when calling history dialog
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14052   6 years Don-vip see #16010 - use JMockit to enable more extensive test coverage (patch …
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @12748   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12644   7 years Don-vip see #15182 - remove dependence of I18n on GUI
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12304   7 years michael2402 Javadoc for public methods / classes in gui.util and gui.widgets
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10712   8 years simon04 Typo
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10471   8 years Don-vip fix #13043 - NPE
(edit) @10470   8 years Don-vip see #13043 - fix typo
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10372   8 years Don-vip fix #12945 - Better exception wrapping for …
(edit) @10295   8 years Don-vip see #12863 - fix typo
(edit) @10277   8 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10172   8 years Don-vip fix #12828 - exception from popup menu (regression from r9916)
(edit) @10164   8 years Don-vip add more unit tests
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @10024   8 years Don-vip fix #12656 - increase display time for styles and presets tooltips
(edit) @9916   8 years Don-vip ChangesetCacheManager: add unit tests
(edit) @9826   8 years wiktorn Properly support multi-display environments when estimating tile cache …
(edit) @9778   8 years bastiK see #12507 - fix mouse wheel scrolling at some places
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9246   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9223   8 years Don-vip fix #12259 - adjust colors contrast in relation editor and history dialog
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @8929   9 years Don-vip javadoc fixes
(edit) @8905   9 years Don-vip sonar minor fixes
(edit) @8644   9 years Don-vip fix checkstyle issues
(edit) @8641   9 years bastiK fixed #11750 - Broken UTF-8 support in startup screen
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8374   9 years Don-vip code style - Unnecessary Final Modifier
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8282   9 years stoecker fix handling of khmer a bit
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7312   10 years Don-vip see #10267 - display HTML error page sent by WMS server when applicable
(edit) @7204   10 years Don-vip fix #10086 - fix EDT violation causing freeze of Save/upload dialog …
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5797   11 years Don-vip fix #8488 - Do not use Helvetica font when it is not available
(edit) @5790   11 years akks fix #8426: add_tags in remote control: better changed tags detection, …
(edit) @5741   11 years akks Extrude mode refactoring (func. splitting, javadoc). Use constant …
(edit) @5739   11 years akks see #8447: advanced preferences to customize helper lines color and stroke
(edit) @5735   11 years Don-vip fix #8116 (forgot the other cases)
(edit) @5493   12 years Don-vip see #8011 - Small improvements in About dialog
(edit) @5484   12 years Don-vip Recently added tags: correctly select one-char-length values, properly …
(edit) @5297   12 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
(edit) @5233   12 years Don-vip fix #7684 - Various improvements in "upload=false" layers handling
(edit) @4695   12 years bastiK session: GpxImporter refactoring
(add) @3707   13 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
Note: See TracRevisionLog for help on using the revision log.