weisj
|
f51aa03648
|
Fix java 8 incompatible code.
|
5 years ago |
weisj
|
8898390a89
|
Paint selection background in the case of full row selection.
|
5 years ago |
weisj
|
7a6481e0bf
|
Set surrendersFocusOnKEyStroke to be true by default.
|
5 years ago |
weisj
|
980f7098d5
|
Added more cases to ignore as edit trigger in table.
|
5 years ago |
weisj
|
c9b944e08f
|
Fixed list background not extending to end of viewport.
Fixed fileChooser list selection disappearing when focus is lost.
|
5 years ago |
weisj
|
fff556ea1b
|
Made buttons in file chooser focusable.
|
5 years ago |
weisj
|
ef39175072
|
Made buttons in file chooser focusable.
|
5 years ago |
weisj
|
1d54edba05
|
Fixed double title bar when mediumweight popups are used.
|
5 years ago |
weisj
|
055955e359
|
Fixed FileChooser filter popup hard to read.
|
5 years ago |
weisj
|
a5d4611aa1
|
ToggleButtons should not be eligible to receive the shadow style automatically.
|
5 years ago |
weisj
|
16cab0fa34
|
Fixed KEY_ALT_ARC and VARIANT_ONLY_LABEL not being applied to toggle buttons.
|
5 years ago |
weisj
|
70f0a4031a
|
Simplified lead selection check.
|
5 years ago |
weisj
|
05eee4e01c
|
Added SplitPane.dividerSize property.
|
5 years ago |
weisj
|
73b2c54920
|
Made tooltip recognise change of KEY_STYLE in the target component.
|
5 years ago |
weisj
|
23cbdd5aa4
|
Made several buttons non-focusable.
|
5 years ago |
weisj
|
d96ecbb23b
|
Made buttons in file chooser smaller.
Fixed button properties not being applied to ToggleButtons.
|
5 years ago |
weisj
|
769fb555e0
|
Fixed table starts editing when meta key is pressed.
|
5 years ago |
weisj
|
4de2b16e17
|
Made JTextField.keepSelectionOnFocusLost true by default.
|
5 years ago |
weisj
|
e30e014476
|
Fixed incorrect button layout.
|
5 years ago |
weisj
|
d4ea51f8cc
|
Extended table demo to include option for cell selection mode.
|
5 years ago |
weisj
|
599fca7bd5
|
Dont paint selection background on lead selection cell.
|
5 years ago |
weisj
|
c81c54d0e3
|
Fixed incorrect tooltip size calculation.
|
5 years ago |
weisj
|
283e617ada
|
Added font.properties. Fonts can be created without specifying the actual font name. In this case the font of the parent laf is used and adjusted.
|
5 years ago |
weisj
|
fd5e3636a3
|
Added focusable as condition for converting to shadow variant.
|
5 years ago |
weisj
|
b881aeae97
|
Fixed misaligned cell editor border when vertical lines are disabled in a table.
|
5 years ago |
weisj
|
5317ae58b8
|
Fixed tooltip ui not updating properly.
|
5 years ago |
weisj
|
c0a3210661
|
Improved icon only layout shadow painting.
|
5 years ago |
weisj
|
286878449e
|
Fixed buttons not remembering rollover state and size correctly.
|
5 years ago |
weisj
|
70f9b26771
|
Fixed corrupted restore icon on windows.
|
5 years ago |
weisj
|
a35b4e8b82
|
Removed Button.rolloverEnabled property
|
5 years ago |
weisj
|
f524316265
|
Made KEY_PREFIX protected.
|
5 years ago |
weisj
|
e117205b5b
|
Added support for fallback keys when resolving the color of a themed svg icon.
|
5 years ago |
weisj
|
357edc5dd9
|
Prevent installation of decorations on popups that are for tooltips.
Improved tooltip fadein animation.
|
5 years ago |
weisj
|
76c53cd6d1
|
Fixed places where the current focus owner could be null, but is captured in the focus event.
|
5 years ago |
weisj
|
a8679985d9
|
Fixed regression: Tree flickers when editing checkBox cell.
|
5 years ago |
weisj
|
bda0232475
|
Fixed background of text field as table cell editor.
|
5 years ago |
weisj
|
5f934d4356
|
Fixed colours of labels not updating when theme is changed.
|
5 years ago |
weisj
|
b1b8d6690e
|
Fixed typo.
|
5 years ago |
weisj
|
4214d5bc75
|
Prevent installation of decorations on popups.
Fixed NPE in MacOSTitlePane#getPreferredSize.
|
5 years ago |
weisj
|
e7d1b01e4e
|
Fixed layout for square icon only buttons.
|
5 years ago |
weisj
|
67cede7252
|
Merge branch 'master' of https://github.com/weisJ/darklaf
Conflicts:
core/src/main/java/com/github/weisj/darklaf/DarkLaf.java
|
5 years ago |
weisj
|
612812567e
|
Added library search path for older versions of macOS.
|
5 years ago |
Jannis Weis
|
37d2d8aaa7
|
Merge pull request #79 from vlsi/popup_background
Ensure popup background is set appropriately
|
5 years ago |
weisj
|
6075a19c8d
|
Fixed inconsistent menu focus color on macOS.
|
5 years ago |
weisj
|
5fcf020ace
|
Made PopupMenus heavyweight by default.
Added shadows to popupmenus on windows.
Added demo for PopupMenu.
Removed duplicate line in jni-library.gradle.kts
|
5 years ago |
Vladimir Sitnikov
|
7b5a072fed
|
Ensure popup background is set appropriately
Popup windows are cached, so they might appear with a flash of the wrong background
|
5 years ago |
weisj
|
d803daa2ba
|
Added TristateCheckBoxMenuItem
Added MenuItem demos for CheckBox RadioButton and TristateCheckBox.
|
5 years ago |
weisj
|
8c41055c92
|
Fixed incorrect label foreground when used as cell renderer that has no focus.
|
5 years ago |
weisj
|
bdc4fcfb98
|
Fixed scrollbar flickering while dragging.
|
5 years ago |
weisj
|
facb287624
|
Added invalid initial theme object to ensure icon gets loaded at least once, even if not created through the IconLoader.
|
5 years ago |