Karl Tauber
d17fffb82a
PopupFactory: fixed NPE on Windows 10 when owner is null (issue #952 )
2025-01-09 12:26:57 +01:00
Karl Tauber
0ad3180b10
FileChooser: improved performance when navigating to large directories with thousands of files (issue #953 )
2025-01-09 12:04:25 +01:00
Karl Tauber
c73fd51704
System File Chooser: support filename extension filters
2025-01-08 18:41:14 +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
91e8d04a9f
System File Chooser: introduced class SystemFileChooser as replacement for JFileChooser
2025-01-06 18:01:50 +01:00
Karl Tauber
9453d55abd
System File Chooser: fixes for Windows
2025-01-04 12:33:18 +01:00
Karl Tauber
641fada6c4
System File Chooser: implemented modality for GtkFileChooserDialog on Linux
2025-01-04 12:22:14 +01:00
Karl Tauber
a303cd2dec
System File Chooser: renamed Windows and macOS test apps
2025-01-03 17:56:02 +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
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
49a0a83eca
System File Chooser: implemented native bindings for IFileOpenDialog and IFileSaveDialog on Windows
2024-12-31 17:39:44 +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
Karl Tauber
80ba75fdeb
List:
...
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
- fixed wrong x/width bounds of alternating rows for multi-column lists (PR #939 )
- Demo: added "alternating rows" checkboxes to "Data Components" page
2024-12-18 12:22:04 +01:00
Karl Tauber
7027821c00
Merge PR #939 : Support for alternate row color in JList
2024-12-18 00:30:01 +01:00
Karl Tauber
a3a49cef73
Merge PR #936 : CheckBox: support styling indeterminate state of tri-state check boxes
2024-12-17 23:46:12 +01:00
Dar
abf77d5399
mod: code format
2024-12-16 15:55:40 +01:00
Dar
6404b8de2a
fix: filter combobox by name
2024-12-16 15:49:19 +01:00
Dar
19055d5a18
mod: combobox does not support alternate row color
2024-12-13 09:21:14 +01:00
Dar
c12adf12e7
new: support for alternate row color in JList
2024-12-13 09:20:23 +01:00
Karl Tauber
b9c68fbe77
CheckBox: support styling indeterminate state of tri-state check boxes (issue #919 )
2024-12-11 16:54:03 +01:00
Karl Tauber
7bdfd49921
Merge PR #935 : Tree: support wide cell renderer
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
2024-12-11 13:33:03 +01:00
Karl Tauber
58fa2a5085
Demo, Testing, Theme Editor: re-generated UI code using JFormDesigner 8.3, which now supports class FlatClientProperties
2024-12-10 19:49:46 +01:00
Karl Tauber
a400799db5
Extras: use default activation keys if passing null to FlatInspector.install() or to FlatUIDefaultsInspector.install()
2024-12-09 23:55:02 +01:00
Karl Tauber
2a8e487c1f
Tree: support wide cell renderer (issue #922 )
2024-12-09 19:50:00 +01:00
Karl Tauber
145631fd43
FlatComponentsTest: added "transparent background" checkbox
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
2024-12-09 17:10:33 +01:00
Karl Tauber
6a774d8c70
GitHub Actions: use lftp directly to upload FlatLaf demo and theme editor
...
previously used github action `sebastianpopp/ftp-action`, which uses Docker, was very slow (about two minutes to upload one file)
2024-12-09 13:44:54 +01:00
Karl Tauber
bfd746f981
GitHub Actions: no longer upload theme editor snapshot; update gradle wrapper validation action
CI / build (11, ) (push) Waiting to run
CI / build (17, ) (push) Waiting to run
CI / build (21, ) (push) Waiting to run
CI / build (23, ) (push) Waiting to run
CI / build (8, ) (push) Waiting to run
CI / snapshot (push) Blocked by required conditions
CI / release (push) Blocked by required conditions
Native Libraries / Natives (macos) (push) Has been cancelled
Native Libraries / Natives (ubuntu) (push) Has been cancelled
Native Libraries / Natives (windows) (push) Has been cancelled
2024-12-09 01:23:55 +01:00
Karl Tauber
3af54b7215
Merge branch 'flatlaf-3.5.4' into main
2024-12-09 01:12:27 +01:00
Karl Tauber
3ba9fc6c1c
release 3.5.4
3.5.4
2024-12-09 00:44:57 +01:00
Karl Tauber
0a9ecd66a9
Linux: fixed NPE when using FlatLaf window decorations and switching theme (issue #933 ; regression in 3.5.3)
...
caused by fix for #907 ; commit d471f08b15
2024-12-09 00:43:44 +01:00
Karl Tauber
6991d6729e
Merge PR #931 : Fixing NPE when using HTML text on a component with null font
...
(cherry picked from commit 41332de275 )
2024-12-08 23:01:00 +01:00
Karl Tauber
304cb0d57b
Merge PR #903 : Support for alternate row color in JTree
CI / build (11, ) (push) Waiting to run
CI / build (17, ) (push) Waiting to run
CI / build (21, ) (push) Waiting to run
CI / build (23, ) (push) Waiting to run
CI / build (8, ) (push) Waiting to run
CI / snapshot (push) Blocked by required conditions
CI / release (push) Blocked by required conditions
2024-12-08 13:44:58 +01:00
Karl Tauber
41332de275
Merge PR #931 : Fixing NPE when using HTML text on a component with null font
2024-12-08 13:37:02 +01:00
Karl Tauber
ef61ae504b
FlatSVGIcon: color filters now can access painting component to implement component state based color mappings (PR #906 )
2024-12-07 19:52:23 +01:00
Eduwardo Horibe
f96baf1bc2
Fixing NPE when using HTML text on a component with null font
2024-12-06 18:52:14 -03:00
Karl Tauber
1462636e97
release 3.5.3
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
3.5.3
2024-12-06 12:42:15 +01:00
Karl Tauber
7e59a7f4af
FlatPropertiesLaf: support macOS themes as base themes
2024-12-04 23:56:01 +01:00
Karl Tauber
e9a21848bc
ComboBox: do not paint arrow button background if it is hidden (issue #915 )
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
2024-12-04 19:24:10 +01:00
Karl Tauber
1dcb251ecb
FlatLaf window decorations: fixed sometimes broken window moving with SplitPane in window title area in "full window content" mode (issue #926 )
2024-12-04 18:21:06 +01:00
Karl Tauber
3f33543cee
Linux: fixed slightly different font size (or letter width) used to paint HTML text when default font family is _Cantarell_ (e.g. on Fedora) (issue #912 )
...
the removed use of floating point font size is similar to what is done in JDK for GTK Look and Feel:
- https://bugs.openjdk.org/browse/JDK-6979979
- 306f12db9e
2024-12-04 17:18:33 +01:00
Karl Tauber
84bd2088f2
FlatSystemProperties: javadoc fixes
2024-12-04 13:06:37 +01:00
Karl Tauber
4f4a3132c5
UIScale:
...
- do not use "defaultFont" if current Laf is not FlatLaf
- support custom font size divider to calculate user scale factor from font size
(for special use in JFormDesigner)
2024-12-04 13:06:11 +01:00
Karl Tauber
e064c934cb
Windows: fixed detection of Windows 11 if custom exe launcher does not specify Windows 10+ compatibility in application manifest (issue #916 )
...
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
Native Libraries / Natives (macos) (push) Has been cancelled
Native Libraries / Natives (ubuntu) (push) Has been cancelled
Native Libraries / Natives (windows) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
Windows binaries built and signed locally in clean workspace
2024-11-28 14:12:56 +01:00
Karl Tauber
16fc3cabf2
Popup: fixed NPE if GraphicsConfiguration is null on Windows (issue #921 )
...
CI / build (11, ) (push) Waiting to run
CI / build (17, ) (push) Waiting to run
CI / build (21, ) (push) Waiting to run
CI / build (23, ) (push) Waiting to run
CI / build (8, ) (push) Waiting to run
CI / snapshot (push) Blocked by required conditions
CI / release (push) Blocked by required conditions
Native Libraries / Natives (macos) (push) Waiting to run
Native Libraries / Natives (ubuntu) (push) Waiting to run
Native Libraries / Natives (windows) (push) Waiting to run
Fonts / Fonts (inter) (push) Has been cancelled
Fonts / Fonts (jetbrains-mono) (push) Has been cancelled
Fonts / Fonts (roboto) (push) Has been cancelled
Fonts / Fonts (roboto-mono) (push) Has been cancelled
also check for null GraphicsConfiguration in other classes
2024-11-27 19:27:47 +01:00
Karl Tauber
7e002ff6c2
Theme Editor: fixed using color picker on secondary screen
2024-11-27 19:02:13 +01:00
Karl Tauber
323c0c62c3
update to Gradle 8.11.1
2024-11-20 20:11:34 +01:00
Karl Tauber
ff5bd301cc
Popup: on Windows 10, fixed misplaced popup drop shadow (issue #911 ; regression in 3.5 since commit a311bac89b)
CI / build (11, ) (push) Has been cancelled
CI / build (17, ) (push) Has been cancelled
CI / build (21, ) (push) Has been cancelled
CI / build (23, ) (push) Has been cancelled
CI / build (8, ) (push) Has been cancelled
CI / snapshot (push) Has been cancelled
CI / release (push) Has been cancelled
2024-11-19 23:25:50 +01:00