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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17042   4 years Klumbumbus checkstyle
(edit) @17037   4 years GerdP fix #19597: validator is very slow when validating a complete complex …
(edit) @16963   4 years simon04 StyleElement.FONT_MAP: use ConcurrentHashMap
(edit) @16959   4 years simon04 Java 8: use Map.computeIfAbsent
(edit) @16931   4 years Klumbumbus see #15240 - Change default icon of a mappaint style and icon of style …
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16906   4 years simon04 Fix typo in Javadoc
(edit) @16857   4 years Klumbumbus see #19574 - MapCSS color setting: Use logic from MapCSSParser to …
(edit) @16843   4 years simon04 fix #19574 - Add a color setting for MapCSS (patch by taylor.smock)
(edit) @16838   4 years simon04 see #19622 - Extract OsmPrimitiveImageProvider
(edit) @16821   4 years simon04 Java 8: use Map.getOrDefault
(edit) @16820   4 years simon04 Fix typo in Javadoc
(edit) @16818   4 years simon04 RenderingCLI: tune logging
(edit) @16817   4 years simon04 RenderingCLI: default to elemstyles.mapcss
(edit) @16816   4 years simon04 RenderingCLI: support compressed .osm files
(edit) @16815   4 years simon04 RenderingCLI: handle NoSuchFileException
(edit) @16814   4 years simon04 fix #19612 - NPE when running RenderingCLI
(edit) @16813   4 years simon04 Fix typo in Javadoc
(edit) @16784   4 years GerdP see #19180: false positives from tagchecker with single letter …
(edit) @16700   4 years simon04 fix #18213 - MapCSS: add support for repeat-image-opacity
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16630   4 years simon04 see #19334 - https://errorprone.info/bugpattern/UnnecessaryParentheses
(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) @16578   4 years simon04 see #19196 - Fix unit tests (patch by taylor.smock)
(edit) @16563   4 years simon04 fix #19357 - MapPaintStylesUpdateListener: fix typo
(edit) @16562   4 years simon04 fix #19196 - Don't require a restart when a MapPaint color is changed …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16509   4 years GerdP see #19296: Actions should avoid to install listeners which are not …
(edit) @16488   4 years simon04 fix #19281, see #19174 - Use Objects.hash where it is not used (patch …
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16357   4 years simon04 Extract inner class MapCSSRuleIndex
(edit) @16322   4 years simon04 fix #18883 - InspectPrimitiveDialog: improve mapstyle summary
(edit) @16321   4 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
(edit) @16290   4 years Klumbumbus fix #18094 - Display addr:unit and addr:flats in the MapView too.
(edit) @16287   4 years Klumbumbus see #18802, fix #19069 - Restore display of values from selectors with …
(edit) @16253   4 years simon04 fix #18468 - MapCSS: add support for text-rotation
(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) @16186   4 years Don-vip fix #18871 - fix performance regression - padded icons requests made …
(edit) @16184   4 years simon04 see #18954, see #18864 - Introduce GenericParser for Cascade.convertTo
(edit) @16172   4 years simon04 Fix JavaDoc warnings
(edit) @16153   4 years simon04 fix #18941 - MapImage.getImageResource: wait for image to load
(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) @16100   4 years simon04 see #18468 - MapCSSRendererTest: generate style debugging output
(edit) @16069   4 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16062   4 years simon04 see #18871 - fix MapCSSRendererTest.testRender[way-repeat-image]
(edit) @16060   4 years simon04 see #18871 - ImageProvider.getPadded: fix/improve performance
(edit) @16000   4 years simon04 see #18802 - fix MapCSSRendererTest.testRender[relation-linkselector]
(edit) @15998   4 years simon04 see #18802 - MapCSSTagChecker: use Stream API
(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) @15889   4 years simon04 fix #14088 - Add tags dialog: use padded preset/style icons for okay button
(edit) @15755   4 years simon04 Introduce Stopwatch class to measure elapsed time
(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) @15719   4 years simon04 Java 8: deprecate Utils.exists, Utils.find
(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) @15586   4 years Don-vip code cleanup
(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) @15293   5 years Don-vip sonar
(edit) @15292   5 years Don-vip checkstyle/pmd/sonar
(edit) @15289   5 years Don-vip see #10435 - Enable grouping of similar settings for …
(edit) @15288   5 years Don-vip see #10435 - keep the style settings menu open after one has been …
(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) @15210   5 years Don-vip see #17853 - add missing preference change listener
Note: See TracRevisionLog for help on using the revision log.