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) @18501   2 years taylor.smock Fix #22140: Significantly reduce allocations in …
(edit) @18332   3 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18208   3 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @18170   3 years Don-vip fix #21244 - Fix misspellings in comments (patch by gaben)
(edit) @18031   3 years Don-vip fix #20840 - Expert option mappaint.wireframe.show-relation-outlines
(edit) @17986   3 years Don-vip fix #20994 - OOBE when removing node of highlighted way (patch by Bjoeni)
(edit) @17896   4 years simon04 see #17177 - IWaySegment: encapsulate fields
(edit) @17874   4 years simon04 Fix typo in Javadoc
(edit) @17862   4 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17761   4 years GerdP see #20729:Alert user if validation action is performed with data …
(edit) @17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @17110   4 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17012   4 years simon04 fix #19705 - StyledMapRenderer.drawIcon: bicubic interpolation …
(edit) @16922   4 years simon04 fix #19705 - StyledMapRenderer: render turn restrictions in HiDPI
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16700   4 years simon04 fix #18213 - MapCSS: add support for repeat-image-opacity
(edit) @16626   4 years simon04 see #19334 - https://errorprone.info/bugpattern/ImmutableEnumChecker
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16542   4 years simon04 fix #19225 - MapRendererPerformanceTest does not render as intended …
(edit) @16468   4 years simon04 Java 8: use Collection.removeIf
(edit) @16445   5 years simon04 see #19251 - Java 8: use Stream
(edit) @16421   5 years simon04 Use IPrimitive.isMultipolygon
(edit) @16393   5 years GerdP fix #19181: Preference "Draw. Direction Arrows" looks ugly when zoomed …
(edit) @16253   5 years simon04 fix #18468 - MapCSS: add support for text-rotation
(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
Note: See TracRevisionLog for help on using the revision log.