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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7694   9 years stoecker image size fixes
(edit) @7669   9 years stoecker remove two false icon detections
(edit) @7665   9 years stoecker fix #9881 - proper help links
(edit) @7621   10 years Don-vip fix #10615 - Inner ways of multipolygon not correctly displayed …
(edit) @7602   10 years stoecker fix #10598 - style icon not displayed properly in toolbar (and menu)
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7592   10 years stoecker fix JavaDoc
(edit) @7568   10 years stoecker see #10529 - fix Javadoc
(edit) @7567   10 years stoecker see #10529 - add parameter to disable outer-way styled multipolygons, …
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7555   10 years Don-vip fix #10054 - Multipolygons as members not highlighted when relation is …
(edit) @7530   10 years Don-vip improve mapcss javadoc
(edit) @7509   10 years stoecker remove tabs
(edit) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7450   10 years bastiK fixed #10421 - User-settings for mapcss mappaint styles * only boolean …
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7436   10 years Don-vip global use of Utils.copyArray()
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7397   10 years bastiK fixed #10370 - MapCSS: text:name print "name" on the object
(edit) @7383   10 years bastiK applied #10301 - extend display of maxspeed nodes (patch by …
(edit) @7382   10 years bastiK fix [7378]
(edit) @7378   10 years bastiK see #10363 - show place=* icons on |z11- * special handling for …
(edit) @7285   10 years simon04 see #10211 - fix CCE when using ∈ and ⧉ in mappaint styles
(edit) @7280   10 years simon04 fix #10120 see #10215 - Validator: do not warn "Overlapping Water …
(edit) @7277   10 years bastiK fixed #10210 - Bug combining multiple media queries
(edit) @7276   10 years Don-vip fix #9518 - Automatically reload MapCSS tagchecker validator rules …
(edit) @7256   10 years bastiK fixed #10173 - Modification of styles without any data layer causes an …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7246   10 years bastiK fixed #10142 - Regression: MapCSS changes did break lane attribute style
(edit) @7238   10 years bastiK mapcss: improve implicit type conversion for eval expressions makes …
(edit) @7237   10 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7200   10 years bastiK mapcss: use correct layer inside selector (for class conditions and …
(edit) @7198   10 years bastiK fix NPE when adding tag
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7192   10 years bastiK improve warning message
(edit) @7191   10 years bastiK map styles: avoid concurrency problem
(edit) @7185   10 years Don-vip see #9518 - Automatically reload local styles using new Java 7 …
(edit) @7170   10 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7169   10 years simon04 fix #9361 - MapCSS: consider multipolygon when matching outer ring of …
(edit) @7168   10 years simon04 see #10062 - MapCSS: really deprecate coalesce()
(edit) @7167   10 years simon04 MapCSS: simplify ~= implementation, add unit tests
(edit) @7166   10 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7165   10 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7164   10 years simon04 fix #10062 - MapCSS: add any() according to MapCSS standard, …
(edit) @7162   10 years bastiK fixes #10061 - mapcss eval: deprecate use of length() for lists, use …
(edit) @7161   10 years bastiK see #9144 - don't match area base selector for primitives with …
(edit) @7143   10 years simon04 Log initialization time per mappaint style
(edit) @7140   10 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7138   10 years bastiK see #9691 - add tag based index (speed-up of factor 3 in single thread …
(edit) @7136   10 years bastiK mapcss: add support for alpha info in color property, e.g. color: …
(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) @7115   10 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[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) @7099   10 years bastiK see #9691 - mapcss: fix concurrency problem with Expressions (cannot …
(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) @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) @7045   10 years bastiK mapcss: allow to turn off dashes with dashes: none; without …
(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) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7022   10 years Don-vip see #8465 - enable and fix more 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) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(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) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6970   10 years bastiK mapcss: proper @media support no longer chokes on unkown grammar when …
(edit) @6949   10 years Don-vip see #9667 - fix unit test
(edit) @6927   10 years Don-vip fix #9667 - Verify addresses interpolation range/values via MapCSS …
(edit) @6909   10 years bastiK fixed #9818 - colour of building outline changed in 6896
(edit) @6908   10 years Don-vip see #9784 - UTF8 encoding of strings used in CRC2 computation
(edit) @6899   10 years bastiK see #9784 - md5 hashcode in mapcss
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6896   10 years bastiK mapcss: add support for @media expressions includes part of the style …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6868   10 years stoecker see #9715 - mapcss mime type
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6859   10 years simon04 see #9593 - MapCSS: fix matching of negated regular expressions for …
Note: See TracRevisionLog for help on using the revision log.