source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13654   6 years Don-vip More uses of OsmDataLayer.getDataSet()
(edit) @13653   6 years Don-vip fix #15744 - Don't use ForkJoinPool.commonPool for async image …
(edit) @13652   6 years Don-vip see #15744 - add/rework traces
(edit) @13651   6 years Don-vip see #16047 - make WinRegistry class work both with Java 8 and 11
(edit) @13650   6 years Don-vip see #16204 - fix unit test, checkstyle
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13648   6 years Don-vip see #16204 - allow to load embedded images by disabling ImageIO cache …
(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) @13638   6 years Don-vip use interfaces in Geometry
(edit) @13637   6 years Don-vip minor fixes
(edit) @13636   6 years Don-vip extract style methods to a new Stylable interface
(edit) @13635   6 years Don-vip fix #16191 - NPE
(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) @13617   6 years Don-vip fix #16180 - make sure changeset dialog example URLs are valid
(edit) @13614   6 years Don-vip use OsmDataLayer.getDataSet() in DrawAction
(edit) @13613   6 years stoecker see #15240 - new SVG icons
(edit) @13612   6 years Don-vip use OsmDataLayer.getDataSet() in download tasks
(edit) @13611   6 years Don-vip fix #16176 - NPE
(edit) @13608   6 years Don-vip fix #15711 - Vizualize imagery layers with non-zero offsets (patch by …
(edit) @13607   6 years Don-vip see #16173 - reuse "Download data" string used elsewhere in the …
(edit) @13606   6 years Don-vip update TLD from IANA
(edit) @13605   6 years Don-vip fix #14652 - Remove DST_Root_CA_X3 certificate needed for Let's …
(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) @13591   6 years Klumbumbus fix #15939 - improve adding TMS/WMS/WMTS dialog texts, reduce …
(edit) @13590   6 years Don-vip fix #16145 - allow several slashes in URL validator
(edit) @13589   6 years Don-vip fix #16138 - do not output empty GeoJson geometries but null instead …
(edit) @13588   6 years Don-vip see #16129 - add NTv2 grids referenced in ESRI file
(edit) @13587   6 years Don-vip fix #16139 - geojson: fix empty bounding box
(edit) @13586   6 years Don-vip fix #16141, see #8039, see #10456: fix NPE in preset editor
(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) @13573   6 years Don-vip fix #15825 - catch IAE to add robustness with Devanagari script
(edit) @13572   6 years Don-vip fix #15798 - support direct download of GPX files from HOT Tasking Manager
(edit) @13570   6 years Don-vip fix #16115 - avoid deadlock in save/upload dialog when a save action fails
(edit) @13569   6 years Don-vip fix javadoc
(edit) @13568   6 years Don-vip use OsmDataLayer.getDataSet()
(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) @13560   6 years Don-vip see #14655 - javadoc
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13558   6 years Don-vip add a getDataSet() accessor in OsmDataLayer to avoid public field …
(edit) @13548   6 years Don-vip see #15310 - remove forgotten deprecated preferences stuff
(edit) @13546   6 years Don-vip fix #16053, see #15849 - make ImageryAdjustAction robust to change of …
(edit) @13545   6 years Don-vip fix #16106 - disable search button arrow when button itself is …
(edit) @13544   6 years Don-vip fix recent Sonar issues
(edit) @13543   6 years Don-vip see #15310 - remove deprecated color stuff
(edit) @13542   6 years Don-vip see #16084 - remove unused code
(edit) @13541   6 years Don-vip fix #16104 - better support of space characters in values for tags …
(edit) @13540   6 years Don-vip see #16102 - SimplifyWayAction performance improvements (patch by GerdP)
(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) @13535   6 years Don-vip fix #16097 - NPE + disable arrow button in history dialog with …
(edit) @13534   6 years Don-vip fix #16096 - allow only positive ids in …
(edit) @13522   6 years Don-vip see #16085 - rework HelpAction (copy/pasted in a plugin because it …
(edit) @13521   6 years Don-vip fix #16085 - add contextual menu in tag table of history dialog with …
(edit) @13520   6 years Don-vip see #15560 - fix detection of Java version >= 10
(edit) @13516   6 years stoecker fix #16077 - properly handle modTileFeatures in JOSM config
(edit) @13515   6 years Don-vip fix #16081 - improve selection of projections by EPSG code: - display …
(edit) @13513   6 years Don-vip fix #16078 - avoid NPE in PurgeCommand with null relations
(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) @13509   6 years Don-vip fix #16060 - NPE + minor fixes
(edit) @13507   6 years stoecker see #11392 - take new shorter I18n implementation also for plugins
(edit) @13506   6 years Don-vip see #11392 - let Dirk enjoy his break
(edit) @13504   6 years Don-vip see #11924, see #15560 - fix deprecation warning with Java 10
(edit) @13503   6 years stoecker see #11392 - first try to add I18n for external Validators (style, …
(edit) @13502   6 years stoecker see #11392 - first try to add I18n for external Validators (style, …
(edit) @13501   6 years Don-vip fix java warning
(edit) @13499   6 years Don-vip fix #16050 - nicer display of HTTP errors from OSM API
(edit) @13498   6 years Don-vip fix typo
(edit) @13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
(edit) @13496   6 years Don-vip minor fixes
(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) @13490   6 years Don-vip fix #16045, see #8039, see #10456 - fix NPE when clicking preset link …
(edit) @13489   6 years Don-vip fix #16044 - Autofix invalid URL with the wrong type of slashes
(edit) @13488   6 years Don-vip fix #16039, see #8039, see #10456 - fix upload regression when using …
(edit) @13487   6 years Don-vip see #15992 - do not log PS 2.0 errors as such (debug level is enough)
(edit) @13486   6 years Don-vip fix #8039, see #10456 - fix bugs with non-downloadable layers
Note: See TracRevisionLog for help on using the revision log.