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) @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
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8331   9 years simon04 fix #10278 - MapCSSTagChecker: preprocess MapCSS for media queries support
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8297   9 years Don-vip fix #11382 - Improve MapCSS speed by using BitSets (patch by michael2402)
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8289   9 years bastiK fixed #11378 - mapcss: fill-area rescales image
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8266   9 years simon04 fix #9782 fix #10859 - MapCSS validator: evaluate real key and value …
(edit) @8261   9 years bastiK fix coding style
(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) @8253   9 years simon04 fix #11346 - MapCSS: add areasize and waylength functions
(edit) @8252   9 years simon04 see #10529 - MapCSS: :unclosed_multipolygon should not trigger for …
(edit) @8238   9 years simon04 see #10217 - Fix reset/flickering/cache issue wrt rotated MapCSS icons
(edit) @8237   9 years simon04 see #10529 - MapCSS: add :unclosed_multipolygon pseudo-class and …
(edit) @8236   9 years simon04 see #10299 - Remove leftover, unwanted code line
(edit) @8206   9 years simon04 fix #10299 - MapCSS index for last element of object Negative index …
(edit) @8199   9 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @8141   9 years bastiK applied #11231 - MapCSS: Use PriorityQueue instead of sorting an …
(edit) @8133   9 years bastiK see #11227 - MapCSS: rendering slow because of frequent preferences lookup
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8103   9 years bastiK fixed #11163 - map symbols of an inactive (for editing) data layer …
(edit) @8097   9 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(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) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8073   9 years Don-vip fix some Sonar issues
Note: See TracRevisionLog for help on using the revision log.