|
|
@7349
|
10 years |
Don-vip |
blind attempt to support Gentoo in Java package info retrieval
|
|
|
@7344
|
10 years |
Don-vip |
fix #10230 - add information message before installing certificate to …
|
|
|
@7343
|
10 years |
Don-vip |
see #10230, see #10033 - add "Install/uninstall certificate" buttons …
|
|
|
@7342
|
10 years |
Don-vip |
see #10230, see #10033 - fix certificate detection
|
|
|
@7337
|
10 years |
Don-vip |
see #10230, see #10033 - SAN tweaks + fix unit test (for real?)
|
|
|
@7335
|
10 years |
Don-vip |
see #10230, see #10033 - big rework of HTTPS support for Remote …
|
|
|
@7321
|
10 years |
Don-vip |
fix #10287 - robustness to system time going backwards during josm startup
|
|
|
@7319
|
10 years |
akks |
Add colorbar for active GPX layer, big GpxLayer class refactoring, see …
|
|
|
@7318
|
10 years |
stoecker |
see #10272 - improve version checks for RPM based distros
|
|
|
@7315
|
10 years |
Don-vip |
code simplification with some Java 7 new NIO2 Files methods …
|
|
|
@7314
|
10 years |
Don-vip |
see #10272 - refactor Linux package info retrieval to work on more …
|
|
|
@7313
|
10 years |
Don-vip |
fix #10267 - WMS robustness against JPEG files with invalid metadata …
|
|
|
@7299
|
10 years |
Don-vip |
fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
|
|
|
@7287
|
10 years |
Don-vip |
fix #10025 - File registration with Mac OSX (many thanks to Stereo and …
|
|
|
@7283
|
10 years |
Don-vip |
see #10025 - add debug/warn messages
|
|
|
@7276
|
10 years |
Don-vip |
fix #9518 - Automatically reload MapCSS tagchecker validator rules …
|
|
|
@7275
|
10 years |
Don-vip |
see #9518 - refactor internals of MapCSSTagChecker to prepare later …
|
|
|
@7253
|
10 years |
Don-vip |
see #10025 - open .osm files with double-click on OSX
|
|
|
@7248
|
10 years |
bastiK |
reworked MirroredInputStream (renamed to CachedFile):
* no more …
|
|
|
@7206
|
10 years |
Don-vip |
see #10033 - allow remote control to work from osm.org in https on …
|
|
|
@7205
|
10 years |
Don-vip |
fix #10052 - Wrong server URL in HTTP 400 error message
|
|
|
@7193
|
10 years |
bastiK |
added right- and left-hand traffic database
(new mapcss …
|
|
|
@7187
|
10 years |
Don-vip |
fix #10079 - typos in messages and javadoc
|
|
|
@7170
|
10 years |
simon04 |
fix #10063 - MapCSS: make min() and max() work on a list as well
…
|
|
|
@7145
|
10 years |
simon04 |
see #10037 - Improve node-inside-multipolygon matching by handling …
|
|
|
@7134
|
10 years |
Don-vip |
fix #10030 - wms support broken in r7132
|
|
|
@7132
|
10 years |
Don-vip |
fix #9984 - Add support for WMS tiles defining a transparent color in …
|
|
|
@7119
|
10 years |
Don-vip |
code refactoring/cleanup/javadoc + fix bug in preset text comparator …
|
|
|
@7109
|
10 years |
Don-vip |
see #8671 - some code refactoring done in an unsuccessful attempt to …
|
|
|
@7100
|
10 years |
Don-vip |
refactor tagging presets to allow presets-dependent unit tests to …
|
|
|
@7090
|
10 years |
Don-vip |
code refactoring to avoid classes in methods (cause problems for code …
|
|
|
@7089
|
10 years |
Don-vip |
see #8465 - Use of new Java 7 zip constructors allowing to specify a …
|
|
|
@7083
|
10 years |
Don-vip |
see #8465 - replace Utils.equal by Objects.equals , new in Java 7
|
|
|
@7082
|
10 years |
Don-vip |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8 , new in …
|
|
|
@7075
|
10 years |
Don-vip |
Robustness to allow to run more unit tests in headless mode
|
|
|
@7072
|
10 years |
Don-vip |
fix #9988 - NPE in Geometry.getCentroid()
|
|
|
@7060
|
10 years |
Don-vip |
fix issue in bug report URL (regression from r7037), add javadoc and …
|
|
|
@7037
|
10 years |
Don-vip |
see #8465 - last batch of try-with-resources
|
|
|
@7033
|
10 years |
Don-vip |
see #8465 - global use of try-with-resources , according to
* …
|
|
|
@7029
|
10 years |
Don-vip |
fix more warnings, remove unused code
|
|
|
@7026
|
10 years |
stoecker |
fix #3142 - drop applet code finally
|
|
|
@7025
|
10 years |
Don-vip |
Sonar - fix various issues
|
|
|
@7024
|
10 years |
Don-vip |
sonar - Variables should not be declared and then immediately returned …
|
|
|
@7022
|
10 years |
Don-vip |
see #8465 - enable and fix more warnings
|
|
|
@7019
|
10 years |
Don-vip |
see #8465 - fix @SafeVarargs warning, see …
|
|
|
@7012
|
10 years |
Don-vip |
see #8465 - use String switch/case where applicable
|
|
|
@7009
|
10 years |
akks |
see #9952: added parameter extrude.initial-move-threshold (to tune …
|
|
|
@7006
|
10 years |
Don-vip |
see #8465 - drop detection of openjdk-6-jre package version
|
|
|
@7005
|
10 years |
Don-vip |
see #8465 - use diamond operator where applicable
|
|
|
@7004
|
10 years |
Don-vip |
see #8465 - use multi-catch where applicable
|
|
|
@7003
|
10 years |
Don-vip |
see #8465 - use Files.copy()
|
|
|
@7001
|
10 years |
Don-vip |
see #8465 - switch core to Java 7
|
|
|
@6999
|
10 years |
akks |
fix #9937: Was not importing data from Overpass by remote control …
|
|
|
@6997
|
10 years |
Don-vip |
see #8465 - expiration date of java update feature
|
|
|
@6995
|
10 years |
Don-vip |
fix #9906 - fix reliance on default encoding
|
|
|
@6987
|
10 years |
Don-vip |
sonar - fix some more issues
|
|
|
@6986
|
10 years |
Don-vip |
sonar - fix various minor issues
|
|
|
@6985
|
10 years |
Don-vip |
sonar - deprecated code
|
|
|
@6984
|
10 years |
stoecker |
remove outdated translations
|
|
|
@6977
|
10 years |
Don-vip |
fix some sonar issues recently introduced
|
|
|
@6972
|
10 years |
bastiK |
see #9906 - remotecontrol import handler: add workaround when URLs …
|
|
|
@6962
|
10 years |
Don-vip |
see #8465 - rework apturl stuff
|
|
|
@6953
|
10 years |
Don-vip |
see #8465 - Ask Linux Mint users to update their Java 6 version to Java 7
|
|
|
@6952
|
10 years |
Don-vip |
fix #9879 - fix unreported EDT violation that may cause freeze during …
|
|
|
@6951
|
10 years |
Don-vip |
fix #9879 - make sure to not mention Oracle for OpenJDK-based JVMs
|
|
|
@6943
|
10 years |
Don-vip |
see #8465 - Ask Mac/Debian/Ubuntu users to update their Java 6 version …
|
|
|
@6934
|
10 years |
Don-vip |
fix #7423 - Align nodes in circle results are unstable (patch by Balaitous)
|
|
|
@6925
|
11 years |
Don-vip |
see #3764 - fix layout of bug report window
|
|
|
@6920
|
11 years |
Don-vip |
fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
|
|
|
@6906
|
11 years |
Don-vip |
refactor duplicated code - impacts some plugins (reverter, roadsigns, …
|
|
|
@6898
|
11 years |
stoecker |
see #9778 - fix brain damage
|
|
|
@6897
|
11 years |
stoecker |
see #9778 - use TLS for JOSM website access
|
|
|
@6890
|
11 years |
Don-vip |
fix some Sonar issues (Constructor Calls Overridable Method)
|
|
|
@6889
|
11 years |
Don-vip |
fix some Sonar issues (JLS order)
|
|
|
@6883
|
11 years |
Don-vip |
fix some Sonar issues
|
|
|
@6870
|
11 years |
simon04 |
fix #9598 - Validator: do not report "Overlapping ways" for buildings
|
|
|
@6869
|
11 years |
Don-vip |
fix #9731 - fix a bunch of problems occuring when validating …
|
|
|
@6852
|
11 years |
Don-vip |
see #9710 - more debug messages
|
|
|
@6851
|
11 years |
Don-vip |
see #9710 - enable OAuth debug output with --debug + single endpoint …
|
|
|
@6850
|
11 years |
Don-vip |
see #8888 - Add icedtea-web package version in status report for …
|
|
|
@6841
|
11 years |
Don-vip |
see #9680 - Boost multipolygon computation performance by caching Areas
|
|
|
@6830
|
11 years |
Don-vip |
javadoc fixes for jdk8 compatibility
|
|
|
@6828
|
11 years |
Don-vip |
fix #9699 - workaround to java bug in getMaximumWindowBounds() …
|
|
|
@6823
|
11 years |
bastiK |
#8902 Small performance enhancements / coding style (patch by …
|
|
|
@6822
|
11 years |
bastiK |
see #8902 - Small performance enhancements / coding style (patch by …
|
|
|
@6814
|
11 years |
Don-vip |
fix #8234 - remove duplicated/unused icons + javadoc
|
|
|
@6809
|
11 years |
bastiK |
fixed #9674 - Support for escaping special characters
|
|
|
@6806
|
11 years |
Don-vip |
fix some Sonar issues introduced recently
|
|
|
@6804
|
11 years |
simon04 |
fix #9668 - Sort entries in validation results naturally
|
|
|
@6798
|
11 years |
Don-vip |
fix some Sonar issues
|
|
|
@6797
|
11 years |
Don-vip |
fix #9406 - Verify for new versions of plugins on crashes
|
|
|
@6796
|
11 years |
stoecker |
see #9611 - proper plural selection also for single strings
|
|
|
@6792
|
11 years |
Don-vip |
Sonar - fix various issues
|
|
|
@6772
|
11 years |
simon04 |
fix #8413 - Presets: no not apply use_last_as_default when calling …
|
|
|
@6749
|
11 years |
simon04 |
fix #9596 - MapCSS style: determine opacity/transparency of a color …
|
|
|
@6747
|
11 years |
bastiK |
#8581 - Embedded SVG leads to very high memory consumption
|
|
|
@6742
|
11 years |
simon04 |
fix #7686 - Shorten long search expression for display purposes (in …
|
|
|
@6740
|
11 years |
simon04 |
fix #9191 - MapCSS: Add option to include colour preferences of …
|
|
|
@6717
|
11 years |
Don-vip |
where applicable, replace System.arraycopy by Arrays.copyOf
|
|
|
@6682
|
11 years |
simon04 |
fix #5629 #5108 #9568 - Make Unix web browsers configurable via …
|
|
|