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