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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(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
Note: See TracRevisionLog for help on using the revision log.