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) @14379   5 years simon04 Fix Javadoc
(edit) @14323   6 years Don-vip see #16816 - don't display version = 0 for new objects
(edit) @14315   6 years Don-vip fix #16833 - use "building:part" in object descriptions
(edit) @14306   6 years Don-vip fix #16816 - new option to show object version in lists, similar to …
(edit) @14303   6 years Don-vip see #16781 - missed a big one
(edit) @14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
(edit) @14276   6 years Don-vip fix #16785 - fix IOOBE
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14247   6 years Don-vip remove stuff deprecated in June. RIP SelectionChangedListener
(edit) @14238   6 years Don-vip fix #16510 - improve performance of Ctrl-A by caching icons used to …
(edit) @14231   6 years Don-vip fix #16723 - Display changes count in changeset manager
(edit) @14222   6 years Don-vip see #16498 - simplify build.xml and update to latest snapshot of …
(edit) @14219   6 years Don-vip fix #16695 - display remark from Overpass API when a download …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14206   6 years Don-vip fix #16698, see #15670 - make sure filters are executed (costly …
(edit) @14202   6 years Don-vip spotbugs - more fixes
(edit) @14193   6 years Don-vip spotbugs - IC_INIT_CIRCULARITY
(edit) @14169   6 years Don-vip fix #16575 - make sure download/upload policies are never null and set …
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14146   6 years Don-vip see #15229 - don't import Main just for javadoc
(edit) @14143   6 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14129   6 years Don-vip code refactoring
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14102   6 years Don-vip update unit test
(edit) @14101   6 years Don-vip see #8765, fix #11086 - Support notes in osmChange (.osc) files …
(edit) @14098   6 years Don-vip fix PMD warnings
(edit) @14093   6 years Don-vip drop unitils library. It was only added to avoid implementing …
(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
Note: See TracRevisionLog for help on using the revision log.