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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
(edit) @12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
(edit) @12494   7 years Don-vip add Changeset.getComment()
(edit) @12481   7 years Don-vip see #15006 - fix javadoc warnings
(edit) @12479   7 years Don-vip see #14833 - fix DataSet copy constructor, add unit test
(edit) @12478   7 years Don-vip NodeGraph: add javadoc, unit tests
(edit) @12476   7 years michael2402 Fix #15006: Separate offset handling for ways, areas and node. Handle …
(edit) @12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(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) @12414   7 years Don-vip fix more SonarQube issues
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(edit) @12388   7 years Don-vip see #14929 - change signature of FilterWorker.clearFilterFlags
(edit) @12383   7 years Don-vip see #14929 - new methods to ease the direct handling of filters
(edit) @12376   7 years michael2402 See #14794: Document package osm.visitor.paint
(edit) @12343   7 years michael2402 Add the ability to listen to NoteData changes and use it to repaint …
(edit) @12329   7 years michael2402 See #14854: Selection change listeners should not re-add the …
(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) @12193   7 years Don-vip fix #14810 - partial revert of r12190
(edit) @12190   7 years michael2402 See #14794: More javadoc for data.osm package
(edit) @12189   7 years michael2402 See #14794: Javadoc for data.osm package
(edit) @12188   7 years michael2402 Use OsmUtils constants.
(edit) @12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @12185   7 years michael2402 Fix #12926: Draw the last arrow of the selected object every time
(edit) @12183   7 years michael2402 Allow null as parameter for BBox#add.
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(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) @12122   7 years Don-vip sonar - squid:S2178
(edit) @12121   7 years Don-vip fix #14762 - fix NPE (for good?)
(edit) @12116   7 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12113   7 years michael2402 See #13467: Preserve order of removed / added fields for selection events.
(edit) @12109   7 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12100   7 years michael2402 See #14765: Use a try-lock for map painting code: Don't freeze JOSM if …
(edit) @12098   7 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12097   7 years michael2402 Improve documentation of data selection listener.
(edit) @12096   7 years michael2402 Document fire mode parameter for selection event manager.
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12071   7 years michael2402 Fix #14736: Make removePrimitve(Primitive) do a full removal including …
(edit) @12070   7 years michael2402 Reset the SelectionEventManager listeners for each test.
(edit) @12069   7 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12062   7 years michael2402 DataSet: Replace manual node filtering by getNodes()
(edit) @12058   7 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12057   7 years michael2402 Make cleanupDeletedPrimitives code nicer, only use one bulk update
(edit) @12056   7 years michael2402 Use node.getParentWays() instead of filtered list.
(edit) @12055   7 years michael2402 Disable the read lock of the dataset while selection listeners are …
(edit) @12054   7 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12049   7 years michael2402 Move quad bucket store of dataset to separate class.
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12036   7 years Don-vip add more unit tests, javadoc
(edit) @12033   7 years Don-vip add more unit tests
(edit) @12031   7 years Don-vip add Node.getParentWays()
(edit) @12020   7 years Don-vip see #14120 - checkstyle
(edit) @12018   7 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @12017   7 years Don-vip *Data: new constructors with a given id
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @12009   7 years michael2402 See #13883: Use parallel sort for style elems
(edit) @11997   7 years Don-vip see #5144 - fix NPE
(edit) @11993   7 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11992   7 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11973   7 years Don-vip add unit tests
(edit) @11971   7 years Don-vip javadoc
(edit) @11970   7 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11940   7 years Don-vip revert r11934, causes javac warning "Compound assignments to bytes, …
(edit) @11934   7 years Don-vip sonar - squid:S1905 - Redundant casts should not be used
(edit) @11928   7 years Don-vip improve unit tests, javadoc
(edit) @11914   7 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11912   7 years Don-vip fix unit test conflict
(edit) @11909   7 years Don-vip switch a unit test from Groovy to Java + fix a bug found after …
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11870   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
(edit) @11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
(edit) @11819   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
(edit) @11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(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) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(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) @11712   7 years Don-vip see #12731 - checkstyle/sonar
Note: See TracRevisionLog for help on using the revision log.