source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18801   8 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18757   10 months taylor.smock Fix #17669, #22096: Allow placeholders in more locations in MapCSS
(edit) @18712   12 months taylor.smock Fix #22880: Use a single log entry for MapCSS error logging (patch by …
(edit) @17208   4 years GerdP see #19875: Inactive Map Paint styles cause bad performance - remove …
(edit) @15988   4 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15983   4 years simon04 see #18802 - Extract org.openstreetmap.josm.gui.mappaint.mapcss.Declaration
(edit) @15935   4 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15910   4 years simon04 MapCSSParser.zoom: parse into Range directly
(edit) @15113   5 years GerdP fix #17746: Detect invalid MapCSS search expressions
(edit) @15102   5 years GerdP fix #10391: Add support for "not element of" operator - implement 4 …
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14489   5 years Don-vip see #17053 - fix parsing regression involving the - operator
(edit) @14481   5 years Don-vip fix #17053 - ignore MapCSS declarations starting with "-" to allow …
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11623   7 years stoecker see #14120 - fix deprecation in core
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9857   8 years simon04 fix #12549 - MapCSS: permit using character classes in regexp: \p{...}
(edit) @9336   8 years Don-vip see #12282 - log a warning for MapCSS @media queries (deprecated …
(edit) @9247   8 years simon04 fix #12267 - MapCSS conditions does not handle unquoted 0 value Such …
(edit) @9239   8 years Don-vip javadoc update
(edit) @9099   8 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @8874   9 years simon04 fix #10467 - MapCSS: allow comparisons in regexp key conditions
(edit) @8822   9 years simon04 see #11916 - Search: allow to use multiple MapCSS selectors and …
(edit) @8791   9 years simon04 fix #11832 - MapCSS: support | in regular expression
(edit) @8535   9 years bastiK fixed #11598 - Cannot match literal quotation mark (?) in regular …
(edit) @8521   9 years Don-vip see #11593, see #11579 - MapCSS: display mapcss parsing exceptions …
(edit) @8515   9 years simon04 see #11579 - MapCSS: improve error reporting on invalid pseudo classes
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8260   9 years bastiK see #10217 - move unit handling to parser adds support for negative …
(edit) @8256   9 years bastiK mapcss: improve expression parsing Now it respects operator precedence …
(edit) @8087   9 years bastiK MapCSS: new @supports rule Implementation should be mostly compatible …
(edit) @8086   9 years bastiK MapCSS: add support for dynamic subparts This feature is not useful …
(edit) @7761   9 years Don-vip fix #10806 - support Java Pattern boundary matchers in MapCSS regex - …
(edit) @7277   10 years bastiK fixed #10210 - Bug combining multiple media queries
(edit) @7166   10 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7115   10 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[name =~ …
(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) @6970   10 years bastiK mapcss: proper @media support no longer chokes on unkown grammar when …
(edit) @6927   10 years Don-vip fix #9667 - Verify addresses interpolation range/values via 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) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6774   10 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6740   10 years simon04 fix #9191 - MapCSS: Add option to include colour preferences of …
(edit) @6686   10 years Don-vip fix #9575 - support predefined character classes in MapCSS regular …
(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) @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) @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) @6547   10 years simon04 MapCSS: add regular expression support for key conditions For …
(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) @6455   10 years simon04 fix #7939 - MapCSS: add support for negated regular expressions
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @5705   11 years bastiK mapcss: rework of eval expressions; significant performance …
(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) @4280   13 years bastiK mapcss: fix zoom parsing
(copy) @4252   13 years bastiK removed autogenerated code - can be build without problems using …
copied from trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/parser/MapCSSParser.jj
(edit) @4069   13 years bastiK mapcss: add role based selection (collaborative work by Gubaer and me)
Note: See TracRevisionLog for help on using the revision log.