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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13450   6 years Don-vip fix #15992 - load native certificates from macOS system root trust …
(edit) @12776   7 years bastiK see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
(edit) @12748   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12697   7 years Don-vip fix #15207 - NPE at PlatformHookOsx.invoke when opening preferences …
(edit) @12695   7 years Don-vip see #15182 - refactor PlatformHookOsx so that all GUI actions are …
(edit) @12670   7 years Don-vip see #15182 - remove dependence on GUI for tools.PlatformHook
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12268   7 years Don-vip see #11924 - fix macOS dock icon with Java 9
(edit) @12219   7 years Don-vip see #14652 - ask Windows/macOS users to update their version of Java …
(edit) @12217   7 years Don-vip see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM …
(edit) @12123   7 years Don-vip see #14741 - proper registration of application name on macOS
(edit) @11642   7 years Don-vip fix #14422 - Dynamic NTV2 grids
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(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) @11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10339   8 years Don-vip fix unit tests
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10178   8 years Don-vip see #11924 - add compatibility with JEP 272 for Java 9 on OSX
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @9911   8 years simon04 Remove code to be removed end of 2015
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @8923   8 years Don-vip see #11390 - invite Windows and OSX users to update to Java 8
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(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) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7846   9 years bastiK typo
(edit) @7845   9 years bastiK see #10026 - change user data directory on Mac OSX from …
(edit) @7835   9 years Don-vip fix #10026 - migrate preferences and plugins from old ~/.josm
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(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) @7605   10 years Don-vip see #10592 - disable irrelevant os x system shortcuts
(edit) @7485   10 years Don-vip see #10455 - OS X: show correct dock icon if run with java-jar
(edit) @7482   10 years Don-vip fix #7021 - enable fullscreen with OS X
(edit) @7480   10 years Don-vip use native LAF (com.apple.laf.AquaLookAndFeel) on OS X
(edit) @7287   10 years Don-vip fix #10025 - File registration with Mac OSX (many thanks to Stereo and …
(edit) @7283   10 years Don-vip see #10025 - add debug/warn messages
(edit) @7253   10 years Don-vip see #10025 - open .osm files with double-click on OSX
(edit) @7022   10 years Don-vip see #8465 - enable and fix more warnings
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6943   10 years Don-vip see #8465 - Ask Mac/Debian/Ubuntu users to update their Java 6 version …
(edit) @6851   10 years Don-vip see #9710 - enable OAuth debug output with --debug + single endpoint …
(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) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6125   11 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5879   11 years Don-vip improve Mac OS X description
(edit) @5850   11 years Don-vip fix #8602 - More detailed OS version info for Linux and Windows systems
(edit) @5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @4998   12 years stoecker fix build
(edit) @4997   12 years stoecker free some reserved keys
(edit) @4995   12 years stoecker fix reserved translation
(edit) @4978   12 years stoecker add reserved keys for unix
(edit) @4971   12 years stoecker rework Shortcut handling a bit more, replace conflict handling with …
(edit) @4926   12 years stoecker some shortcut fixes
(edit) @4923   12 years stoecker add new group DIRECT2
(edit) @4897   12 years stoecker cleanup shortcut handling a lot, fix some more deprecations
(edit) @4535   12 years Don-vip Fixed another 3 compile warnings. The remaining ones are more tricky.
(edit) @4203   13 years stoecker fix #6544 - fix NPE
(edit) @4153   13 years stoecker fix #6213 - input stream mirror update failed on Windows
(edit) @3378   14 years jttt Fix #2662 Auto-save
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2371   14 years stoecker moved system deps into platform hooks
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1842   15 years Gubaer removed global static variable replaced usage of JOptionPane by …
(edit) @1643   15 years stoecker fix #2331 - patch by dmuecke - zoom under MacOs
(edit) @1634   15 years stoecker fix #2483 - patch by dmuecke - rotate does not work under Mac OS X
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1047   15 years cbrill [Cleanup] Remove unused imports and unused variables, part 2 This …
(add) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
Note: See TracRevisionLog for help on using the revision log.