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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13942   6 years Don-vip fix #16394 - exlude natural=tree_row from "Way end node near other …
(edit) @13939   6 years Don-vip improve performance of validator visiting call
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13924   6 years Don-vip add IPrimitive.getOsm*Id()
(edit) @13923   6 years Don-vip fix #16381 - fix tagchecker validator message for mispelled values
(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) @13902   6 years Don-vip update new TLD from IANA
(edit) @13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
(edit) @13890   6 years Don-vip fix #16357 - use English imagery names in changeset source tag
(edit) @13887   6 years Don-vip see #16335 - code simplification, javadoc
(edit) @13886   6 years wiktorn Fix handling of minimumExpiryTime
(edit) @13879   6 years wiktorn Add layer name/title to WMTS layers when user selects layer see: #15988
(edit) @13876   6 years Don-vip fix #16335 - SearchCompiler regression of r13810
(edit) @13872   6 years wiktorn Fix WMS_ENDPOINT headers. * Use custom headers when calling …
(edit) @13870   6 years wiktorn Fix NPE when style title is null Closes: #16333
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13851   6 years Don-vip remove TLD from IANA
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13839   6 years wiktorn Sonar fixes and javadoc * AddImageryLayerAction - do not use {{ }} …
(edit) @13838   6 years Don-vip fix #16316 - catch InvalidPathException
(edit) @13836   6 years Don-vip fix #13889 - Make preset searchs ignore accents
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13828   6 years wiktorn Sonar fixes, javadocs. See: #16249
(edit) @13825   6 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
(edit) @13824   6 years Don-vip SonarQube - fix code style issues
(edit) @13818   6 years Don-vip see #15560 - fix javadoc warnings with Java 10
(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) @13798   6 years Don-vip see #13937 - code cleanup
(edit) @13797   6 years Don-vip fix #13937 - save imagery offset bookmarks by locale-insensitive id …
(edit) @13792   6 years stoecker fix #16103 - add map type definitions
(edit) @13778   6 years wiktorn Prefer Cache-Control header over Expires header According to RFC2616 …
(edit) @13776   6 years Don-vip don't display error dialog when loading preferences in headless mode
(edit) @13769   6 years Don-vip don't display error dialog when loading preferences in headless mode
(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) @13763   6 years Don-vip see #16288 - forgot one dot in error message
(edit) @13761   6 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13759   6 years Don-vip typo
(edit) @13753   6 years wiktorn Do not return null map, empty map instead.
(edit) @13749   6 years wiktorn Remove unused function & better error reporting See: #16249
(edit) @13747   6 years wiktorn Report parse exceptions as WMTSGetCapabilitiesException See: #16249
(edit) @13746   6 years wiktorn Add filter for WMTS layers, calculate preferred widths for columns. …
(edit) @13744   6 years wiktorn Remove SupressFBwarning
(edit) @13743   6 years wiktorn Fix bugs spotted by findbugs
(edit) @13742   6 years wiktorn Checkstyle fixes
(edit) @13740   6 years wiktorn Javadoc fixes
(edit) @13739   6 years Don-vip see #16260 - fix spotbugs serialization warnings
(edit) @13738   6 years Don-vip see #16280 - downgrade test to information level until autofix works …
(edit) @13736   6 years Don-vip see #16260 - fix build
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13732   6 years wiktorn New functions - moveReaderToTag - now you can specify function which …
(edit) @13730   6 years Don-vip fix #16277 - catch SecurityException when loading tiles
(edit) @13729   6 years Don-vip fix #16260 - fix major performance problems seen during first JOSM …
(edit) @13721   6 years Don-vip fix #16264, see #16188, see #16189 - reduce validator false positives: …
(edit) @13720   6 years Don-vip fix r13717
(edit) @13717   6 years Don-vip better API alignment between Way and WayData
(edit) @13715   6 years Don-vip see #16047 - implement workaround against problem seen with IcedTeaWeb …
(edit) @13712   6 years Don-vip see #16256 - improve "building with almost square angle" autofix: try …
(edit) @13698   6 years Don-vip fix PMD violations
(edit) @13690   6 years Don-vip fix #16189 - increase right angle min threshold to 0.25 + allow 180° …
(edit) @13689   6 years Don-vip see #16189 - do not alter non-orthogonal building shapes
(edit) @13688   6 years Don-vip see #16189 - increase right angle min threshold to 0.1
(edit) @13687   6 years Klumbumbus fix #16186, see #15497 - fix "Incomplete pedestrian crossing tagging" …
(edit) @13685   6 years Don-vip fix #16189 - increase right angle min threshold to 0.025
(edit) @13678   6 years Don-vip see #16188 - rework new test
(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) @13672   6 years Don-vip fix recent SonarQube issues
(edit) @13671   6 years Don-vip fix #16188 - Detect crossing of residential areas (patch by marxin, …
(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
Note: See TracRevisionLog for help on using the revision log.