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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13664   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive
(edit) @13633   6 years Don-vip fix #16183 - automatically remove "areaStyle" pseudo-classes from map …
(edit) @13561   6 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
(edit) @13507   6 years stoecker see #11392 - take new shorter I18n implementation also for plugins
(edit) @13506   6 years Don-vip see #11392 - let Dirk enjoy his break
(edit) @13037   7 years Don-vip fix #15481 - Silence FileNotFoundException
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12649   7 years Don-vip see #15182 - code refactoring to avoid dependence on GUI packages from …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12379   7 years michael2402 Document the gui.mappaint.mapcss package
(edit) @12290   7 years Don-vip sonar - squid:S1199 - Nested code blocks should not be used
(edit) @11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11384   7 years Don-vip findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10268   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9398   8 years Don-vip see #12282 - drop support for canvas{background-color} (deprecated …
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9278   8 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @8882   9 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(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) @8742   9 years simon04 fix #11834 - KeyValueVisitor: also provide primitive to the visitor
(edit) @8740   9 years simon04 fix #11834 - Use visitor pattern for key/value lookup (patch by …
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8432   9 years bastiK fixed #11479 - buildings not rendering in mapnik style (patch by …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8373   9 years Don-vip code style - Method makes literal string comparisons passing the …
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(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) @8141   9 years bastiK applied #11231 - MapCSS: Use PriorityQueue instead of sorting an …
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(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) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7509   10 years stoecker remove tabs
(edit) @7450   10 years bastiK fixed #10421 - User-settings for mapcss mappaint styles * only boolean …
(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) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7200   10 years bastiK mapcss: use correct layer inside selector (for class conditions and …
(edit) @7192   10 years bastiK improve warning message
(edit) @7161   10 years bastiK see #9144 - don't match area base selector for primitives with …
(edit) @7138   10 years bastiK see #9691 - add tag based index (speed-up of factor 3 in single thread …
(edit) @7125   10 years simon04 MapCSS parsing: warn on unknown base selectors (2/2)
(edit) @7124   10 years simon04 MapCSS parsing: warn on unknown base selectors
(edit) @7110   10 years simon04 fix #10014 - MapCSS: Add support for canvas{fill-color}, deprecate …
(edit) @7089   10 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7074   10 years bastiK fixed #9989 - mapcss canvas{default-points: false; default-lines: …
(edit) @7064   10 years bastiK see #9691 - add back reverted optimization [7056] (modified so it is …
(edit) @7057   10 years bastiK reverting [7056] because it won't work for execution in multiple …
(edit) @7056   10 years bastiK mapcss: optimization by converting very hot double loop into single …
(edit) @7054   10 years bastiK mapcss: major performance improvement for style creation, "rendering …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6970   10 years bastiK mapcss: proper @media support no longer chokes on unkown grammar when …
(edit) @6896   10 years bastiK mapcss: add support for @media expressions includes part of the style …
(edit) @6868   10 years stoecker see #9715 - mapcss mime type
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6736   10 years simon04 fix #8568 - MapCSS rule applied several times if several selectors applies
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6175   11 years Don-vip see #8902 - Small performance enhancements / coding style (patches by …
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @4252   13 years bastiK removed autogenerated code - can be build without problems using …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(edit) @4069   13 years bastiK mapcss: add role based selection (collaborative work by Gubaer and me)
(edit) @4011   13 years bastiK applied #6150 - mapcss - improve parent_tag (based on patch by Gubaer)
(edit) @3987   13 years bastiK mapcss: improvements in text label selection, performance and typo …
(edit) @3969   13 years bastiK MapCSS: fixe related to layers
(edit) @3902   13 years bastiK mapcss: minor improvements, fixes #5937 - MapCSS matching of …
(edit) @3896   13 years bastiK allow a stylesource to override the background color. This may not be …
(edit) @3894   13 years bastiK integrate wireframe into mappaint dialog; rename 'shortdescription' to …
(edit) @3893   13 years bastiK mapcss: some rework of Error Handling, (Multi)Cascade and icon loading
(edit) @3882   13 years bastiK mapcss: fix layer handling
(edit) @3865   13 years bastiK mapcss: basic support for node shapes and some fine tuning
(edit) @3863   13 years bastiK extended mappaint style dialog
(edit) @3860   13 years bastiK LineElemStyle refactoring (more caching and additional properties)
(edit) @3858   13 years bastiK mapcss: support for opacity & icon-image
(edit) @3856   13 years bastiK improve mapcss support
(edit) @3855   13 years bastiK Extended mappaint style dialog. No longer required to restart JOSM for …
(add) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
Note: See TracRevisionLog for help on using the revision log.