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) @14026   6 years Don-vip fix strange error observed when running JOSM from latest version of …
(edit) @14005   6 years Don-vip remove deprecated API
(edit) @14003   6 years Don-vip attempt to fix frequent errors of DrawActionTest.testTicket12011`: …
(edit) @14001   6 years Don-vip fix #16459 - don't reindex empty ways
(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) @13969   6 years Don-vip fix #16417 - Downloading primitive with id "0" causes …
(edit) @13957   6 years Don-vip use IRelation in RelationListDialog and *RelationActions
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13924   6 years Don-vip add IPrimitive.getOsm*Id()
(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) @13918   6 years Don-vip add first/last node methods to IWay
(edit) @13916   6 years Don-vip move getSelected*() default implementation from DataSet to OsmData
(edit) @13915   6 years Don-vip move clearHighlighted*() default implementation from DataSet to …
(edit) @13914   6 years Don-vip move getPrimitiveById() default implementation from DataSet to …
(edit) @13913   6 years Don-vip move hasSameInterestingTags() implementation from …
(edit) @13912   6 years Don-vip move get*Name() implementations from AbstractPrimitive to IPrimitive
(edit) @13911   6 years Don-vip move getPrimitiveId() implementation from AbstractPrimitive to …
(edit) @13910   6 years Don-vip update BBox constructors to accept IWay/INode
(edit) @13908   6 years Don-vip add IRelation.setMembers()
(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) @13887   6 years Don-vip see #16335 - code simplification, javadoc
(edit) @13876   6 years Don-vip fix #16335 - SearchCompiler regression of r13810
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13816   6 years Don-vip fix #10229 - clear cached style of ways when they are moved (without …
(edit) @13810   6 years Don-vip support rendering of IPrimitive
(edit) @13809   6 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13808   6 years Don-vip add IPrimitive.getReferrers(boolean allowWithoutDataset)
(edit) @13807   6 years Don-vip define getDataSet() in IPrimitive, tune Geometry methods signatures
(edit) @13806   6 years Don-vip add IPrimitive.visitReferrers(PrimitiveVisitor)
(edit) @13804   6 years Don-vip move isKeyTrue/isKeyFalse from AbstractPrimitive to Tagged
(edit) @13803   6 years Don-vip add new class PrimitiveComparator
(edit) @13766   6 years Don-vip API alignment between Relation/RelationData and …
(edit) @13765   6 years Don-vip fix unit tests, PMD violation
(edit) @13764   6 years Don-vip add OsmData interface, abstraction of DataSet
(edit) @13720   6 years Don-vip fix r13717
(edit) @13717   6 years Don-vip better API alignment between Way and WayData
(edit) @13677   6 years Don-vip introduce IRelationMember
(edit) @13676   6 years Don-vip cleaner API/javadoc for StyledMapRenderer
(edit) @13673   6 years Don-vip support drawing INode in renderers
(edit) @13670   6 years Don-vip fix #16189 - Add "almost square check" for buildings (patch by marxin, …
(edit) @13669   6 years Don-vip move a few methods from Node to INode
(edit) @13668   6 years Don-vip move a few methods from AbstractPrimitive to Tagged
(edit) @13667   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive, Relation to …
(edit) @13666   6 years Don-vip move getEastNorth() method from Node to INode
(edit) @13665   6 years Don-vip move primitive comparison logic to interfaces
(edit) @13664   6 years Don-vip move a few methods from OsmPrimitive to IPrimitive
(edit) @13662   6 years Don-vip use of IPrimitive interface
(edit) @13657   6 years Don-vip fix #16212 - NPE
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13637   6 years Don-vip minor fixes
(edit) @13636   6 years Don-vip extract style methods to a new Stylable interface
(edit) @13625   6 years Don-vip extract getNumKeys() from AbstractPrimitive to Tagged
(edit) @13623   6 years Don-vip more use of IPrimitive instead of OsmPrimitive
(edit) @13611   6 years Don-vip fix #16176 - NPE
(edit) @13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
(edit) @13581   6 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @13569   6 years Don-vip fix javadoc
(edit) @13564   6 years Don-vip introduce PrimitiveRenderer to replace OsmPrimitivRenderer (now …
(edit) @13561   6 years Don-vip extract KeyValueVisitor from AbstractPrimitive, support Tagged
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13512   6 years Don-vip fix #16072 - add robustness in ImproveWayAccuracy map mode
(edit) @13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
(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) @13437   6 years Don-vip fix #15967 - proper loading of notes layers
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13430   6 years Don-vip fix #15943 - allow to search empty values
(edit) @13420   6 years bastiK fixed #11607 - RangeViolatedError: the new range must be within a …
(edit) @13414   6 years Don-vip fix #15452 - More details are needed for "Tag value longer than …
(edit) @13391   6 years Don-vip fix #15887 - escape HTML reserved characters in OSM primitive tooltips
(edit) @13317   6 years Don-vip fix #15755 - Unprocessed HTML in search error box
(edit) @13309   6 years Don-vip fix #15766, see #15688 - fix performance regression introduced in …
(edit) @13304   6 years Don-vip update to error_prone 2.2.0
(edit) @13224   6 years Don-vip fix #15678 - StringIndexOutOfBoundsException in OsmPrimitiveComparator
(edit) @13223   6 years Don-vip fix #15008 - make sure EDT listeners receive correct selection events
(edit) @13208   6 years Don-vip fix #15670 - fire a data set change event when applying filters (patch …
(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) @13205   6 years Don-vip enable PMD rule StringToString
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13161   6 years Don-vip fix #13153 - Should not warn to upload/save "modified" layers with 0 …
(edit) @13150   6 years Don-vip fix #14778 - stroke not reset after drawing of large areas produced …
(edit) @13142   6 years Don-vip fix #14082 - Remove coordinates from nodes in validator and selection …
(edit) @13140   6 years Don-vip see #15229 - provide a replacement API to deprecated …
(edit) @13103   6 years Don-vip see #15560 - repair coverage, fix typo, increase integration test timeout
(edit) @13101   6 years Don-vip fix #15534 - NPE
(edit) @13100   6 years Don-vip see #15534 - ensure user names are never null, as expected
(edit) @13082   6 years Don-vip fix #15519 - add synchronization to MultipolygonCache
(edit) @13070   6 years Don-vip fix #12641 - set visible status in OsmPrimitive.load()
(edit) @13033   6 years bastiK fixed #15466 - Data filtering is not working properly for nodes (see …
(edit) @13030   6 years Don-vip see #15465 - validate WaySegment constructor arguments
(edit) @13012   7 years bastiK remove trivial overrides, where this doesn't actually break binary …
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
Note: See TracRevisionLog for help on using the revision log.