source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @13728   6 years Don-vip use JOSM Utils.encodeUrl
(edit) @13727   6 years Don-vip fix #14718 - display a warning when a file cannot be found
(edit) @13726   6 years Don-vip see #14835 - log a warning message when focus cannot be set
(edit) @13725   6 years stoecker proper URL encoding
(edit) @13724   6 years Don-vip fix #15124 - remember settings in "download along track" panel
(edit) @13723   6 years Don-vip fix #16201 - Simplify calculation of SVG size in ImageProvider (patch …
(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) @13716   6 years Don-vip see #16047 - catch correct exception
(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) @13701   6 years Don-vip fix #15851, see #14652 - load DST Root CA X3 from native keystore …
(edit) @13699   6 years Don-vip fix #16248 - fix parsing of XML namespace in WMS capabilities (patch …
(edit) @13698   6 years Don-vip fix PMD violations
(edit) @13697   6 years Don-vip see #16243 - fix introduced SonarQube issues
(edit) @13696   6 years stoecker add a note about manifest reconstruction and the ugly 70 byte limit
(edit) @13695   6 years Don-vip see #15560, see #16047 - detect java 10/11 packages
(edit) @13694   6 years Don-vip fix #16133, see #16053 - fix imagery layer offset bug (regression of …
(edit) @13693   6 years Don-vip fix #15851 - search certificates in /etc/ssl/certs
(edit) @13692   6 years Don-vip see #16243 - do not rely on internal JDK classes, not available on Linux
(edit) @13691   6 years Don-vip fix #16243 - load files via Windows shortcut files (*.lnk)
(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) @13686   6 years Don-vip fix #16133, see #16053 - fix imagery layer offset bug (regression of …
(edit) @13685   6 years Don-vip fix #16189 - increase right angle min threshold to 0.025
(edit) @13683   6 years Don-vip fix #16228 - NPE
(edit) @13682   6 years Don-vip fix #16229 - Update Overpass API Rambler server
(edit) @13681   6 years Don-vip fix #16227 - quote plugin name in error message. No i18n change
(edit) @13679   6 years Don-vip sonar - squid:S4423 - Weak SSLContexts should not be used
(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) @13675   6 years Don-vip rework constructors of MemberRoleCellEditor / MemberTableColumnModel
(edit) @13674   6 years Don-vip fix #16219 - smarter selection of WMS projection
(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) @13661   6 years Don-vip use of IPrimitive interface
(edit) @13660   6 years Don-vip fix #15883 - Zoom on element when double-clicking on elements of …
(edit) @13658   6 years Don-vip see #16204 - make the missing icon detector script happy (for real)
(edit) @13657   6 years Don-vip fix #16212 - NPE
(edit) @13656   6 years Don-vip see #16204 - make the missing icon detector script happy
(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
Note: See TracRevisionLog for help on using the revision log.