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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7129   10 years simon04 see #10018 - Avoid broken relations after combining ways
(edit) @7128   10 years simon04 Fix Sonar issue (package cycle)
(edit) @7125   10 years simon04 MapCSS parsing: warn on unknown base selectors (2/2)
(edit) @7124   10 years simon04 MapCSS parsing: warn on unknown base selectors
(edit) @7120   10 years Don-vip code refactoring/cleanup
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7118   10 years simon04 fix #9901 - Presets: add support for alternative_autocomplete_keys, …
(edit) @7117   10 years Don-vip validator - remove old and unused serializable stuff
(edit) @7115   10 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[name =~ …
(edit) @7113   10 years simon04 fix #9872 - Sort "Member of" list naturally
(edit) @7112   10 years simon04 fix #9880 - Recognise building=(!yes) relations as buildings (name …
(edit) @7110   10 years simon04 fix #10014 - MapCSS: Add support for canvas{fill-color}, deprecate …
(edit) @7103   10 years Don-vip fix potential exception in ExpressionFactory initialization (not sure …
(edit) @7100   10 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7099   10 years bastiK see #9691 - mapcss: fix concurrency problem with Expressions (cannot …
(edit) @7098   10 years Don-vip fix #9632 - fix relation comparator
(edit) @7094   10 years Don-vip fix #9977 - Jumping to play head marker when playing next audio (patch …
(edit) @7092   10 years Don-vip refactor duplicated code
(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) @7084   10 years Don-vip see #8465 - use AssertionError constructor accepting a cause, new in …
(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) @7081   10 years Don-vip fixes for unit tests
(edit) @7075   10 years Don-vip Robustness to allow to run more unit tests in headless mode
(edit) @7074   10 years bastiK fixed #9989 - mapcss canvas{default-points: false; default-lines: …
(edit) @7069   10 years bastiK see #9691 - fix broken MapCSSTagChecker unit test
(edit) @7064   10 years bastiK see #9691 - add back reverted optimization [7056] (modified so it is …
(edit) @7059   10 years bastiK mapcss: use multiple threads for style creation (see #9691) …
(edit) @7057   10 years bastiK reverting [7056] because it won't work for execution in multiple …
(edit) @7056   10 years bastiK mapcss: optimization by converting very hot double loop into single …
(edit) @7055   10 years bastiK mapcss: optimisation by adding an extra class for the most common type …
(edit) @7054   10 years bastiK mapcss: major performance improvement for style creation, "rendering …
(edit) @7050   10 years Don-vip sonar - Nullcheck of value previously dereferenced
(edit) @7049   10 years Don-vip sonar - Don't call static DateFormat
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7047   10 years Don-vip fix #7042 - Add "call relation editor" to context menu of validator dialog
(edit) @7045   10 years bastiK mapcss: allow to turn off dashes with dashes: none; without …
(edit) @7043   10 years bastiK see #9691 - added command line option to enable debug level trace
(edit) @7041   10 years bastiK see #9691 - include mapcss version of the default style as an option …
(edit) @7039   10 years Don-vip fix #9965 - Unwanted warning in upload dialog
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @7029   10 years Don-vip fix more warnings, remove unused code
(edit) @7027   10 years Don-vip fix more warnings (-Xlint:rawtypes), remove deprecated method and …
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7022   10 years Don-vip see #8465 - enable and fix more warnings
(edit) @7021   10 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(edit) @7020   10 years Don-vip see #8465 - fix remaining compilation warnings
(edit) @7019   10 years Don-vip see #8465 - fix @SafeVarargs warning, see …
(edit) @7018   10 years Don-vip refactor duplicated code
(edit) @7017   10 years Don-vip see #8465 - fix easy compilation warnings
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7014   10 years Don-vip MapCSS: drop deprecated pattern-image support
(edit) @7013   10 years Don-vip drop support of OSM API 0.5
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7011   10 years bastiK see #9897 - Move map no longer works on OSX (do not drag a rectangle …
(edit) @7010   10 years akks If 2 nodes are selected, show distance in status line (idea by esaulenka)
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7002   10 years Don-vip see #8465 - sun.awt.exception.handler hack removed in Java 7
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6992   10 years Don-vip cleanup/refactor of NavigatableComponent
(edit) @6991   10 years Balaitous fix little bug: In TagConflictResolver dialog, when user select a …
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6989   10 years bastiK see #josm9897 - Move map no longer works on OSX
(edit) @6988   10 years bastiK debug output for #9897 (also in [o30403])
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6980   10 years Don-vip see #9634 - fix sonar issue - inconsistent synchronization
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6973   10 years bastiK applied #9634 - Downloading Referrers Grabs Focus (patch by Balaitous, …
(edit) @6971   10 years akks Add proxy.exceptions advanced parameter (localhost and 127.0.0.1 by …
(edit) @6970   10 years bastiK mapcss: proper @media support no longer chokes on unkown grammar when …
(edit) @6969   10 years Don-vip fix #9913 - update icon of mappaint preferences
(edit) @6965   10 years Don-vip fix #8047 - fix EDT violation in save/upload dialog
(edit) @6960   10 years Don-vip fix #8859, fix #9893 - Change of System of Measurement (SoM) in map …
(edit) @6958   10 years Don-vip fix #9827 - Sort track length by value instead of string …
(edit) @6957   10 years Don-vip see #9897 - refactor OSX stuff
(edit) @6956   10 years Don-vip fix #9898 - fix NPE for toggle dialogs not calling createLayout()
(edit) @6949   10 years Don-vip see #9667 - fix unit test
(edit) @6941   10 years Don-vip fix #9720 - Remote control: listen also in HTTPS
(edit) @6939   10 years Don-vip fix #9864 - add "Add/Edit/Delete" entries to tags/memberships …
(edit) @6938   10 years Don-vip see #9864 - fix regression from r6752: restore actions in toggle …
(edit) @6936   10 years Don-vip fix #9870 - exception when trying to view history of new nodes from …
(edit) @6935   10 years Don-vip see #3764 - special handling for Nimbus
(edit) @6932   10 years Don-vip fix #3764 - add stylesheet for html ordered and unordered lists, for …
(edit) @6931   10 years simon04 Preference: Allow to toggle selection of plugins also by clicking on …
(edit) @6930   10 years simon04 Add WMS: filter unsupported image formats, preselect jpeg or png
(edit) @6928   10 years Don-vip fix #9757 - validator warning for wrong multiple values (patch by naoliv)
(edit) @6927   10 years Don-vip fix #9667 - Verify addresses interpolation range/values via MapCSS …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6917   10 years Don-vip fix #9841 - access OSM tiles in HTTPS in slippy map chooser
(edit) @6915   10 years Don-vip fix #9846 - history browser: right click link to user page broken
(edit) @6912   10 years Don-vip Refactor duplicated code
(edit) @6911   10 years Don-vip see #3764 - disables "all bold" stuff by default. UI problems remain to fix
Note: See TracRevisionLog for help on using the revision log.