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) @12756   7 years Don-vip see #15229 - see #15182 - move RotationAngle from gui.util to tools
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(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) @12544   7 years Don-vip fix java warnings - Use grouping parenthesis to make the operator …
(edit) @12541   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @12533   7 years Don-vip sonar - fix recent minor code style issues
(edit) @12514   7 years Don-vip see #15035 - add new at(lat,lon) MapCSS selector function
(edit) @12381   7 years michael2402 More documentation for the gui.mappaint package
(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) @12259   7 years bastiK see #14794 - javadoc
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11756   7 years Don-vip fix #14425 - Improve Wikipedia tag validators (patch by nyurik, modified)
(edit) @11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
(edit) @11623   7 years stoecker see #14120 - fix deprecation in core
(edit) @11562   7 years Don-vip fix #14368 - java.util.regex.PatternSyntaxException: Unclosed group
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11454   7 years Don-vip sonar - fb-contrib:NAB_NEEDLESS_BOOLEAN_CONSTANT_CONVERSION - …
(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) @11370   7 years Don-vip javadoc
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10940   8 years Don-vip javadoc
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10882   8 years Don-vip fix #13396 - improve performance in Renderer (patch by Gerd Petermann, …
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10754   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10607   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: Make Condition a …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10589   8 years Don-vip see #12472 - fix "Non-exhaustive switch" compilation warning
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10268   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10245   8 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(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) @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) @9603   8 years Don-vip fix some Sonar issues
(edit) @9540   8 years simon04 see #7099 - Validate correct traffic flow at roundabouts
(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) @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) @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) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8950   8 years Don-vip fix #12011 - add robustness
(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
Note: See TracRevisionLog for help on using the revision log.