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) @16208   5 years simon04 StyledMapRenderer.drawArea: fix redundant local variable, unboxed float
(edit) @16134   5 years GerdP see #18928: prevent possible endless loop in Multipolygon.joinWays()
(edit) @16119   5 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @16115   5 years GerdP see #18861: simplify code, no functional change intended
(edit) @15586   5 years Don-vip code cleanup
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @15292   5 years Don-vip checkstyle/pmd/sonar
(edit) @15182   5 years Don-vip see #17819 - minor performance improvement, avoid to compute size twice
(edit) @15178   5 years GerdP fix #17819 - Create ArrayList instead of modifying a CopyList instance …
(edit) @15123   5 years GerdP improve javadoc: document some problems with intersection test …
(edit) @14784   6 years Don-vip see #17516 - upgrade to error_prone 2.3.3-SNAPSHOT + patch for Java 13 …
(edit) @14734   6 years GerdP fix #16706 (16706-improve-v2.patch)
(edit) @14676   6 years Don-vip fix #17182 - restore contextual menu of history dialog
(edit) @14628   6 years simon04 fix #16706 - Zoom to selection should not zoom out for zoom on a node …
(edit) @14583   6 years GerdP fix #17119: Improve rendering time of partly visible complex shapes …
(edit) @14557   6 years GerdP see #17095 Use same method for partial fill with colour or picture
(edit) @14379   6 years simon04 Fix Javadoc
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14202   6 years Don-vip spotbugs - more fixes
(edit) @14193   6 years Don-vip spotbugs - IC_INIT_CIRCULARITY
(edit) @14146   6 years Don-vip see #15229 - don't import Main just for javadoc
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14000   6 years Don-vip fix #16462 - NPE
(edit) @13989   6 years Don-vip see #16128 - display names by default
(edit) @13987   6 years Don-vip see #16128 - don't display names while moving the map. Improves …
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13922   6 years Don-vip fix signature of first/last node methods of IWay
(edit) @13919   6 years Don-vip rendering of IPrimitives
(edit) @13907   6 years Don-vip add IWay.setNodes()
(edit) @13906   6 years Don-vip make BoundingXYVisitor accept IPrimitive
(edit) @13905   6 years Don-vip make BoundingXYVisitor implement PrimitiveVisitor
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13810   6 years Don-vip support rendering of IPrimitive
(edit) @13766   7 years Don-vip API alignment between Relation/RelationData and …
(edit) @13717   7 years Don-vip better API alignment between Way and WayData
(edit) @13676   7 years Don-vip cleaner API/javadoc for StyledMapRenderer
(edit) @13673   7 years Don-vip support drawing INode in renderers
(edit) @13662   7 years Don-vip use of IPrimitive interface
(edit) @13657   7 years Don-vip fix #16212 - NPE
(edit) @13649   7 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13623   7 years Don-vip more use of IPrimitive instead of OsmPrimitive
(edit) @13493   7 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13453   7 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13444   7 years Don-vip see #8039, see #10456 - fix crash with rendering of virtual nodes
(edit) @13207   7 years Don-vip enable PMD rule PreserveStackTrace + add missing jars to run new PMD …
(edit) @13206   7 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13173   7 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13150   7 years Don-vip fix #14778 - stroke not reset after drawing of large areas produced …
(edit) @13082   7 years Don-vip fix #15519 - add synchronization to MultipolygonCache
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12966   7 years bastiK use RenderingHelper in MapCSSRendererTest; move …
(edit) @12964   7 years bastiK see #15273 - more straightforward way to set up the styles for rendering
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12876   7 years bastiK fixed #15315 - NPE in eastNorth
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12818   7 years bastiK see #15229 - move Bounds#visitEdge to Projection#visitOutline * …
(edit) @12813   7 years bastiK fix PMD, etc.
(edit) @12810   7 years bastiK forgot to add file
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12722   7 years bastiK see #9995 - fix blurry GUI-icons and map view for Java 9 HiDPI mode
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12539   7 years Don-vip PMD - enable naming rules
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
(edit) @12481   7 years Don-vip see #15006 - fix javadoc warnings
(edit) @12476   7 years michael2402 Fix #15006: Separate offset handling for ways, areas and node. Handle …
(edit) @12456   7 years michael2402 See #14926: Flip the direction of repeat-image-phase to the old one.
(edit) @12455   7 years michael2402 Fix #14926: Preserve image phase when clamping a line.
(edit) @12450   7 years bastiK revert [12399], fixes #14980, reopens #14926
(edit) @12376   7 years michael2402 See #14794: Document package osm.visitor.paint
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12208   8 years michael2402 See #14485: Fix order of disabled style elements
(edit) @12189   8 years michael2402 See #14794: Javadoc for data.osm package
(edit) @12185   8 years michael2402 Fix #12926: Draw the last arrow of the selected object every time
(edit) @12163   8 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12154   8 years michael2402 Fix #12926: Don't draw direction arrows on short selection segments.
(edit) @12131   8 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12100   8 years michael2402 See #14765: Use a try-lock for map painting code: Don't freeze JOSM if …
(edit) @12078   8 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12058   8 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12054   8 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12009   8 years michael2402 See #13883: Use parallel sort for style elems
(edit) @11992   8 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11971   8 years Don-vip javadoc
(edit) @11970   8 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11914   8 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11893   8 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11870   8 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11819   8 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11779   8 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11761   8 years michael2402 See #10176: Allow icons in multipolygons, use even/odd winding rule …
(edit) @11759   8 years michael2402 MapCSS performance: Skip drawing multipolygons earlier.
(edit) @11758   8 years michael2402 See #13309: Use cached preferences for map drawing; align box text to …
(edit) @11755   8 years Don-vip see #14528 - typos
Note: See TracRevisionLog for help on using the revision log.