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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8352   10 years stoecker add Vietnamese language
(edit) @8347   10 years Don-vip simplify/instrument SAX code
(edit) @8346   10 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   10 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   10 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   10 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   10 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8324   10 years Don-vip squid:S1133 - remove deprecated code
(edit) @8323   10 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8322   10 years simon04 fix #11380 - JOSM notes layer thinks that all notes were created on …
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   10 years Don-vip simplify URL encoding/decoding
(edit) @8303   10 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8292   10 years stoecker fix #11381 - default language setting failed
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8290   10 years Don-vip code cleanup
(edit) @8287   10 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8286   10 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8285   10 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8284   10 years stoecker typo
(edit) @8283   10 years stoecker some i18n code cleanups
(edit) @8282   10 years stoecker fix handling of khmer a bit
(edit) @8244   10 years Don-vip see #11359 - ignore unsupported date/time exif tags
(edit) @8243   10 years Don-vip fix #11359 - update to metadata-extractor 2.8.1
(edit) @8241   10 years stoecker see #11148 - removed language display name workaround, but keep the …
(edit) @8233   10 years stoecker see #11148 - cleanup doc texts
(edit) @8232   10 years stoecker see #11148 - move language stuff to the correct place instead of …
(edit) @8228   10 years stoecker see #11148 - readd license
(edit) @8227   10 years stoecker fix #11148 - add Valencian language
(edit) @8207   10 years simon04 fix #11148 - Add Valencian language to josm (ca@valencia)
(edit) @8160   10 years stoecker add Lithuanian language - fix #11282
(edit) @8149   10 years stoecker fix #11257 - Remove apache.commons.codecs - patch by Florian Schaefer
(edit) @8148   10 years bastiK applied #11249 - Remove some unneccessary variable boxing (patch by …
(edit) @8132   10 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8129   10 years Don-vip fix Sonar issue findbugs:OS_OPEN_STREAM - Bad practice - Method may …
(edit) @8127   10 years Don-vip fix Sonar issue squid:S2111 - "BigDecimal(double)" should not be used
(edit) @8126   10 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8102   10 years stoecker fix #11155 - don't add subdir slash multiple times - why do the recent …
(edit) @8099   10 years Don-vip see #10989 - add support for more languages on recent version of …
(edit) @8097   10 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8096   10 years stoecker fix typo
(edit) @8095   10 years stoecker see #10684 - add proper overlay interface for ImageProvider()
(edit) @8091   10 years stoecker proper handling of language infor for maps name and description
(edit) @8073   10 years Don-vip fix some Sonar issues
(edit) @8061   10 years bastiK see #11096 - strip .png
(edit) @8018   10 years bastiK fix compile error from [8017]
(edit) @8015   10 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8014   10 years bastiK see #10989 - added 3 more scripts (Syriac, Thaana, Malayalam)
(edit) @8006   10 years bastiK see #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @7956   10 years bastiK fixed #10962 - Photo orientation should not be ignored for thumbnails
(edit) @7937   10 years bastiK add subversion property svn:eol=native
(edit) @7901   10 years Don-vip fix #10892 - update multipolygon preset + javadoc update
(edit) @7898   10 years Don-vip enable Asturian (ast) language
(edit) @7897   10 years stoecker see #8645 - also enable new language on older systems
(edit) @7894   10 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7893   10 years Don-vip code cleanup, fix various warnings, improve javadoc
(edit) @7889   10 years Don-vip fix #10801 - presets reading: checkgroup in chunk leads to checks …
(edit) @7869   10 years Don-vip see #10448 - code cleanup, better error message
(edit) @7867   10 years Don-vip see #10448 - Upgrade Bzip2 library to latest version of Apache Commons …
(edit) @7864   10 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7846   10 years bastiK typo
(edit) @7845   10 years bastiK see #10026 - change user data directory on Mac OSX from …
(edit) @7835   10 years Don-vip fix #10026 - migrate preferences and plugins from old ~/.josm
(edit) @7834   10 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7833   10 years bastiK see #6248 - typo
(edit) @7832   10 years bastiK see #6248 - fix path for Win XP
(edit) @7831   10 years Don-vip see #10026 - use recommended preferences directory on OSX. Linux and …
(edit) @7829   10 years Don-vip see #6248, #10026 - use recommended cache directories on Windows and …
(edit) @7828   10 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7805   10 years bastiK see #10836 - svg salamander not thread safe when parsing the svg xml
(edit) @7804   10 years bastiK see #10836 - synchronize in case of multithreading issue in svgsalamander
(edit) @7803   10 years bastiK see #10836 - catch all errors in SVG library
(edit) @7801   10 years Don-vip fix some Sonar issues
(edit) @7792   10 years bastiK see #10286 - fix numerical rounding problems
(edit) @7786   10 years Don-vip see #10816 - fix text parsing regressions
(edit) @7783   10 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7776   10 years akks fix #10821: ImproveWayAccuracy produced self-intersecting ways remove …
(edit) @7748   10 years Don-vip fix some Sonar issues recently introduced
(edit) @7731   10 years Don-vip see #10684 - fix javadoc
(edit) @7706   10 years stoecker don't crash when data image url is broken
(edit) @7696   10 years stoecker Fix scaling, see #10684
(edit) @7695   10 years Don-vip fix #10695 - NPE
(edit) @7694   10 years stoecker image size fixes
(edit) @7693   10 years stoecker see #10684 - no double loading of images, cleanup action icons - menu …
(edit) @7689   10 years stoecker and another typo
(edit) @7688   10 years stoecker typo
(edit) @7687   10 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   11 years Don-vip fix #8262 - Relation editor: filter autocompletion of roles by …
(edit) @7539   11 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7509   11 years stoecker remove tabs
(edit) @7499   11 years Don-vip fix #10479 - handle transparency for paletted images
(edit) @7497   11 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7495   11 years Don-vip fix #10479 - proper handling of transparent files
(edit) @7485   11 years Don-vip see #10455 - OS X: show correct dock icon if run with java-jar
Note: See TracRevisionLog for help on using the revision log.