weisj
b871cd2b6e
Fixed malformed documentation creation.
5 years ago
weisj
19f715e534
formatting.
5 years ago
weisj
4e38c992c8
new rc.
5 years ago
weisj
5b48740f32
fixed loading of html image icons.
5 years ago
weisj
2f9a3c1a4e
new rc
5 years ago
weisj
637a5d2498
Skip autostyle for other tasks.
5 years ago
weisj
7a018fcb2c
autostyle ci.
5 years ago
weisj
63e55f0f71
Autostyle setup and initial formatting.
5 years ago
weisj
74dbe65bd9
Fixed javadoc warning.
5 years ago
weisj
0d2ff4bbbf
Fixed incorrect focus color when using default filled ColoredRadioButton.
...
Moved settings to own package.
5 years ago
Jannis Weis
42f54075f4
Merge pull request #131 from vlsi/run_demo
...
Add gradlew runDemo task to lauch demos from the command line
5 years ago
weisj
b08819ed18
Removed temporary test execution.
5 years ago
weisj
ccd4036da2
Removed absolute font adjustment.
...
Themes now return whether they support accent colours.
Preferences supplier now return what they support for reporting.
Fixed small alignment issues for tooltips.
Added ColoredRadioButton
Added ThemeSettings utilities (with dialog).
Added option to align slider labels.
Made Dialogs display window icons in windows (if set).
5 years ago
weisj
63b7966bc5
Removed automatic border adjustment for TableHeader.
5 years ago
Jannis Weis
6eeb813562
Theme preference support on macOS. ( #127 )
...
Theme preference support on macOS.
5 years ago
weisj
0e101edde0
Refactored AllIcons to make use of ComponentDemo.
5 years ago
weisj
80f28f80dd
Added icons for text/image MIME types.
5 years ago
weisj
c88e1f9acb
Added (missing/pending) image icons.
5 years ago
weisj
1a5bd64772
Fixed incorrect maximized inactive icon (windows).
5 years ago
weisj
00729856d0
Added api to get currently available themes.
5 years ago
weisj
ea6cce57c7
Fixed background bleeding between focus and outline border.
...
Update glow colors in UtilityDefaultsInitTask.
5 years ago
weisj
3f74d6fdf9
Remove necessary #defines.
...
Added exception handling flag.
5 years ago
weisj
7e104ace15
Fixed tooltip shadow overlapping with content.
...
Fixed native border appearing if window is deactivated (windows).
5 years ago
weisj
7ab5c8c2a4
Refactored property replacements.
5 years ago
weisj
6ee48baf24
Fixed smearing when frame is moved out of screen bounds or is resized.
5 years ago
weisj
6a20f69448
Remove double borders on popup menus in high contrast themes.
5 years ago
weisj
64d2098873
Updated demos.
5 years ago
weisj
c7f11ed68c
Updated property names in SpinnerDemo.
...
Fixed too large background if combobox is editable.
5 years ago
weisj
5d6762e43b
Fixed incorrect disabled foreground when combobox is not editable.
...
Added missing global color bindings.
5 years ago
weisj
0ce73e0dd6
Fixed spinner arrow background bleeding out of border.
5 years ago
weisj
4fe0b0595a
Align combobox popup to the content area.
5 years ago
weisj
106c82b033
Check for no present children when calculating deepest tree node. Fixes #135
5 years ago
weisj
6ae3a7c002
Java 8 Compatibility: Removed usage of AWTAccessor
5 years ago
weisj
eb73afdc30
Fixed window background not changing when theme is swapped on windows.
...
Added borders for root pane. Allows for high contrast borders.
5 years ago
weisj
72f9c936d0
Merge branch 'master' of https://github.com/weisJ/darklaf
5 years ago
weisj
20efc02ceb
Made DarkBorders compatible with non Darklaf based Lafs.
...
Removed caching in favour of only caching some of the most used cases.
5 years ago
weisj
599e5dc139
Improved painting.
5 years ago
Vladimir Sitnikov
90cc7d1f53
Add gradlew runDemo task to lauch demos from the command line
...
See
$ gradlew help --task runDemo,
$ gradlew runDemo
$ gradlew runDemo --class ui.button.ButtonDemo
5 years ago
Jannis Weis
8df4bb8425
Merge pull request #130 from vlsi/gradle_63
...
Upgrade Gradle: 6.1.1 -> 6.3
5 years ago
Vladimir Sitnikov
c6ac675ed8
Upgrade Gradle: 6.1.1 -> 6.3
5 years ago
weisj
c405320d52
Formatting rules for eclipse formatter.
5 years ago
weisj
bd8f2ccb12
Renamed table border.
...
Fixed frame too large if maximized on Windows.
Use parent component background if disabled (ComboBox, Spinner, TextComponent).
5 years ago
weisj
cd4351ea0b
Fixed incorrect windows buttons when installing the laf after a frame has been created. Fixes #129
5 years ago
weisj
30236013a4
Fixed progressbar having incorrect layout after string painted property is updated.
5 years ago
weisj
43fe94c429
Adds VolumeSlider. Fixes #21
5 years ago
weisj
5a1f5ec8b0
Removed unnecessary dependency.
...
Moved PointerUtil to module windows as it was only used there. Makes native-utils more lightweight.
5 years ago
weisj
70fc6f19ca
Minor formatting.
5 years ago
weisj
050d6b520d
Fixed Tristate model not installed when updating state icon.
5 years ago
weisj
0dc86e4c0c
Fixed color wheel not updating hue.
5 years ago
weisj
9491569068
Cleaned up menu ui.
5 years ago