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) @10045   8 years Don-vip sonar - squid:S2129 - Constructors should not be used to instantiate …
(edit) @10033   8 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9983   8 years Don-vip remove unused code
(edit) @9975   8 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9966   8 years Don-vip sonar - remove redundant null-checks
(edit) @9965   8 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9929   8 years Don-vip findbugs
(edit) @9859   8 years simon04 see #12514, fix #12560 - Fix MapCSSParserTest#testMinMaxFunctions
(edit) @9857   8 years simon04 fix #12549 - MapCSS: permit using character classes in regexp: \p{...}
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9786   8 years bastiK new mappaint performance test tests different features separately
(edit) @9770   8 years bastiK test StyleCache (see #12279)
(edit) @9669   8 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9540   8 years simon04 see #7099 - Validate correct traffic flow at roundabouts
(edit) @9400   8 years Don-vip see #12282 - detect missing icons for MapCSS styles
(edit) @9398   8 years Don-vip see #12282 - drop support for canvas{background-color} (deprecated …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9341   8 years bastiK mapcss: basic support for :selected pseudoclass (see #9891)
(edit) @9336   8 years Don-vip see #12282 - log a warning for MapCSS @media queries (deprecated …
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9323   8 years bastiK fix bug in hashCode() (relatively harmless this time)
(edit) @9299   8 years Don-vip checkstyle
(edit) @9298   8 years bastiK fixed #12279 - JOSM hangs when opening a large file
(edit) @9284   8 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9247   8 years simon04 fix #12267 - MapCSS conditions does not handle unquoted 0 value Such …
(edit) @9243   8 years Don-vip javadoc update
(edit) @9239   8 years Don-vip javadoc update
(edit) @9114   8 years bastiK mapcss: make partial fill threshold an advanced preference option (see …
(edit) @9099   8 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @9087   8 years Don-vip sonar - fix some errors, mainly NPEs
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9059   8 years Don-vip checkstyle
(edit) @9008   8 years bastiK see #12104 - mapcss: partial filling of areas (fill-extent) for fill-image
(edit) @9005   8 years bastiK see #12104 - mapcss: add option for partial filling of areas (inspired …
(edit) @8973   8 years Don-vip see #12025 - allow dynamic changes of mappaint.nameOrder
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8950   8 years Don-vip fix #12011 - add robustness
(edit) @8937   8 years Don-vip add unit tests to check validity of all map paint styles and tagging …
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8880   9 years Don-vip checkstyle + remove call to org.hamcrest.CoreMatchers.is (generating …
(edit) @8874   9 years simon04 fix #10467 - MapCSS: allow comparisons in regexp key conditions
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8849   9 years Don-vip sonar - squid:S1643 - Strings should not be concatenated using '+' in …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8833   9 years simon04 fix #11939 - MapCSS: fix parent_tag() in ∈ and ⧉ tests
(edit) @8822   9 years simon04 see #11916 - Search: allow to use multiple MapCSS selectors and …
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8791   9 years simon04 fix #11832 - MapCSS: support | in regular expression
(edit) @8775   9 years simon04 fix #8170 - MapCSS: add functions parent_tags(key) and …
(edit) @8742   9 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8741   9 years simon04 fix #11846 - MapCSS validator: make ignoring "Whole group" work again
(edit) @8740   9 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8726   9 years Klumbumbus see #8717 - fix mappaint.nameOrder
(edit) @8725   9 years Klumbumbus fix #8717 - add highway=milestone and railway=milestone to preset …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8654   9 years Don-vip fix #11769 - Documentation for KeyCondition (patch by michael2402)
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8612   9 years Don-vip fix QA issues (javadoc, findbugs, checkstyle)
(edit) @8582   9 years Don-vip checkstyle
(edit) @8575   9 years bastiK see #11607 - more debugging output for error in StyleCache
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(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) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8495   9 years simon04 fix #11150 - False validator warning on ford if node is outside the …
(edit) @8494   9 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8432   9 years bastiK fixed #11479 - buildings not rendering in mapnik style (patch by …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8416   9 years Don-vip fix #11447 - revert or r8384 for StyleCache and GeoPropertyIndex
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8385   9 years Don-vip fix regressions of r8384
Note: See TracRevisionLog for help on using the revision log.