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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @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) @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) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(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) @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) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(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) @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) @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) @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) @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) @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) @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) @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) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7881   9 years Don-vip fix regression caused by optimization done in r7879
(edit) @7879   9 years Don-vip optimize / ease debug the chek of assertions in MapCSSTagChecker
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7761   9 years Don-vip fix #10806 - support Java Pattern boundary matchers in MapCSS regex - …
(edit) @7669   9 years stoecker remove two false icon detections
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7563   10 years bastiK see #10529 - remove "very old" multipolygon style (area tags on both …
(edit) @7530   10 years Don-vip improve mapcss javadoc
(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) @7397   10 years bastiK fixed #10370 - MapCSS: text:name print "name" on the object
(edit) @7382   10 years bastiK fix [7378]
(edit) @7378   10 years bastiK see #10363 - show place=* icons on |z11- * special handling for …
(edit) @7285   10 years simon04 see #10211 - fix CCE when using ∈ and ⧉ in mappaint styles
(edit) @7280   10 years simon04 fix #10120 see #10215 - Validator: do not warn "Overlapping Water …
(edit) @7277   10 years bastiK fixed #10210 - Bug combining multiple media queries
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7246   10 years bastiK fixed #10142 - Regression: MapCSS changes did break lane attribute style
(edit) @7238   10 years bastiK mapcss: improve implicit type conversion for eval expressions makes …
(edit) @7237   10 years bastiK fixed #10130 - add mapcss expression to get number of tags new mapcss …
(edit) @7200   10 years bastiK mapcss: use correct layer inside selector (for class conditions and …
(edit) @7193   10 years bastiK added right- and left-hand traffic database (new mapcss …
(edit) @7192   10 years bastiK improve warning message
(edit) @7170   10 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7169   10 years simon04 fix #9361 - MapCSS: consider multipolygon when matching outer ring of …
(edit) @7168   10 years simon04 see #10062 - MapCSS: really deprecate coalesce()
(edit) @7167   10 years simon04 MapCSS: simplify ~= implementation, add unit tests
(edit) @7166   10 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7165   10 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7164   10 years simon04 fix #10062 - MapCSS: add any() according to MapCSS standard, …
Note: See TracRevisionLog for help on using the revision log.