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) @18801   2 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18770   2 years taylor.smock Fix a potential resource leak (CID-1349914)
(edit) @18758   2 years taylor.smock See r18757: Add missing file (PlaceholderExpression)
(edit) @18757   2 years taylor.smock Fix #17669, #22096: Allow placeholders in more locations in MapCSS
(edit) @18712   3 years taylor.smock Fix #22880: Use a single log entry for MapCSS error logging (patch by …
(edit) @18665   3 years taylor.smock Fix several coverity issues CID-1504572: Synchronization on …
(edit) @18664   3 years taylor.smock Fix #22704: Add parent_way_angle mapcss function (patch by Woazboat)
(edit) @18494   3 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18489   3 years Don-vip see #22104 - fix deprecation warnings
(edit) @18451   3 years taylor.smock Fix #22073: Optimized regexes (string starts with, ends with, …
(edit) @18414   4 years taylor.smock fix #21867: Improve documentation for ConditionFactory (patch by …
(edit) @18275   4 years GerdP fix #20514: Possible poor performance when validating selection - …
(edit) @18208   4 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @18019   4 years Don-vip fix #20955 - restrict "Overlapping Areas" test to completely …
(edit) @18011   4 years Don-vip see #17177 - add debug log on saving, wait for saving in …
(edit) @17994   4 years Don-vip see #17177 - see #20971 - MVT robustness, better logs, javadoc
(edit) @17916   4 years simon04 fix #20957, see #20744 - Fix MapCSS function round
(edit) @17867   4 years simon04 see #17177 - fix @since xxx
(edit) @17862   4 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17832   5 years simon04 see #20744, fix #20810 - MapCSS: fix NPE
(edit) @17824   5 years simon04 see #20739 - Revert "MapCSS: evaluate class on current and on default …
(edit) @17808   5 years simon04 see #20745 - Avoid heap allocations in MapCSS MatchingReferrerFinder …
(edit) @17804   5 years simon04 https://errorprone.info/bugpattern/UnnecessaryParentheses
(edit) @17803   5 years simon04 see #20744 - @SuppressWarnings("unchecked")
(edit) @17802   5 years simon04 see #20745 - Avoid heap allocations in MapCSS MatchingReferrerFinder …
(edit) @17801   5 years simon04 see #20745 - Avoid heap allocations in MapCSS MatchingReferrerFinder …
(edit) @17800   5 years simon04 see #20745 - Avoid heap allocations via Selector.AbstractSelector#conds
(edit) @17799   5 years simon04 see #20745 - Avoid some heap allocations in MapCSS …
(edit) @17797   5 years simon04 see #20744 - Fix MapCSS function is_prop_set
(edit) @17781   5 years simon04 see #20744, see #20764 - MapCSS: robustness in Selector.matches
(edit) @17780   5 years simon04 see #20744, fix #20764 - MapCSS: fix NPE
(edit) @17770   5 years simon04 see #20744, fix #20757 - MapCSS: fix NPE Regression of r17758.
(edit) @17769   5 years simon04 see #20744 - MapCSS: fix unary minus Regression of r17758.
(edit) @17765   5 years simon04 see #20744 - Remove NO_UCD (unused code)
(edit) @17764   5 years simon04 see #20744 - Fix MapCSS function prop Regression of r17758.
(edit) @17762   5 years simon04 see #20744 - Evaluate MapCSS pseudo classes without array creation
(edit) @17759   5 years simon04 fix #20751 - Add MapCSS function mod (modulo)
(edit) @17758   5 years simon04 fix #20744 - Evaluate MapCSS expression without array creation
(edit) @17745   5 years simon04 fix #20739 - MapCSS: evaluate class on current and on default layer
(edit) @17744   5 years simon04 see #20739 - Extract Environment.getCascade
(edit) @17642   5 years simon04 see #19078 - Common interface TagCondition
(edit) @17614   5 years simon04 see #14124 - Checkstyle
(edit) @17613   5 years simon04 fix #14124 - Add MapCSS function title Returns a title-cased …
(edit) @17602   5 years simon04 Java Warnings
(edit) @17593   5 years simon04 see #20613 - Split KeyCondition/KeyRegexpCondition Rewrite patterns …
(edit) @17584   5 years simon04 see #20613 - Introduce Tagged.keys() Avoids creating a temporary …
(edit) @17583   5 years simon04 see #20613 - Avoid heap allocations in AbstractSelector.matches …
(edit) @17333   5 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17208   5 years GerdP see #19875: Inactive Map Paint styles cause bad performance - remove …
(edit) @17112   5 years GerdP see #19875: Inactive Map Paint styles cause bad performance free …
(edit) @17101   5 years simon04 fix #19752 - StyleCache.intern: use HashMap instead of Storage
(edit) @17042   5 years Klumbumbus checkstyle
(edit) @17037   5 years GerdP fix #19597: validator is very slow when validating a complete complex …
(edit) @16906   5 years simon04 Fix typo in Javadoc
(edit) @16821   5 years simon04 Java 8: use Map.getOrDefault
(edit) @16820   5 years simon04 Fix typo in Javadoc
(edit) @16813   5 years simon04 Fix typo in Javadoc
(edit) @16784   5 years GerdP see #19180: false positives from tagchecker with single letter …
(edit) @16643   5 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16628   5 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
(edit) @16626   5 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16590   5 years simon04 fix #19197 - MapCSS JOSM_pref: check if a pref could be converted to a …
(edit) @16553   5 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16438   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16357   6 years simon04 Extract inner class MapCSSRuleIndex
(edit) @16287   6 years Klumbumbus see #18802, fix #19069 - Restore display of values from selectors with …
(edit) @16252   6 years simon04 fix #18961 - ColorHelper: harmonize color functions
(edit) @16199   6 years GerdP fix #18964: MapCSS rules using index are slow Avoid a sequential …
(edit) @16191   6 years GerdP see #18749: fix performance regression introduced with r15909
(edit) @16172   6 years simon04 Fix JavaDoc warnings
(edit) @16112   6 years Klumbumbus - fix @since - fix #18868 - Add segregated check box to …
(edit) @16110   6 years Don-vip add MapCSS conversion functions: to_boolean, to_byte, to_short, …
(edit) @16000   6 years simon04 see #18802 - fix MapCSSRendererTest.testRender[relation-linkselector]
(edit) @15995   6 years GerdP see #18802, #13165: Simplify code
(edit) @15991   6 years simon04 see #18802 - MapCSSStyleIndex: reuse rule if base is the same
(edit) @15990   6 years simon04 see #18802 - KeyValueRegexpCondition: do not store value as string
(edit) @15989   6 years simon04 see #18802 - MapCSSStyleIndex: rename/move
(edit) @15988   6 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15987   6 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15986   6 years simon04 see #18802 - Add Selector.getBase
(edit) @15985   6 years simon04 see #18802 - Add Selector.getConditions
(edit) @15984   6 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15983   6 years simon04 see #18802 - Extract org.openstreetmap.josm.gui.mappaint.mapcss.Declaration
(edit) @15959   6 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15949   6 years simon04 see #18749, see #16183 - removeAreaStylePseudoClass not for validator …
(edit) @15938   6 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15936   6 years simon04 PseudoClassCondition: use Stream API
(edit) @15935   6 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15934   6 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15925   6 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15920   6 years simon04 fix #18764, see #14088 - NPE in findIcon when adding a tag (patch by …
(edit) @15910   6 years simon04 MapCSSParser.zoom: parse into Range directly
(edit) @15909   6 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15907   6 years simon04 ExpressionFactory: use Stream API
(edit) @15902   6 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15731   6 years simon04 see #10435, fix #18095 - MapCSS: add settings of type string/double
(edit) @15730   6 years simon04 fix #18561 - Add Geometry.filterInsideAnyPolygon (patch by …
(edit) @15723   6 years simon04 Fix unit tests
(edit) @15717   6 years simon04 Java 8: use Collectors.joining
(edit) @15716   6 years simon04 Java 8: use String.join
Note: See TracRevisionLog for help on using the revision log.