source: josm/trunk/src/org/openstreetmap/josm/tools/PlatformHookWindows.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16120   4 years Don-vip fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint
(edit) @15716   4 years simon04 Java 8: use String.join
(edit) @15590   4 years Don-vip fix PMD warnings forgotten in previous commit
(edit) @15543   4 years Don-vip fix #18362 - safer construction of URIs
(edit) @15469   4 years Don-vip fix #10033, fix #15748, fix #17097 - drop remote control https support …
(edit) @15006   5 years Don-vip see #17619: use a common list of native certificate aliases, as they …
(edit) @14999   5 years Don-vip fix #17619: - improve offline startup time on Windows by making …
(edit) @14622   5 years Don-vip fix #17160 - don't open local files with custom browser
(edit) @14511   5 years Don-vip fix #17069 - reduce severity/verbosity of errors when fetching …
(edit) @14431   5 years Don-vip fix #17006 - improve startup time on Windows by reworking certificate …
(edit) @14389   5 years simon04 fix #16891 - Allow to override default web browser on Windows Set the …
(edit) @14368   5 years simon04 Call Runtime.exec using String array
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14161   6 years Don-vip fix #16646 - catch DirectoryIteratorException when loading Fonts on …
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14148   6 years Don-vip see #15229 - code refactoring - make …
(edit) @14144   6 years Don-vip see #15229 - code refactoring - add …
(edit) @13791   6 years Don-vip see #10989, #16215, fix #16199 - load "Malgun Gothic" font on Windows …
(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) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13487   6 years Don-vip see #15992 - do not log PS 2.0 errors as such (debug level is enough)
(edit) @13468   6 years Don-vip fix #15992 - fix codestyle issues
(edit) @13467   6 years Don-vip fix #15992 - make sure PowerShell call is never blocking
(edit) @13466   6 years Don-vip fix #15992 - fix NPE
(edit) @13465   6 years Don-vip fix #15992 - also make sure recent version of PowerShell is installed
(edit) @13463   6 years Don-vip see #15992 - make sure .NET framework 4.5 or later is installed, as …
(edit) @13458   6 years Don-vip fix #15992 - add compatibility with older versions of Windows where …
(edit) @13451   6 years Don-vip fix #15992 - force Windows to update its root CA trust store before we …
(edit) @13450   6 years Don-vip fix #15992 - load native certificates from macOS system root trust …
(edit) @13204   6 years Don-vip enable new PMD rule AvoidFileStream - see …
(edit) @12887   7 years Don-vip see #15343 - catch Java 9 exceptions
(edit) @12856   7 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   7 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12851   7 years bastiK see #15229 - extract "struct" handling from Preference to StructUtils
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12776   7 years bastiK see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
(edit) @12744   7 years Don-vip see #15229 - see #15182 - remove GUI dependence of …
(edit) @12670   7 years Don-vip see #15182 - remove dependence on GUI for tools.PlatformHook
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12321   7 years Don-vip fix OS Build number on Windows 7 (no releaseId like on Windows 10)
(edit) @12278   7 years Don-vip see #14821 - update java version numbers
(edit) @12267   7 years Don-vip sonar - fix various recent violations
(edit) @12219   7 years Don-vip see #14652 - ask Windows/macOS users to update their version of Java …
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12217   7 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12146   7 years Don-vip remove symbol font entry, already defined
(edit) @12124   7 years Don-vip fix #13855 - abort HTTPS certificate setup if JDK-8172244 occurs
(edit) @11943   7 years Don-vip fix #14649 - load Dutch Government (G2 & G3) certificates from Windows …
(edit) @11939   7 years Don-vip add missing default fonts from Windows 8.1+
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11218   7 years Don-vip sonar - fix various recent issues
(edit) @11191   7 years Don-vip sonar - fix some recent warnings
(edit) @11162   7 years bastiK fixed #6664 - use XDG Base Directory Specification on Linux If …
(edit) @11156   7 years bastiK rework/simplify inheritance structure of PlatformHook …
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10337   8 years Don-vip Windows 10: add new Segoe UI Historic font + add unit tests
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @8923   9 years Don-vip see #11390 - invite Windows and OSX users to update to Java 8
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8099   9 years Don-vip see #10989 - add support for more languages on recent version of …
(edit) @8015   9 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8014   9 years bastiK see #10989 - added 3 more scripts (Syriac, Thaana, Malayalam)
(edit) @8006   9 years bastiK see #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7833   9 years bastiK see #6248 - typo
(edit) @7832   9 years bastiK see #6248 - fix path for Win XP
(edit) @7831   9 years Don-vip see #10026 - use recommended preferences directory on OSX. Linux and …
(edit) @7829   9 years Don-vip see #6248, #10026 - use recommended cache directories on Windows and …
(edit) @7497   10 years Don-vip fix #10480 - False positive with lanes validation if source:lanes is …
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7344   10 years Don-vip fix #10230 - add information message before installing certificate to …
(edit) @7343   10 years Don-vip see #10230, see #10033 - add "Install/uninstall certificate" buttons …
(edit) @7342   10 years Don-vip see #10230, see #10033 - fix certificate detection
(edit) @7337   10 years Don-vip see #10230, see #10033 - SAN tweaks + fix unit test (for real?)
(edit) @7335   10 years Don-vip see #10230, see #10033 - big rework of HTTPS support for Remote …
(edit) @7206   10 years Don-vip see #10033 - allow remote control to work from osm.org in https on …
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6943   10 years Don-vip see #8465 - Ask Mac/Debian/Ubuntu users to update their Java 6 version …
(edit) @6443   10 years Don-vip see #8465 - Ask Windows users to update their Sun/Oracle Java 6 …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5850   11 years Don-vip fix #8602 - More detailed OS version info for Linux and Windows systems
(edit) @5355   12 years akks Allowing to change F1 help shortcut on Windows, see #7226
(edit) @5000   12 years stoecker cleanup reserved keysf
(edit) @4995   12 years stoecker fix reserved translation
(edit) @4994   12 years Don-vip see #7226 - fix microsoft-reserved-13 to microsoft-reserved-16 …
(edit) @4991   12 years Don-vip setAutomatic() on most of Windows system shortcuts
(edit) @4986   12 years Don-vip see #7226 - update Windows system shortcuts
(edit) @4978   12 years stoecker add reserved keys for unix
(edit) @4897   12 years stoecker cleanup shortcut handling a lot, fix some more deprecations
Note: See TracRevisionLog for help on using the revision log.