source: josm/trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyles.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13104   6 years Don-vip fix some recent Sonar issues
(edit) @13089   6 years bastiK fixed #15521 - backround color is not reset after disabling mappaint …
(edit) @12971   7 years bastiK see #15273 - fix: cache field should not be static
(edit) @12968   7 years bastiK see #15273 - fix backgroundColorCache invalidation
(edit) @12966   7 years bastiK use RenderingHelper in MapCSSRendererTest; move …
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12700   7 years bastiK fixed #15203 - Wrong "Area style way is not closed" message for …
(edit) @12026   7 years stoecker see #10529 - drop code completely
(edit) @11908   7 years stoecker see #10529 - don't display outer-way-style multipolygons by default - …
(edit) @11799   7 years bastiK fix "Area style way is not closed" validation test
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11730   7 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11722   7 years michael2402 Do not include text label in area style - use a separate class and …
(edit) @11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11368   7 years Don-vip see #14043 - review use of short type
(edit) @11137   8 years bastiK javadoc
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @9341   8 years bastiK mapcss: basic support for :selected pseudoclass (see #9891)
(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) @9239   8 years Don-vip javadoc update
(edit) @9114   8 years bastiK mapcss: make partial fill threshold an advanced preference option (see …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8582   9 years Don-vip checkstyle
(edit) @8575   9 years bastiK see #11607 - more debugging output for error in StyleCache
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8133   9 years bastiK see #11227 - MapCSS: rendering slow because of frequent preferences lookup
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7568   10 years stoecker see #10529 - fix Javadoc
(edit) @7567   10 years stoecker see #10529 - add parameter to disable outer-way styled multipolygons, …
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7486   10 years Don-vip fix #10469 - Way tagged aeroway=taxiway causes warning in validator
(edit) @7448   10 years bastiK see #10425 - fix [7447]: lock prevented mappaint code in …
(edit) @7447   10 years bastiK fixed #10425 - ConcurrentModificationException when auto update …
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7383   10 years bastiK applied #10301 - extend display of maxspeed nodes (patch by …
(edit) @7191   10 years bastiK map styles: avoid concurrency problem
(edit) @7084   10 years Don-vip see #8465 - use AssertionError constructor accepting a cause, new in …
(edit) @7059   10 years bastiK mapcss: use multiple threads for style creation (see #9691) …
(edit) @7014   10 years Don-vip MapCSS: drop deprecated pattern-image support
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6390   10 years Don-vip fix #9318 - validator: avoids redundant checks between UnclosedWays …
(edit) @6235   11 years Don-vip Sonar - fix recently introduced issues
(edit) @6211   11 years bastiK see #8997 - add more debug output in case of error
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @5899   11 years stoecker fix javadoc
(edit) @5801   11 years bastiK mapcss: new map element 'repeat-image' similar to 'pattern-image', but …
(edit) @5774   11 years Don-vip fix #8490 - NPE
(edit) @5766   11 years Don-vip see #8490 - fix NPE
(edit) @5753   11 years Don-vip see #8485 - Don't throw IllegalArgumentException with buggy projections
(edit) @5399   12 years bastiK fixed #7929 - You can't add new tag
(edit) @5206   12 years bastiK applied #7624 - Allow MapCSS to style right and left side casings …
(edit) @5054   12 years bastiK see #6797: load map images in background, in case they are loaded over …
(edit) @4682   12 years simon04 fix #2746 - add validation: Way connected to Area
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4621   12 years Don-vip fix #6987 - Crashing on osm file open -> Fix a performance problem …
(edit) @4606   12 years bastiK see #7072 - bug in mappaint zoom code
(edit) @4415   13 years bastiK fixed #6817 - mapcss stylesheet not rendered correctly in 4399
(edit) @4319   13 years bastiK mappaint: split NodeElemStyle into icon/symbol part and text part
(edit) @4318   13 years bastiK mapcss: allow disabling the default point- and line styles
(edit) @4180   13 years bastiK fix bug in relation with mappaint/zoom
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @4055   13 years bastiK #6246 - area edges painted above highway
(edit) @4006   13 years bastiK mapcss: new LinePattern style element similar to mapnik's …
(edit) @3903   13 years bastiK mapcss: minor fixes
(edit) @3893   13 years bastiK mapcss: some rework of Error Handling, (Multi)Cascade and icon loading
(edit) @3865   13 years bastiK mapcss: basic support for node shapes and some fine tuning
(edit) @3860   13 years bastiK LineElemStyle refactoring (more caching and additional properties)
(edit) @3855   13 years bastiK Extended mappaint style dialog. No longer required to restart JOSM for …
(edit) @3854   13 years bastiK Removed property "mappaint.style", including gui selection combobox. …
(edit) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
(edit) @3844   13 years stoecker see #5899 - support different display of closed ways and areas
(edit) @3843   13 years bastiK first version of mapstyle dialog; still hidden because its unfinished …
(edit) @3836   13 years bastiK mappaint restructuring aimed at mapcss support: * area- and line style …
(edit) @3825   13 years bastiK move some code
(edit) @3824   13 years bastiK Separate styles from style generation. This may seem a little over the …
(edit) @3817   13 years bastiK make turn restriction rendering work again
(edit) @3803   13 years bastiK Don't merge all mappaitn style rules into one StyleSet, but keep them …
(edit) @3799   13 years bastiK move inner class to separate file
(edit) @3719   13 years bastiK added missing license information
(edit) @2922   14 years mjulius Fix NPE when styles where not found
(edit) @2906   14 years mjulius remove OsmPrimitive.entrySet() using keySet()/get() or getKeys() instead
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @1971   15 years stoecker improved custom style selection box
(edit) @1924   15 years jttt Made OsmPrimitive.keys deprecated, removed remaining references in JOSM
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1747   15 years stoecker close #2874 (NPE), improved external style handling
(edit) @1743   15 years stoecker added much improved preferences for external styles and presets
Note: See TracRevisionLog for help on using the revision log.