Karl Tauber
60557fc8c8
reviewed (and tested) all key bindings on Windows
2020-02-26 23:47:38 +01:00
Karl Tauber
d1415a8c53
TabbedPane: support Ctrl+TAB/Ctrl+Shift+TAB to switch to next/previous tab if a child of tabbedpane has focus
2020-02-26 00:11:10 +01:00
Karl Tauber
958dfa8ae9
UI defaults: get rid of Aqua InputMaps on macOS
2020-02-24 20:44:14 +01:00
Karl Tauber
cfd07cbcc8
PasswordField: warn about enabled Caps Lock
2020-02-23 13:15:12 +01:00
Karl Tauber
33e6ce1673
UI defaults: get rid of unused Aqua UI defaults on macOS
...
UI defaults on macOS are now (nearly) equal to other platforms.
There are only minor platform specific differences.
InputMaps are still used from Aqua LaF.
2020-02-23 10:57:37 +01:00
Karl Tauber
00ccda83f9
UIScale: default font size on macOS is 13
2020-02-22 14:39:43 +01:00
Karl Tauber
ba35fb7525
Panel: added UI delegate
2020-02-21 22:28:58 +01:00
Karl Tauber
9d1ed241b9
UI defaults: removed optional "pressed " from InputMap dumps (to make it easier to read)
2020-02-18 22:41:04 +01:00
Karl Tauber
1e4f2d85a2
UI defaults: removed FlatDarkLaf InputMap dumps because they are equal to the Light versions
2020-02-18 18:08:14 +01:00
Karl Tauber
5cb7be4a64
UI defaults: added Java 8 - 13 dumps of NimbusLookAndFeel
...
(only checked in dumps that are not equal to version predecessor)
2020-02-18 17:45:27 +01:00
Karl Tauber
0cd9068c0e
UI defaults: split InputMap dumps into own files
...
(only checked in dumps that are not equal to version predecessor)
2020-02-18 17:40:21 +01:00
Karl Tauber
9d6afe3bde
UI defaults: removed dumps that are equal to version predecessor
2020-02-18 17:04:24 +01:00
Karl Tauber
52702b5267
ColorChooser: use scaled dimension instead of temporary modifying UI defaults
2020-02-18 14:32:15 +01:00
Karl Tauber
cd144ff067
UI defaults: added UI values that are defined in MetalLookAndFeel but not in BasicLookAndFeel
...
also added UI values that have different values in Metal and Basic LaF
(preparation for replacing "base" Metal LaF with BasicLookAndFeel)
2020-02-18 13:49:19 +01:00
Karl Tauber
790f490674
replaced MetalRootPaneUI on Windows and Linux (issue #47 )
...
(preparation for replacing "base" Metal LaF with BasicLookAndFeel)
2020-02-18 12:52:53 +01:00
Karl Tauber
004a5cb765
UI defaults: added some missing colors an set unused colors to useful values
2020-02-18 12:11:58 +01:00
Karl Tauber
408b2d8376
Merge branch 'uidefaults-review' into master
...
# Conflicts:
# flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/uidefaults/FlatDarkLaf_1.8.0_202.txt
# flatlaf-testing/src/main/resources/com/formdev/flatlaf/testing/uidefaults/FlatLightLaf_1.8.0_202.txt
2020-02-18 00:43:17 +01:00
Karl Tauber
73b642799d
UI defaults dumps updated
2020-02-17 23:35:38 +01:00
Karl Tauber
03627281d7
ToolBar: added empty space around toolbar (issue #56 )
2020-02-14 13:59:14 +01:00
Karl Tauber
c83b4093f0
ToolBar: added empty space around buttons in toolbar (issue #56 )
2020-02-14 12:53:30 +01:00
Karl Tauber
87dd5a9ebb
PasswordField: get echoChar from .properties files and no longer hard code it on macOS
2020-02-13 11:17:29 +01:00
Karl Tauber
11950f8b4d
UI defaults: removed unused UI defaults from "base" Metal LaF
2020-02-13 10:52:19 +01:00
Karl Tauber
b319cb278b
UI defaults: updated dumps on macOS
2020-02-12 18:47:22 +01:00
Karl Tauber
78e3d781fc
UI defaults: changed dump format of characters and updated dumps on Windows
2020-02-12 18:43:35 +01:00
Karl Tauber
34834917b0
UI defaults:
...
- added macOS Java 8 - 13 dumps of AquaLookAndFeel
- added macOS Java 8 dumps of FlatLightLaf and FlatDarkLaf
used macOS Mojave 10.14.
2020-02-12 14:23:56 +01:00
Karl Tauber
9446c287e9
UI defaults:
...
- class UIDefaultsDump implemented to dump UI defaults to text files
- added Java 8 - 13 dumps of BasicLookAndFeel, MetalLookAndFeel, WindowsLookAndFeel
- added Java 8 dumps of FlatLightLaf and FlatDarkLaf
2020-02-12 10:42:07 +01:00
Karl Tauber
f0a49c806e
DesktopPane support implemented (issues #39 and #11 )
2020-02-11 15:38:32 +01:00
Karl Tauber
5853bd4a96
InternalFrame: made buttons larger and square (issue #39 )
2020-02-02 17:12:34 +01:00
Karl Tauber
df4f51eff3
InternalFrame: basic implementation (issues #39 and #11 )
2020-01-27 15:23:03 +01:00
Karl Tauber
757b0812ba
Menu: highlight items in menu bar on mouse hover (issue #49 )
2020-01-20 23:35:50 +01:00
Karl Tauber
39a0d514a8
List, Table and Tree: added colors for drag-and-drop
...
- added "enable drag and drop" checkbox to Demo on "Data Components" tab
- support copying UI default values lazy
2019-12-23 13:10:50 +01:00
Karl Tauber
32ceb168d5
replaced prefix @@ with $ in .properties files
2019-12-23 00:18:27 +01:00
Karl Tauber
8450e74832
TabbedPane: support separators between tabs (TabbedPane.showTabSeparators)
2019-12-16 20:40:29 +01:00
Karl Tauber
65fbcedaa4
TabbedPane: support background color for selected tabs
2019-12-13 23:14:41 +01:00
Karl Tauber
2211cc5596
fixed Swing system colors in dark themes
2019-12-08 10:21:07 +01:00
Karl Tauber
de82dac873
Button: optionally support gradient border and gradient background for improved compatibility with IntelliJ platform themes (e.g. Vuesion and Spacegray themes)
2019-11-30 17:58:40 +01:00
Karl Tauber
711c4dd2b5
hex color values in .properties files now must start with a # character
2019-11-25 19:10:51 +01:00
Karl Tauber
84db2f9b65
OptionPane:
...
- fixed background, which was wrong when OptionPane.background is different to Panel.background (e.g. in Hiberbee or Solarized themes)
- use non-UIResource borders in sub-panels to avoid that they are replaced when switching LaF
2019-11-18 13:12:27 +01:00
Karl Tauber
7c2b2d7f26
JIDE: basic JideTabbedPane implementation
2019-11-09 17:23:55 +01:00
Karl Tauber
1de367e19e
moved testing applications from src/test to new project flatlaf-testing (part 2)
2019-10-23 16:44:39 +02:00
Karl Tauber
62895a602f
moved testing applications from src/test to new project flatlaf-testing (part 1)
2019-10-23 16:44:19 +02:00