Karl Tauber
9e8b8697d1
System File Chooser: Linux: show file dialog in dark if current FlatLaf theme is dark (PR #988 )
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
Error Prone / error-prone (push) Has been cancelled
Native Libraries / Natives (macos-latest) (push) Has been cancelled
Native Libraries / Natives (ubuntu-24.04-arm) (push) Has been cancelled
Native Libraries / Natives (ubuntu-latest) (push) Has been cancelled
Native Libraries / Natives (windows-latest) (push) Has been cancelled
2025-12-02 14:11:10 +01:00
Karl Tauber
c8e2e78955
Gradle: use configuration cache
2025-11-25 11:51:41 +01:00
Karl Tauber
299250a710
System File Chooser: change @since 3.6 to @since 3.7
2025-10-27 18:06:41 +01:00
Karl Tauber
f2882370de
GitHub Actions: natives.yml:
...
- disabled cross-compile for arm64 architecture on x86_64 Linux
- use `apt-get` instead of `apt`
- use long command line options for `codesign`
2025-06-13 14:33:54 +02:00
Karl Tauber
54d6959533
System File Chooser:
...
- always use some window as owner (similar to `JFileChooser`)
- Linux: use "Select" for approve button in directory selection
2025-01-23 19:52:39 +01:00
Karl Tauber
1e3e4d7c61
System File Chooser: fixed (cross-)compile native library for ARM64 Linux
2025-01-21 11:28:57 +01:00
Karl Tauber
d524536575
System File Chooser: Linux: cross-compile native library for ARM64 on x86_64 Linux
2025-01-20 16:09:16 +01:00
Karl Tauber
0a4c01cd40
Merge main into system-file-chooser
2025-01-18 17:53:04 +01:00
Karl Tauber
91f19bf94c
Native Libraries:
...
- Linux: added dumps
- macOS: replaced deprecated Gradle `exec`
2025-01-18 16:53:30 +01:00
Karl Tauber
0ea188f8db
Linux: support cross-compile native library for ARM64 on x86_64 Linux (issue #899 )
2025-01-18 14:50:42 +01:00
Karl Tauber
6c77b81277
Linux: support building native library for ARM64 when Gradle build runs on ARM64 Linux (issue #899 )
2025-01-16 20:10:57 +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
d49282dfe8
System File Chooser: support "approve" callback and system message dialog on Windows and Linux (not yet used in SystemFileChooser
2025-01-12 01:40:12 +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
91e8d04a9f
System File Chooser: introduced class SystemFileChooser as replacement for JFileChooser
2025-01-06 18:01:50 +01:00
Karl Tauber
641fada6c4
System File Chooser: implemented modality for GtkFileChooserDialog on Linux
2025-01-04 12:22:14 +01:00
Karl Tauber
2b810addd8
System File Chooser: implemented native bindings for GtkFileChooserDialog on Linux
2025-01-03 16:38:10 +01:00
Karl Tauber
32d102dbc9
Native Libraries: added API version to:
...
- test whether native library matches the JAR (bad builds could e.g. ship a newer JAR with an older incompatible native library)
- invoke a method (to get API version) to check whether native library works correctly
if API version do not match, or method could not invoked correctly, disable usage of FlatLaf native library
Windows and macOS binaries built and signed locally in clean workspace
Linux binary built by GitHub Actions
2024-03-24 16:37:11 +01:00
Karl Tauber
55ddac2bc7
Gradle: use simpler Kotlin DSL property assignment
...
https://blog.gradle.org/simpler-kotlin-dsl-property-assignment
2024-03-23 13:56:47 +01:00
Karl Tauber
c953ff84d0
added explicit file encoding for Eclipse projects
2023-08-12 22:45:02 +02:00
Karl Tauber
fb4576fc1b
Linux: use X11 window manager events to move window and to show window menu (right-click on window title bar), if custom window decorations are enabled (issue #482 )
2022-08-20 21:09:49 +02:00