source: josm/trunk/src/org/openstreetmap/josm/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7893   9 years Don-vip code cleanup, fix various warnings, improve javadoc
(edit) @7889   9 years Don-vip fix #10801 - presets reading: checkgroup in chunk leads to checks …
(edit) @7869   9 years Don-vip see #10448 - code cleanup, better error message
(edit) @7867   9 years Don-vip see #10448 - Upgrade Bzip2 library to latest version of Apache Commons …
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7846   9 years bastiK typo
(edit) @7845   9 years bastiK see #10026 - change user data directory on Mac OSX from …
(edit) @7835   9 years Don-vip fix #10026 - migrate preferences and plugins from old ~/.josm
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7833   9 years bastiK see #6248 - typo
(edit) @7832   9 years bastiK see #6248 - fix path for Win XP
(edit) @7831   9 years Don-vip see #10026 - use recommended preferences directory on OSX. Linux and …
(edit) @7829   9 years Don-vip see #6248, #10026 - use recommended cache directories on Windows and …
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7805   9 years bastiK see #10836 - svg salamander not thread safe when parsing the svg xml
(edit) @7804   9 years bastiK see #10836 - synchronize in case of multithreading issue in svgsalamander
(edit) @7803   9 years bastiK see #10836 - catch all errors in SVG library
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7792   9 years bastiK see #10286 - fix numerical rounding problems
(edit) @7786   9 years Don-vip see #10816 - fix text parsing regressions
(edit) @7783   9 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7776   9 years akks fix #10821: ImproveWayAccuracy produced self-intersecting ways remove …
(edit) @7748   9 years Don-vip fix some Sonar issues recently introduced
(edit) @7731   9 years Don-vip see #10684 - fix javadoc
(edit) @7706   9 years stoecker don't crash when data image url is broken
(edit) @7696   9 years stoecker Fix scaling, see #10684
(edit) @7695   9 years Don-vip fix #10695 - NPE
(edit) @7694   9 years stoecker image size fixes
(edit) @7693   9 years stoecker see #10684 - no double loading of images, cleanup action icons - menu …
(edit) @7689   9 years stoecker and another typo
(edit) @7688   9 years stoecker typo
(edit) @7687   9 years stoecker see #10684, see #10688 fix icon scaling a bit
(edit) @7606   10 years Don-vip fix #10592 - fix other shortcuts
(edit) @7605   10 years Don-vip see #10592 - disable irrelevant os x system shortcuts
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7595   10 years stoecker see #10479 - fix transparency also for 'data:' loading mode
(edit) @7592   10 years stoecker fix JavaDoc
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7556   10 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7509   10 years stoecker remove tabs
(edit) @7499   10 years Don-vip fix #10479 - handle transparency for paletted images
(edit) @7497   10 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7495   10 years Don-vip fix #10479 - proper handling of transparent files
(edit) @7485   10 years Don-vip see #10455 - OS X: show correct dock icon if run with java-jar
(edit) @7482   10 years Don-vip fix #7021 - enable fullscreen with OS X
(edit) @7480   10 years Don-vip use native LAF (com.apple.laf.AquaLookAndFeel) on OS X
(edit) @7473   10 years Don-vip see #10441 - send capabilities request instead of changesets request …
(edit) @7463   10 years Don-vip fix #10392 - rework of MenuScroller to replace static scrollCount …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7423   10 years Don-vip see #9680, see #4626 - multithreaded multipolygon creation
(edit) @7419   10 years Don-vip fix #7708 - pre-formatting of manual bug reports
(edit) @7407   10 years Don-vip fix focus issues (regression from r7401)
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7401   10 years Don-vip fix #10175 - ask for JOSM update in case of crash with old version
(edit) @7395   10 years Don-vip javadoc update/cleanup
(edit) @7392   10 years Don-vip code cleanup, javadoc update
(edit) @7383   10 years bastiK applied #10301 - extend display of maxspeed nodes (patch by …
(edit) @7376   10 years Don-vip fix #10198 - wrong layout of bug report dialog with Gnome 3 (at least …
(edit) @7356   10 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7353   10 years bastiK fixed #10328 - AssertionError when adding tag (is_right_hand_traffic)
(edit) @7349   10 years Don-vip blind attempt to support Gentoo in Java package info retrieval
(edit) @7344   10 years Don-vip fix #10230 - add information message before installing certificate to …
(edit) @7343   10 years Don-vip see #10230, see #10033 - add "Install/uninstall certificate" buttons …
(edit) @7342   10 years Don-vip see #10230, see #10033 - fix certificate detection
(edit) @7337   10 years Don-vip see #10230, see #10033 - SAN tweaks + fix unit test (for real?)
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7321   10 years Don-vip fix #10287 - robustness to system time going backwards during josm startup
(edit) @7319   10 years akks Add colorbar for active GPX layer, big GpxLayer class refactoring, see …
(edit) @7318   10 years stoecker see #10272 - improve version checks for RPM based distros
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(edit) @7314   10 years Don-vip see #10272 - refactor Linux package info retrieval to work on more …
(edit) @7313   10 years Don-vip fix #10267 - WMS robustness against JPEG files with invalid metadata …
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7287   10 years Don-vip fix #10025 - File registration with Mac OSX (many thanks to Stereo and …
(edit) @7283   10 years Don-vip see #10025 - add debug/warn messages
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7275   10 years Don-vip see #9518 - refactor internals of MapCSSTagChecker to prepare later …
(edit) @7253   10 years Don-vip see #10025 - open .osm files with double-click on OSX
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7206   10 years Don-vip see #10033 - allow remote control to work from osm.org in https on …
(edit) @7205   10 years Don-vip fix #10052 - Wrong server URL in HTTP 400 error message
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7187   10 years Don-vip fix #10079 - typos in messages and javadoc
(edit) @7170   10 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7145   10 years simon04 see #10037 - Improve node-inside-multipolygon matching by handling …
(edit) @7134   10 years Don-vip fix #10030 - wms support broken in r7132
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7109   10 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
(edit) @7100   10 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7090   10 years Don-vip code refactoring to avoid classes in methods (cause problems for code …
(edit) @7089   10 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7075   10 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7072   10 years Don-vip fix #9988 - NPE in Geometry.getCentroid()
(edit) @7060   10 years Don-vip fix issue in bug report URL (regression from r7037), add javadoc and …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
Note: See TracRevisionLog for help on using the revision log.