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) @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
(edit) @6362   11 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   11 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5841   11 years Don-vip fix #8593 - MapCSS: robustness to invalid regex patterns
(edit) @5801   11 years bastiK mapcss: new map element 'repeat-image' similar to 'pattern-image', but …
(edit) @5714   11 years bastiK mapcss: fix split function
(edit) @5705   11 years bastiK mapcss: rework of eval expressions; significant performance …
(edit) @5701   11 years bastiK mapcss: small change in regexp expression function
(edit) @5699   11 years bastiK add a few more functions for mapcss eval expression
(edit) @5620   11 years bastiK applied #8273 - couldn't be escaped for mapcss regexp (patch by ij)
(edit) @5577   11 years bastiK fixed #8187 - eval(#colour) doesn't result in #colour value suitable …
(edit) @5342   12 years Don-vip mappaint: fix "real width" painting, broken since r5212 because of a …
(edit) @5206   12 years bastiK applied #7624 - Allow MapCSS to style right and left side casings …
(edit) @4401   13 years bastiK mapcss: fix op name
(edit) @4318   13 years bastiK mapcss: allow disabling the default point- and line styles
(edit) @4280   13 years bastiK mapcss: fix zoom parsing
(edit) @4257   13 years stoecker fix #6603 - don't use optional javacc ant task
(edit) @4252   13 years bastiK removed autogenerated code - can be build without problems using …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @4069   13 years bastiK mapcss: add role based selection (collaborative work by Gubaer and me)
(edit) @4011   13 years bastiK applied #6150 - mapcss - improve parent_tag (based on patch by Gubaer)
(edit) @4008   13 years bastiK see #6122 - allow concat function in mapcss expressions (patch by cmuelle8)
(edit) @4007   13 years bastiK see #6150 mapcss - extended functionality for instruction text: ... …
(edit) @4006   13 years bastiK mapcss: new LinePattern style element similar to mapnik's …
(edit) @3987   13 years bastiK mapcss: improvements in text label selection, performance and typo …
(edit) @3980   13 years bastiK mapcss: fix conditions
(edit) @3971   13 years bastiK MapCSS: fix parser bug
Note: See TracRevisionLog for help on using the revision log.