weisj
ae8ad433a4
Properly detect if themed color needs to be refreshed.
...
Provide default value for 'apple.laf.useScreenMenuBar' system property on macOS.
4 years ago
weisj
1fddbbf7f3
Add proper non continuous divider to splitpane.
4 years ago
weisj
2d53ff444a
Only add handler to parent and use parent handlers.
4 years ago
weisj
4f19c8fb9f
Ensure handler is only added once to logger.
4 years ago
weisj
23e0c4fdfa
Fix issue where the restore/maximize button of internal frames didn't work correctly.
...
Fix issue where using the external internal frame menubar results in a NPE.
4 years ago
weisj
f91417e3e8
Issue warning when creating JTreeTable to warn it is still experimental.
4 years ago
weisj
550f1396ff
Add keybindings to hide popup colorchooser using escape/enter keys.
...
Add utility method to create Actions.
4 years ago
weisj
b99b42e2d6
Provide default ThemeProvider factory method.
4 years ago
weisj
51ae12d05e
Fix error messages in DefaultThemeProvider constructor.
...
Ensure themes in DefaultThemeProvider are non-null.
Provide factory methods fro ThemeProvider.
4 years ago
weisj
1b26a1aa7c
Add manual rotation selection to RotatableIconDemo.
...
Add icon selection to RotatableIconDemo.
4 years ago
weisj
45676693b0
Add new tab action to tabbedpane demos.
...
Fix issue where the tab stash didn't show all hidden tabs.
Ensure the more tabs button doesn't get smaller if the text jumbs from 99 to \infinity.
4 years ago
weisj
279f5012ef
Fix issue where custom tab components weren't affected by scrolling.
4 years ago
weisj
8de00fa718
Extract common code for tab frame uis.
...
Ensure text isn't cropped when tab label has no icon.
4 years ago
weisj
cd8bb68964
Ensure correct border insets are used when borderless variant is used.
...
Always calculate correct margins to ensure consistency.
4 years ago
weisj
5cc7f7fd52
Internationalize tabframe popupmenu.
4 years ago
weisj
0bcfed56e1
Add delete action to text area popupmenu.
...
Add missing Icons.deleteDisabled.color property.
Ensure edit actions aren't enabled if they require selected text and no text is selected.
4 years ago
weisj
8f010d8610
Cache file icon.
...
Cache result of FileNode#isEmpty.
4 years ago
weisj
07586c3c90
Improve svg exception message to include icon path.
4 years ago
weisj
d29cc5b2de
Use fallback method while a non Path conforming file is blocking the file system by listing the files. This is really only an issue for the Network folder which takes several seconds to list all files. Otherwise opening other folders renders the ui unresponsive because accessing file properties (e.g. the icon or display name) has to wait for File.listFiles() to return.
4 years ago
weisj
ae473cb7a1
Updated code style
...
- Keep simple if in one line.
- Wrap enum declarations if necessary.
4 years ago
weisj
564b0ebe79
Move more work from edt into background thread when updating directories.
4 years ago
weisj
996cd1dfbe
Add FileTree component.
4 years ago
weisj
4454a316b1
Ensure dashed tree line is painted in a regular pattern.
4 years ago
weisj
227a492a90
Ensure theme isn't null when installing Laf.
4 years ago
weisj
11638915a4
Respect custom button background color.
...
Disable experimental aa settings if translucent aa is disabled.
4 years ago
weisj
da1d622a1d
Paint rectangular background for non darklaf button borders.
4 years ago
weisj
9928b9afd4
Switched to google formatting with increased linewidth and indentation size.
4 years ago
weisj
bba681969e
Fix regression where the tree renderer background isn't correctly applied.
4 years ago
weisj
f72f8f4300
Add demo for LGoodDatePicker to improve compatiblity.
...
Make semantics for button border insets and margins more clear.
- Border insets subtract from the background area (The background area is the component size minus the insets).
- Margins add to the background area (the background area is the content area plus the margin).
- For borderless variants the size of the background is enforced to comply to the margin values.
Ensure tabbed and normal popups have the same header height.
Ensure more and new tab button in tabbedpane are aligned the same way and have the same height.
4 years ago
weisj
a87788350a
Ensure spinner respects user set background (specifically table cell editor background).
4 years ago
weisj
7fb16e67e7
Fix issue where tables aren't editable. ( Fixes #206 ).
...
Fix incorrect cell editor background color.
4 years ago
weisj
a464d233d1
Updated formatting rules.
4 years ago
weisj
ce4693fddf
Replace usage of #requestFocus with #requestFocusInWindow
4 years ago
weisj
dc99fbf435
Make sure listeners are notified if theme is installed through a synthesised Laf.
...
Fix togglebutton reporting incorrect preferred width.
Change semantics of light/dark slider in IconDemo to only change the icon theme and not the laf theme.
Removed non-functioning method LafManager#reloadTheme.
4 years ago
weisj
3eb63aa025
Ensure HelpButton doesn't get converted to a borderless varaint.
4 years ago
weisj
2e958de5c4
Ensure event helper is installed when using a JPopupMenu.
4 years ago
weisj
64b7872139
Add convenience method to replace currently registered themes.
...
Add #withDisplayName method to Theme class.
4 years ago
weisj
638ebfd85f
Ensure renamed themes are still found when creating synthesises LookAndFeelInfo.
4 years ago
weisj
623962ec0a
Add display name property to Theme.
...
Add RenamedTheme to provide different names for themes.
4 years ago
weisj
e5e8b69178
Check for actually installed theme instead of set theme.
4 years ago
weisj
501852d5f7
Properly calculate preferred width of windows title pane.
4 years ago
weisj
799f0557ea
Ensure returned font isn't of type UIResource.
4 years ago
weisj
720519e654
Increase contrast on window buttons for high_contrast_dark theme.
4 years ago
weisj
deeb0586b1
Use double the arc size for smoother button shadows.
4 years ago
weisj
3b5dcfe476
Release version 2.4.7
...
Prepare next development round.
4 years ago
weisj
12dc523d87
Ensure fonts are created as composite fonts.
4 years ago
weisj
7dd04941e1
Ensure checks for Darklaf use ThemedLookAndFeel instead.
...
Remove logging statements.
4 years ago
weisj
65f84bace2
Fix broken synthesised lafs.
4 years ago
weisj
86e9297fcf
Release version 2.4.6
...
Prepare next development round.
4 years ago
weisj
0b1cce8c23
Fix incorrect identifier usage.
4 years ago