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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13644   6 years wiktorn Supress PMD warnings See: #16193
(edit) @13643   6 years wiktorn In case of any IOExceptions when creating disk cache return …
(edit) @13640   6 years Don-vip javadoc/codestyle
(edit) @13639   6 years Don-vip see #16129 - align Lambert Conformal Conic projection implementation …
(edit) @13637   6 years Don-vip minor fixes
(edit) @13636   6 years Don-vip extract style methods to a new Stylable interface
(edit) @13634   6 years Don-vip see #16129 - Transverse Mercator: Minor coefficient error in tmerc …
(edit) @13633   6 years Don-vip fix #16183 - automatically remove "areaStyle" pseudo-classes from map …
(edit) @13632   6 years Don-vip see #16129 - add spherical versions of Cassini and Albers projections
(edit) @13631   6 years Don-vip see #16129 - better catch of WMS ServiceExceptions
(edit) @13628   6 years Don-vip see #16129 - handle projection definitions with both +datum and …
(edit) @13627   6 years Don-vip see #16129 - datum javadoc
(edit) @13626   6 years Don-vip see #16129 - fix Sphere ellipsoid radius (values of proj.4 and Proj4J …
(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) @13622   6 years Don-vip see #16129 - fix Equidistant Cylindrical projection
(edit) @13611   6 years Don-vip fix #16176 - NPE
(edit) @13606   6 years Don-vip update TLD from IANA
(edit) @13602   6 years Don-vip see #16129 - projections rework for new ESRI file
(edit) @13601   6 years Don-vip see #16129 - spotbugs
(edit) @13600   6 years Don-vip see #16129 - fix error_prone warnings
(edit) @13599   6 years Don-vip see #16129 - fix build error
(edit) @13598   6 years Don-vip see #16129 - add new projections and support for new format of ESRI file
(edit) @13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
(edit) @13590   6 years Don-vip fix #16145 - allow several slashes in URL validator
(edit) @13588   6 years Don-vip see #16129 - add NTv2 grids referenced in ESRI file
(edit) @13584   6 years Klumbumbus see #10179 - improve validator warning text. Tag fits better than key …
(edit) @13582   6 years Don-vip see #16129 - add new Ellipsoids taken from PROJ.4
(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) @13563   6 years Don-vip see #15310 - fix javadoc
(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) @13548   6 years Don-vip see #15310 - remove forgotten deprecated preferences stuff
(edit) @13543   6 years Don-vip see #15310 - remove deprecated color stuff
(edit) @13542   6 years Don-vip see #16084 - remove unused code
(edit) @13539   6 years Don-vip fix #16084 - WMTS: support different tile sizes for layers using the …
(edit) @13537   6 years Don-vip see #14655 - checkstyle
(edit) @13536   6 years stoecker add possibility to change map ids (see #14655), add overlay flag for …
(edit) @13516   6 years stoecker fix #16077 - properly handle modTileFeatures in JOSM config
(edit) @13512   6 years Don-vip fix #16072 - add robustness in ImproveWayAccuracy map mode
(edit) @13510   6 years wiktorn Add caching of Tile Size. getTileSize() was taking about 20% of …
(edit) @13507   6 years stoecker see #11392 - take new shorter I18n implementation also for plugins
(edit) @13502   6 years stoecker see #11392 - first try to add I18n for external Validators (style, …
(edit) @13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
(edit) @13494   6 years Don-vip see #11924, see #15560, fix #16048: Generate HTML5 javadoc with Java …
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13489   6 years Don-vip fix #16044 - Autofix invalid URL with the wrong type of slashes
(edit) @13455   6 years Don-vip update new TLD from IANA
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13449   6 years Don-vip see #15992 - display and log ServiceException error messages
(edit) @13444   6 years Don-vip see #8039, see #10456 - fix crash with rendering of virtual nodes
(edit) @13439   6 years Don-vip see #15940 - WMTS: case-insensitive matching of dimensions + fix typo
(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) @13429   6 years Don-vip see #15940 - allow to sort WMTS entries
(edit) @13423   6 years bastiK see #15880 - add Fischer ellipsoid
(edit) @13421   6 years bastiK see #15880 - throw exception when there is an error loading the …
(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) @13405   6 years Klumbumbus fix #15497 - Improve "Missing pedestrian crossing information." …
(edit) @13404   6 years Klumbumbus fix #15760 - raise roles forward/backward in PTv2 route relations to …
(edit) @13391   6 years Don-vip fix #15887 - escape HTML reserved characters in OSM primitive tooltips
(edit) @13390   6 years Don-vip fix #15869 - make SimilarNamedWays check aware of all Unicode numbers
(edit) @13388   6 years Don-vip see #15880 - robustness to unsupported projections
(edit) @13387   6 years Don-vip see #15880 - nicer exception
(edit) @13374   6 years bastiK fixed #15852 - add missing fields in ImageryInfo copy constructor …
(edit) @13360   6 years Don-vip update TLD from IANA
(edit) @13358   6 years Don-vip fix #15830 - Support (and autodetect) WMS 1.3.0
(edit) @13348   6 years Don-vip fix #15803 - don't issue a warning for source:maxspeed=*:zone:20
(edit) @13333   6 years Don-vip see #15310 - remove Preferences.getColor() methods
(edit) @13331   6 years Don-vip see #14097, see #15783 - robustness to situations where JavaScript …
(edit) @13317   6 years Don-vip fix #15755 - Unprocessed HTML in search error box
(edit) @13314   6 years Don-vip fix #15733 - catch TokenMgrError when parsing invalid validator mapcss …
(edit) @13310   6 years Don-vip update TLD from IANA
(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) @13298   6 years Don-vip see #15582 - simplify public API for opening_hours parsing
(edit) @13297   6 years Don-vip see #15582 - one more public API for opening_hours parsing
(edit) @13296   6 years Don-vip see #15582 - more public APIs for opening_hours parsing
(edit) @13272   6 years stoecker see #15713 - rename dirty mode
(edit) @13268   6 years Don-vip see #11924, see #14097 - ensure JavaScript engine will always be found …
(edit) @13267   6 years Don-vip fix #15713 - properly update imagery entries
(edit) @13257   6 years Don-vip fix some recent Sonar issues
Note: See TracRevisionLog for help on using the revision log.