source: josm/trunk/src/org/openstreetmap/josm/data/osm/visitor

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11060   9 years simon04 Checkstyle, fix deprecated usage
(edit) @11054   9 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(edit) @11038   9 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11027   9 years michael2402 See #13636: Speed up map paint by clipping the way segments.
(edit) @10953   9 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10942   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10925   9 years Don-vip see #11924 - fix javadoc warnings seen with jdk9b133
(edit) @10887   9 years Don-vip fix #13385 - rendering artifacts (patch by Gerd Petermann)
(edit) @10884   9 years Don-vip fix #13427 - in wireframe mode, some line segments are invisible …
(edit) @10875   9 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   9 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10869   9 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10857   9 years Don-vip see #13306 - remove unused LineClip class
(edit) @10856   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10842   9 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core
(edit) @10829   9 years Don-vip see #13306 - fix wrong version number
(edit) @10827   9 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   9 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10806   9 years Don-vip fix #13303 - Fixes for hatched texture (modified patch by michael2402) …
(edit) @10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10697   9 years Don-vip fix #13258 - Pull benchmark code out of renderer (patch by …
(edit) @10662   9 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10656   9 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10655   9 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(edit) @10626   9 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10600   9 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10469   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10345   9 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10312   9 years Don-vip sonar - squid:S2384 - Mutable members should not be stored or returned …
(edit) @10307   9 years Don-vip change log level to trace
(edit) @10303   9 years Don-vip sonar - squid:S2164 - Math should not be performed on floats
(edit) @10254   9 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10247   9 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10244   9 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10216   9 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10179   9 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10134   9 years Don-vip sonar, javadoc
(edit) @10000   9 years Don-vip sonar - fix various issues
(edit) @9978   9 years Don-vip sonar - remove useless initializations
(edit) @9952   10 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9854   10 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9802   10 years bastiK fix NPE
(edit) @9800   10 years stoecker fix r9798 - variable is not used in JOSM, but in tests
(edit) @9798   10 years stoecker fix Coverity issues 1351364 and 1351265
(edit) @9793   10 years Don-vip checkstyle
(edit) @9788   10 years bastiK Jenkins truncates stdout, try to shorten it a bit
(edit) @9786   10 years bastiK new mappaint performance test tests different features separately
(edit) @9665   10 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9351   10 years simon04 Refactoring: use Fork/Join Tasks for parallel execution
(edit) @9284   10 years bastiK refactor some code from StyleCache into separate classes (see #9891)
(edit) @9278   10 years bastiK move ElemStyle classes to new package, rename to (Style)Element
(edit) @9243   10 years Don-vip javadoc update
(edit) @9102   10 years bastiK fixed #12182 - Plus sign (add node on way) renders different depending …
(edit) @9101   10 years bastiK fixed #12155 - North-Pole-Node seems to destroy the Map in JOSM
(edit) @9099   10 years bastiK mapcss partial fill: move threshold parameter ([9063]) into the mapcss …
(edit) @9082   10 years bastiK mapcss partial fill: remove [9061] code & turn it on again (see #12104)
(edit) @9079   10 years Don-vip update to CheckStyle 6.13
(edit) @9077   10 years bastiK mapcss: partial fill - fix linecap (see #12104)
(edit) @9076   10 years bastiK mapcss: partial fill - fix for [9063] - use scale instead of circum …
(edit) @9075   10 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9073   10 years Don-vip checkstyle - Comments Indentation
(edit) @9071   10 years bastiK mappaint partial fill: turn off margin on both sites for unclosed area …
(edit) @9067   10 years Don-vip sonar - Immutable Field
(edit) @9065   10 years Don-vip checkstyle
(edit) @9063   10 years bastiK mapcss: partial fill - if partial fill would only leave a small gap in …
(edit) @9061   10 years bastiK mappaint partial fill: render unclosed areas differently (margin on …
(edit) @9059   10 years Don-vip checkstyle
(edit) @9032   10 years bastiK mapcss / partial fill: multipolygon inners now closed loop without …
(edit) @9019   10 years Don-vip fix #12112 - Use java.util.Properties to read REVISION file in the …
(edit) @9017   10 years bastiK mapcss: fix partial fill for incomplete multipolygons (see #12104)
(edit) @9016   10 years bastiK mapcss: minor improvement for drawing of unclosed areas (see #12104)
(edit) @9008   10 years bastiK see #12104 - mapcss: partial filling of areas (fill-extent) for fill-image
(edit) @9005   10 years bastiK see #12104 - mapcss: add option for partial filling of areas (inspired …
(edit) @9002   10 years bastiK mappaint: added Einstein-pref to set text antialiasing hint (see …
(edit) @8994   10 years bastiK fixed #12025 - text along line rendering for bi-directional text
(edit) @8968   10 years Don-vip update javadoc
(edit) @8958   10 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8927   10 years Don-vip fix #11998 - add two new protected boolean members to simplify …
(edit) @8870   10 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   10 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   10 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8839   10 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8739   10 years simon04 see #11833 - Attempt to fix infinite loop in MultipolygonCache (thanks …
(edit) @8734   10 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8674   10 years Don-vip fix Checkstyle issues
(edit) @8632   10 years Don-vip update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues
(edit) @8616   10 years bastiK applied #11714 - StyledMapRenderer javadoc (patch by michael2402)
(edit) @8614   10 years bastiK applied #11708 - Removed redundant code from StyledMapRenderer (patch …
(edit) @8540   10 years Don-vip fix remaining checkstyle issues
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   10 years Don-vip fix many checkstyle violations
(edit) @8470   10 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   10 years Don-vip minor code style issues
(edit) @8444   10 years Don-vip remove extra whitespaces
Note: See TracRevisionLog for help on using the revision log.