source: josm/trunk/src/org/openstreetmap/josm/gui/util

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8644   10 years Don-vip fix checkstyle issues
(edit) @8641   10 years bastiK fixed #11750 - Broken UTF-8 support in startup screen
(edit) @8624   10 years bastiK add missing svn:eol-style=native
(edit) @8556   10 years bastiK applied #11636 - Moved cursor management to new class and used java …
(edit) @8537   10 years akks add debug.advanced-keypress-detector.enable option for debugging #11209
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   10 years Don-vip fix many checkstyle violations
(edit) @8489   10 years Don-vip fix #11562 - use CopyOnWriteArrayList for listeners to avoid …
(edit) @8469   10 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8465   10 years Don-vip minor code style issues
(edit) @8444   10 years Don-vip remove extra whitespaces
(edit) @8441   10 years Don-vip see #11209 - add debug messages
(edit) @8419   10 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8404   10 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8394   10 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8378   10 years Don-vip fix copyright/license headers globally
(edit) @8374   10 years Don-vip code style - Unnecessary Final Modifier
(edit) @8345   10 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8323   10 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   10 years Don-vip code cleanup
(edit) @8285   10 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8282   10 years stoecker fix handling of khmer a bit
(edit) @8260   10 years bastiK see #10217 - move unit handling to parser adds support for negative …
(edit) @8251   10 years simon04 see #10217 - MapCSS rotation: add grad and turn units
(edit) @8238   10 years simon04 see #10217 - Fix reset/flickering/cache issue wrt rotated MapCSS icons
(edit) @8199   10 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @8126   11 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8072   11 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @7937   11 years bastiK add subversion property svn:eol=native
(edit) @7896   11 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7639   11 years Don-vip fix #10651 - NPE in AdvancedKeyPressDetector.isFocusInMainWindow
(edit) @7633   11 years akks see #10647: completely disable Main.map.keyDetector events while not …
(edit) @7609   11 years akks Main.map.keyDetector was incorrectly skipping key release events, …
(edit) @7539   11 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7533   11 years Don-vip fix #10502 - hopefully should fix ConcurrentModificationException in …
(edit) @7469   11 years Don-vip fix #10444 - ConcurrentModificationException on key press
(edit) @7312   11 years Don-vip see #10267 - display HTML error page sent by WMS server when applicable
(edit) @7293   11 years akks Fix resource leaks when closing map in Lasso mode, see #10104
(edit) @7219   11 years akks missing files for two last commits
(edit) @7204   11 years Don-vip fix #10086 - fix EDT violation causing freeze of Save/upload dialog …
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   11 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6920   12 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6912   12 years Don-vip Refactor duplicated code
(edit) @6830   12 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6666   12 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6643   12 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6473   12 years Don-vip fix #9428 - highlight: handle recursive relations
(edit) @6362   12 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6361   12 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6317   12 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   12 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6248   12 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6232   12 years Don-vip Sonar - Avoid unused local variables
(edit) @6147   12 years Don-vip sonar - move duplicated class between history and conflict to util
(edit) @6085   12 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   12 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6038   12 years akks fix #8829: relation was often hanging JOSM after 6036 + better highlighting
(edit) @6026   12 years akks Change HighlightHelper methods, adopted DeteleAction to use the same code
(edit) @6025   12 years akks Highlight relation or object when user clicks the list in Relation …
(edit) @5927   12 years bastiK add missing license information
(edit) @5926   12 years bastiK clean up imports
(edit) @5881   12 years stoecker javadoc fixes
(edit) @5797   13 years Don-vip fix #8488 - Do not use Helvetica font when it is not available
(edit) @5790   13 years akks fix #8426: add_tags in remote control: better changed tags detection, …
(edit) @5785   13 years akks Forgotten file
(edit) @5741   13 years akks Extrude mode refactoring (func. splitting, javadoc). Use constant …
(edit) @5739   13 years akks see #8447: advanced preferences to customize helper lines color and stroke
(edit) @5735   13 years Don-vip fix #8116 (forgot the other cases)
(edit) @5572   13 years bastiK fixed #8184 - Map paint settings: wrong file filter for adding local …
(edit) @5493   13 years Don-vip see #8011 - Small improvements in About dialog
(edit) @5484   13 years Don-vip Recently added tags: correctly select one-char-length values, properly …
(edit) @5297   13 years Don-vip fix #4493, fix #7750: conflict dialog, nodes and members tab: allow …
(edit) @5233   13 years Don-vip fix #7684 - Various improvements in "upload=false" layers handling
(edit) @5094   14 years simon04 see #6895 - add license comment to recently added files
(edit) @5088   14 years simon04 fix #6895 - improve MapPaintMenu (add "Preference", keep menu open …
(edit) @4897   14 years stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4695   14 years bastiK session: GpxImporter refactoring
(edit) @3707   15 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
(edit) @3530   15 years stoecker fix array preferences
(edit) @3502   15 years bastiK see #3278 (redirect shortcuts in the undocked windows to the main …
(edit) @3083   16 years bastiK added svn:eol-style=native to source files
(edit) @2512   16 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(add) @2070   16 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
Note: See TracRevisionLog for help on using the revision log.