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) @13623   6 years Don-vip more use of IPrimitive instead of OsmPrimitive
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13444   6 years Don-vip see #8039, see #10456 - fix crash with rendering of virtual nodes
(edit) @13207   6 years Don-vip enable PMD rule PreserveStackTrace + add missing jars to run new PMD …
(edit) @13206   6 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13150   6 years Don-vip fix #14778 - stroke not reset after drawing of large areas produced …
(edit) @13082   6 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   7 years michael2402 See #14485: Fix order of disabled style elements
(edit) @12189   7 years michael2402 See #14794: Javadoc for data.osm package
(edit) @12185   7 years michael2402 Fix #12926: Draw the last arrow of the selected object every time
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12154   7 years michael2402 Fix #12926: Don't draw direction arrows on short selection segments.
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12100   7 years michael2402 See #14765: Use a try-lock for map painting code: Don't freeze JOSM if …
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12058   7 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12054   7 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12009   7 years michael2402 See #13883: Use parallel sort for style elems
(edit) @11992   7 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11971   7 years Don-vip javadoc
(edit) @11970   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11870   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11819   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11779   7 years Don-vip fix #14572 - Don't index MultipolygonCache by NavigatableComponent
(edit) @11761   7 years michael2402 See #10176: Allow icons in multipolygons, use even/odd winding rule …
(edit) @11759   7 years michael2402 MapCSS performance: Skip drawing multipolygons earlier.
(edit) @11758   7 years michael2402 See #13309: Use cached preferences for map drawing; align box text to …
(edit) @11755   7 years Don-vip see #14528 - typos
(edit) @11751   7 years michael2402 Remove orderFont preference - Fonts are stored locally with text …
(edit) @11750   7 years michael2402 Skip empty strings when rendering box texts.
(edit) @11749   7 years Don-vip see #14528 - checkstyle
(edit) @11748   7 years michael2402 Move label / icon placement code to new package. Unify the handling of …
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11731   7 years michael2402 Clean icon drawing code style.
(edit) @11730   7 years michael2402 Add a new style element for area icon styles. Use the same placement …
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11722   7 years michael2402 Do not include text label in area style - use a separate class and …
(edit) @11719   7 years michael2402 Extract label placement strategy to new method.
(edit) @11716   7 years michael2402 Skip drawing empty names.
(edit) @11696   7 years michael2402 Move offset iterator to new file.
(edit) @11674   7 years michael2402 Add Javadoc to icon drawing functions. Fix AreaElement#equals/hashCode.
(edit) @11671   7 years michael2402 See #10176: Nicer stroke for icons of selected areas.
(edit) @11670   7 years michael2402 See #10176: Make icon-image work for areas. Icon is displayed at …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11537   7 years Don-vip sonar - fb-contrib:CCNE_COMPARE_CLASS_EQUALS_NAME - Correctness - …
(edit) @11461   7 years Don-vip sonar - fb-contrib:SPP_USE_CONTAINSKEY - Style - Method calls keySet() …
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11385   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11360   7 years bastiK fixed #10387 - efficiency for "inside(...)" function in MapCSS
(edit) @11357   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11351   7 years Don-vip findbugs - SE_BAD_FIELD_INNER_CLASS
(edit) @11313   7 years Don-vip findbugs - NP_NULL_PARAM_DEREF
(edit) @11294   7 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
(edit) @11285   7 years michael2402 More Javadoc for AreaElement
(edit) @11190   7 years Don-vip fix warnings caused by r11147
(edit) @11148   7 years michael2402 Fix #13636: Use clipping for images on a line (RepeatImageElement).
(edit) @11147   7 years michael2402 Fix 13636: Use line clipping for computing the one way arrows, too.
(edit) @11144   7 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11117   8 years simon04 fix #13591 - Change in multipolygon is not recognized by …
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @11054   8 years michael2402 Add more crash report info to the StyledMapRenderer. See #13665
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11027   8 years michael2402 See #13636: Speed up map paint by clipping the way segments.
(edit) @10953   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
(edit) @10942   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
Note: See TracRevisionLog for help on using the revision log.