Karl Tauber
5c2d8ba555
System File Chooser: fix crash on macOS 15.x
2025-06-17 12:23:09 +02:00
Karl Tauber
3283cfe22f
System File Chooser: macOS: disable screen menu bar when file dialog is shown
...
Testing: reduced duplicate code
2025-01-23 00:07:38 +01:00
Karl Tauber
aecb496142
System File Chooser: macOS: show file dialog in dark if current FlatLaf theme is dark
2025-01-21 14:36:01 +01:00
Karl Tauber
07fc190b5f
Native Libraries: moved code to JNIUtils.cpp and *MessageDialog.cpp
2025-01-14 16:50:13 +01:00
Karl Tauber
078e59a443
System File Chooser: support "approve" callback and system message dialog on macOS (not yet used in SystemFileChooser
2025-01-12 18:32:58 +01:00
Karl Tauber
251198c66d
Native Libraries:
...
- made C methods `static` (similar to `private` in Java) to avoid that they are added (exported) to shared library symbol table
- macOS and Linux: added `-fvisibility=hidden` to compiler options to mark C methods hidden by default
2025-01-08 12:59:38 +01:00
Karl Tauber
d7462bd424
System File Chooser: use Cocoa autolayout for "Format" label and combobox on macOS
2025-01-07 19:20:40 +01:00
Karl Tauber
9af7f95197
System File Chooser: added "Format" combobox on macOS (if using more than one filter)
2025-01-07 14:37:58 +01:00
Karl Tauber
2e16ded5d4
System File Chooser: support macOS in class SystemFileChooser
2025-01-06 19:22:15 +01:00
Karl Tauber
63272a03cf
System File Chooser: macOS:
...
- use `optionsSet` and `optionsClear` (as on Windows)
- delete local reference after getting Java array item
- added "or null" to javadoc
2024-12-31 18:44:06 +01:00
Karl Tauber
516bd80702
System File Chooser: implemented native bindings for NSOpenPanel and NSSavePanel on macOS
2024-12-30 12:46:28 +01:00