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) @16813   4 years simon04 Fix typo in Javadoc
(edit) @16784   4 years GerdP see #19180: false positives from tagchecker with single letter …
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16590   4 years simon04 fix #19197 - MapCSS JOSM_pref: check if a pref could be converted to a …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16357   4 years simon04 Extract inner class MapCSSRuleIndex
(edit) @16287   4 years Klumbumbus see #18802, fix #19069 - Restore display of values from selectors with …
(edit) @16252   4 years simon04 fix #18961 - ColorHelper: harmonize color functions
(edit) @16199   4 years GerdP fix #18964: MapCSS rules using index are slow Avoid a sequential …
(edit) @16191   4 years GerdP see #18749: fix performance regression introduced with r15909
(edit) @16172   4 years simon04 Fix JavaDoc warnings
(edit) @16112   4 years Klumbumbus - fix @since - fix #18868 - Add segregated check box to …
(edit) @16110   4 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(edit) @16000   4 years simon04 see #18802 - fix MapCSSRendererTest.testRender[relation-linkselector]
(edit) @15995   4 years GerdP see #18802, #13165: Simplify code
(edit) @15991   4 years simon04 see #18802 - MapCSSStyleIndex: reuse rule if base is the same
(edit) @15990   4 years simon04 see #18802 - KeyValueRegexpCondition: do not store value as string
(edit) @15989   4 years simon04 see #18802 - MapCSSStyleIndex: rename/move
(edit) @15988   4 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15987   4 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15986   4 years simon04 see #18802 - Add Selector.getBase
(edit) @15985   4 years simon04 see #18802 - Add Selector.getConditions
(edit) @15984   4 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15983   4 years simon04 see #18802 - Extract org.openstreetmap.josm.gui.mappaint.mapcss.Declaration
(edit) @15959   4 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15949   4 years simon04 see #18749, see #16183 - removeAreaStylePseudoClass not for validator …
(edit) @15938   4 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15936   4 years simon04 PseudoClassCondition: use Stream API
(edit) @15935   4 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15934   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15925   4 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15920   4 years simon04 fix #18764, see #14088 - NPE in findIcon when adding a tag (patch by …
(edit) @15910   4 years simon04 MapCSSParser.zoom: parse into Range directly
(edit) @15909   4 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15907   4 years simon04 ExpressionFactory: use Stream API
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15731   4 years simon04 see #10435, fix #18095 - MapCSS: add settings of type string/double
(edit) @15730   4 years simon04 fix #18561 - Add Geometry.filterInsideAnyPolygon (patch by …
(edit) @15723   4 years simon04 Fix unit tests
(edit) @15717   4 years simon04 Java 8: use Collectors.joining
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15671   4 years simon04 Refactoring: OsmUtils.splitMultipleValues
(edit) @15591   4 years Don-vip fix #18408 - Add trim_list mapCSS function (patch by taylor.smock)
(edit) @15588   4 years Don-vip tools update: checkstyle 8.27, pmd 6.20, spotbugs 3.1.12
(edit) @15323   5 years Don-vip fix #18085 - Add method to get unique values in mapcss (patch by …
(edit) @15317   5 years Don-vip see #18057 - checkstyle/pmd
(edit) @15315   5 years Don-vip fix #18057 - add tag_regex mapcss method to get keys by regex for …
(edit) @15289   5 years Don-vip see #10435 - Enable grouping of similar settings for …
(edit) @15279   5 years Don-vip fix #17995 - Add sort method for mapcss (patch by taylor.smock)
(edit) @15275   5 years Don-vip fix #17845 - refactor evaluate code in ExpressionFactory to allow …
(edit) @15246   5 years Don-vip fix #17885 - add new MapCSS functions to retrieve OSM metadata: * …
(edit) @15245   5 years Don-vip see #17885 - extract Functions class
(edit) @15196   5 years Don-vip fix #17845 - Add a MapCSS method to check for roles in relations …
(edit) @15122   5 years Don-vip see #17763 - use interfaces where possible
(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) @15083   5 years Don-vip fix #17729, see #17695 - don't call geometry functions for …
(edit) @15069   5 years GerdP fix #17695 - add support to find multipolygon inside polygon or …
(edit) @15068   5 years GerdP see #17695: Fix ContainsFinder by removing wrong code - did not work …
(edit) @15064   5 years GerdP fix #12627,#14287,#14289,#17695 - let CrossingFinder and …
(edit) @14802   5 years Don-vip fix #17131 - add mapcss function gpx_distance to get the distance to …
(edit) @14801   5 years Don-vip fix #17358 - mapcss regular expression matches for key (patch by …
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14489   5 years Don-vip see #17053 - fix parsing regression involving the - operator
(edit) @14484   5 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
(edit) @14481   5 years Don-vip fix #17053 - ignore MapCSS declarations starting with "-" to allow …
(edit) @14474   5 years Don-vip see #17021 - simplify exception handling
(edit) @14466   5 years GerdP see #17021 : fix unit test failure
(edit) @14462   5 years GerdP see #17021: fix checkstyle issues
(edit) @14461   5 years GerdP see #17021: use constants for selector base strings This reduces the …
(edit) @14436   5 years Don-vip fix SonarQube issues
(edit) @14371   5 years simon04 fix #15889 - add MapCSS function is_similar This function tests if …
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14007   6 years Don-vip fix #16466 - NPE
(edit) @13936   6 years Don-vip proper casts
(edit) @13917   6 years Don-vip rendering of IPrimitives
(edit) @13845   6 years Don-vip fix #16321, see #10047 - mapcss metadata is required
(edit) @13815   6 years Don-vip fix #10047 - Initialize only active mappaint styles
(edit) @13811   6 years Don-vip javadoc
(edit) @13810   6 years Don-vip support rendering of IPrimitive
(edit) @13800   6 years Don-vip fix #16192 - sort map paint style settings by label
(edit) @13664   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive
(edit) @13640   6 years Don-vip javadoc/codestyle
(edit) @13633   6 years Don-vip fix #16183 - automatically remove "areaStyle" pseudo-classes from map …
(edit) @13561   6 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
(edit) @13507   6 years stoecker see #11392 - take new shorter I18n implementation also for plugins
(edit) @13506   6 years Don-vip see #11392 - let Dirk enjoy his break
(edit) @13105   6 years bastiK see #15525 - fix NPE
(edit) @13095   6 years bastiK update javadoc
(edit) @13094   6 years bastiK fixed #15525 - Add parent_osm_id for mapcss
(edit) @13046   6 years Don-vip fix #15494 - NPE
(edit) @13037   6 years Don-vip fix #15481 - Silence FileNotFoundException
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12986   7 years Don-vip fix #14132 - MapCSS crossing operator must check layer attribute first
Note: See TracRevisionLog for help on using the revision log.