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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7192   10 years bastiK improve warning message
(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) @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) @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) @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) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(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) @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) @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) @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 …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6825   10 years simon04 fix #9689 - Validator: fix false-positive for "overlapping water …
(edit) @6809   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6805   10 years bastiK fixed #9674 - Support for escaping special characters
(edit) @6774   10 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6762   10 years Don-vip fix NPEs seen in tagchecker tests
(edit) @6749   10 years simon04 fix #9596 - MapCSS style: determine opacity/transparency of a color …
(edit) @6748   10 years simon04 fix #9595 - Test for nodes inside polygons with the same values …
(edit) @6740   10 years simon04 fix #9191 - MapCSS: Add option to include colour preferences of …
(edit) @6737   10 years simon04 fix #8071 - MapCSS: skip null values in concat(), provide …
(edit) @6736   10 years simon04 fix #8568 - MapCSS rule applied several times if several selectors applies
(edit) @6687   10 years Don-vip see #9414, fix #9576 - "unconnected" pseudo class in MapCSS for nodes …
(edit) @6686   10 years Don-vip fix #9575 - support predefined character classes in MapCSS regular …
(edit) @6681   10 years simon04 fix #9570 - MapCSS validator: make {0.tag} work for …
(edit) @6680   10 years simon04 fix #9556 - Validator: add "natural and landuse of the same type …
(edit) @6677   10 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6645   10 years simon04 see #9414 - MapCSS validator: some performance imrovements …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6630   10 years simon04 see #9534 - "Overlapping areas" validator: do not generate warnings …
(edit) @6629   10 years simon04 Replace NodesDuplicatingWayTags test by a corresponding MapCSS test
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6613   10 years simon04 see #9516 - MapCSS: add support for crossing polygon check (`area ⧉ …
(edit) @6611   10 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6610   10 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6609   10 years simon04 see #9516 - MapCSS: greatly improve performance of spatial "element …
(edit) @6607   10 years simon04 see #9516 - MapCSS: add basic support for a "contains" expression The …
(edit) @6601   10 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6579   10 years simon04 fix #4280 - Validator, crossing ways: do not warn if layer is missing …
(edit) @6561   10 years simon04 see #9485 - MapCSS: add support for set .class_name instruction …
(edit) @6560   10 years simon04 see #9485 - MapCSS: add support for set class_name instruction and …
(edit) @6554   10 years simon04 see #9414 fix #9409 - extend MapCSS condition syntax to allow the …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6547   10 years simon04 MapCSS: add regular expression support for key conditions For …
(edit) @6538   10 years simon04 see #9414 - MapCSS-based tagchecker: provide {i.key}, {i.value}, …
(edit) @6535   10 years simon04 fix #9475 see #9470 - NPE on startup - …
(edit) @6534   10 years simon04 fix #9470 see #9414 - make "layer tag with + sign" auto fixable
(edit) @6532   10 years Don-vip fix #8687, see #9414, see #9470 - tagchecker: update numeric tests to …
(edit) @6521   10 years Don-vip add a relative OUTPUT_DIRECTORY parameter to MapCSSParser.jj to …
(edit) @6513   10 years simon04 see #9414 - convert some tagchecker tests to MapCSS, extend MapCSS by …
(edit) @6506   10 years simon04 see #9414 - implement MapCSS-based tag checker/fixer The file …
(edit) @6455   10 years simon04 fix #7939 - MapCSS: add support for negated regular expressions
Note: See TracRevisionLog for help on using the revision log.