weisj
|
029be4f873
|
Make helper classes final.
|
4 years ago |
weisj
|
83851a3719
|
Ignore folder for run configurations
|
4 years ago |
weisj
|
5ac3291ac9
|
Use correct minimum size for boolean tree renderers.
|
4 years ago |
weisj
|
d3191a9b27
|
Check for headless environment if determining transparency capabilities.
|
4 years ago |
weisj
|
800a8898e7
|
Use heavy weight popups on linux.
|
4 years ago |
weisj
|
67cca62b0b
|
Ensure tooltip is displayed and has the correct location on linux (gnome).
|
4 years ago |
weisj
|
331321f9f4
|
Instead of setting the content as the content pane use separate JPanel to avoid adding components to itself.
|
4 years ago |
weisj
|
2b525dd57f
|
Enable top shadow. Otherwise it cuts off.
|
4 years ago |
weisj
|
c6ee13d625
|
Fix popups not being translucent on some linux desktop environments.
HeavyWeight popup windows disable rootpane double buffering which results in opaque windows.
|
4 years ago |
weisj
|
79ec833778
|
Check for per pixel translucency when using balloon tooltips.
If the GraphicsEnvironment doesn't support translucency fallback to plain tooltips.
|
4 years ago |
weisj
|
4fe6c627fc
|
Setup XServer for linux workflow.
|
4 years ago |
weisj
|
db447b45a4
|
Improve tooltip test.
|
4 years ago |
weisj
|
b20bca4153
|
Run tooltip test on linux.
|
4 years ago |
weisj
|
85b52cc6f7
|
Ensure complete tooltip hierarchy is non-opaque
|
4 years ago |
weisj
|
f4606cfec3
|
Use component as image observer if possible.
|
4 years ago |
weisj
|
a9aa59fcd7
|
Remove useless import.
|
4 years ago |
weisj
|
f46e601630
|
Ensure DerivableImageIcon load necessary resources before painting.
|
4 years ago |
weisj
|
14af935bc8
|
Remove support for JList shrinkWrap option as it violates the look of the laf.
|
4 years ago |
weisj
|
dbb95154e3
|
Revert gradle update (back to version 6.5) due to incompatibility with snapshot publishing.
Downgrade to stable nokkee version.
|
4 years ago |
weisj
|
5ebdcb0479
|
Refactor tree actions.
|
4 years ago |
weisj
|
fcd57feabb
|
Release version 2.5.4
|
4 years ago |
weisj
|
f172ca1bb4
|
Update gradle to version 6.7.1
|
4 years ago |
weisj
|
7c209ef6fb
|
Add logging to CellHintPopupListener
|
4 years ago |
weisj
|
7e19ea237c
|
Avoid clearing menu selection if action doesn't clear the selection path.
Inherit from BasicLookAndFeel to avoid breaking code which checks whether the laf is of type BasicLookAndFeel. Fixes #227
|
4 years ago |
weisj
|
647d4e6a15
|
Use minimum cell size for determining the necessity of a cell popup.
Don't show a popup if a popup menu is open, as it would obstruct the menu.
|
4 years ago |
weisj
|
b50dfa32c6
|
Ensure boolean cell renderer uses custom color provided by cell renderers. Fixes #224
|
4 years ago |
Jannis Weis
|
139e193706
|
Update README.md
|
4 years ago |
weisj
|
ade03c5a56
|
Use XCode version 12.1 for JavaVM.framework capabilities.
|
4 years ago |
weisj
|
51a303d336
|
Update nokee version
|
4 years ago |
weisj
|
98ef5af544
|
Use explicit tooltip context for ToolTipDemo.
|
4 years ago |
weisj
|
f26868c239
|
Report correct minimum divider location for thin splitpane divider.
|
4 years ago |
weisj
|
1cb88d8b7f
|
Ensure text components have the correct background after the laf changes.
|
4 years ago |
weisj
|
87b76e31a9
|
Make sure foreground and background of combobox are updated when the laf changes.
|
4 years ago |
weisj
|
12b4db1f21
|
Ad api to bind the focus status of an component to another component hierarchy.
A component is here considered focused if the current focus owner is descending from the component.
|
4 years ago |
weisj
|
200356ad69
|
Allow to omit the hovering panel for scrollpane overlays.
|
4 years ago |
weisj
|
bd35c0b65b
|
Ensure mutable lazy values executes actions on value if set.
|
4 years ago |
weisj
|
efa446a32d
|
Add option to change the shared ThemeSettingsPanel.
|
4 years ago |
weisj
|
9a304ba971
|
Provide visual padding hints for slider.
|
4 years ago |
weisj
|
9da0638170
|
Unwrap border before checking if it is a VisualPaddingProvider.
|
4 years ago |
weisj
|
2faf4c2cb0
|
Supply visual padding hints to layout managers such as MigLayout through client properties.
|
4 years ago |
weisj
|
57a2929489
|
Provide visual padding for spinner and combobox.
|
4 years ago |
weisj
|
31f84a2899
|
Provide VisualPadding information of components with focus borders.
|
4 years ago |
weisj
|
f35e380228
|
Update checkbox insets.
Adjust for checkbox insets in ThemeSettingsPanel.
|
4 years ago |
weisj
|
7ca01d03af
|
Make ThemeSettingsPanel#loadConfiguration public.
|
4 years ago |
weisj
|
ca324e403c
|
Demonstrate how settings can be persisted across sessions.
|
4 years ago |
weisj
|
46d8db92b0
|
Pass label alignment through constructor of ThemeSettingsPanel.
|
4 years ago |
weisj
|
eeea3b142c
|
Ensure correct layout after relocation.
|
4 years ago |
weisj
|
d47b78e6bf
|
Remove colons from theme settings labels.
Add option to change label alignment in theme settings panel for better integration with
other uis.
|
4 years ago |
weisj
|
6cee4ac9b1
|
Fix listeners not being notified.
|
4 years ago |
weisj
|
48f0fcc438
|
Expose ThemeSettingsPanel
|
4 years ago |