weisj
8ea60bd204
Settings: Eagerly install theme if invoked on the UI thread.
3 years ago
weisj
530fcc305a
Allow changing some parameters of the Animator
3 years ago
weisj
8cf1d0eac6
Replace tree expansion animator with a new animator implementation
3 years ago
weisj
56dcca7a1e
Replace Animator with an easier to use version
...
The new version provides an easier and more versatile API. The old one still remains
available as some uis rely on some more involved quirks of the old implementation.
However, the new and old version share the same animation thread.
3 years ago
weisj
916859275d
Fix formatting issues
3 years ago
weisj
cd83796dfc
Borders: Implement VisualPaddingProvider for MarginBorderWrapper
...
Depending on whether the outer border implements VisualPaddingsProvider we return its value.
Otherwise just return empty insets.
3 years ago
weisj
4904d3c8ae
Popup [Linux]: Fix content not being rendered with double buffering disabled on Java 8.
...
The fix for non-transparent tooltips on X11 surfaces involved disabling double buffering
for the component hierarchy. Somehow this doesn't seem to work on Java 8. Luckily it is
a version where we are free to apply the reflection hack to fix it.
This fixes #274
3 years ago
weisj
11fe4b55d2
ScrollBar: Parametrize scrollBarListener
3 years ago
weisj
c7ddc1d448
Tree: Ensure animation is stopped when uninstalling
...
Fixes #275
3 years ago
weisj
c6a36374ab
Settings: Replace smaller/larger text with icons
...
In some languages the labels would overlap. Using icons solves this issue as only
the default font size is marked with the text.
Fixes #269
3 years ago
Z3R0x24
11a512f025
Update theme_settings_es.properties
3 years ago
Z3R0x24
e1971ff0e3
Update darklaf_es.properties
3 years ago
weisj
f653237b89
Demo: Allow simulating another operating system
...
This only changes os specific properties supplied by the Theme.
It won't load the os dependent base laf or decorations provider
as they generally won't be available. Also some properties
may be different from the platform default as they are set the
first time the laf is installed.
3 years ago
weisj
b57d03d1ea
Fixup
3 years ago
weisj
ca35e6ca67
Decorations: Remove DecorationsProvider#adjustWindowInsets
...
It was only used on Windows, where it is currently always
an effective no-op as the insets were adjusted by zero
values. In fact with non-zero adjustments the result was
an incorrectly sized window.
3 years ago
weisj
bd53c0b724
ColoredRadioButton: Fix use own copy of focusColor
...
Using the focusColor variable from the parent class
breaks assumptions about when the value is able to
change.
3 years ago
weisj
4155b6d2cd
Fix invalid html
3 years ago
weisj
4b1b674a3f
Everywhere: Remove invalid override annotations
3 years ago
weisj
8afe4665fd
Code Style: Fix violations
3 years ago
weisj
7d6a35407f
Tooltip: Respect original clip bounds
...
This avoids some scenarios where the shadow would be painted
multiple times without erasing the background first,
resulting in increased opacity.
3 years ago
weisj
470162a700
Everywhere: Don't leave catch blocks empty
3 years ago
weisj
2de6417111
Everywhere: Don't #printStacktrace in catch blocks
3 years ago
weisj
c8eb4ea1d5
List: Make argument order explicit
3 years ago
weisj
d676e20240
Replace HashTable with LinkedHashMap
3 years ago
weisj
eaae0d17b2
Replace LinkedList with ArrayList
3 years ago
weisj
ef9d4f55e0
Everywhere: Address errorprone warnings
3 years ago
weisj
0a90720a3b
Make fallthrough explicit
3 years ago
weisj
c51f58379b
ComboBox: Make narrowing conversion explicit
3 years ago
weisj
06e4b32a6f
Everywhere: Allow subclasses in #equals implementations
3 years ago
weisj
833ee1b021
TabFrame: Handle missing switch cases
3 years ago
weisj
4dfbd8e399
Everywhere: Convert reference equality checks with Objects.equals where applicable
3 years ago
weisj
b970fa0e3c
Animations: Make Interpolator @Immutable
3 years ago
weisj
66fdf9a6c2
Everywhere: Clarify boolean expressions
3 years ago
weisj
257e996f44
Everywhere: Keep `synchronized` in overwritten methods
3 years ago
weisj
b441e722dc
Don't reinitialize static Actions in constructor
3 years ago
weisj
883088cb1d
Everywhere: Remove unused fields/variables
3 years ago
weisj
2b74e8ede8
Everywhere: Resolve shadowing member fields
...
They are either removed or renamed for clarity.
3 years ago
weisj
b2c80213bb
Everywhere: Remove unnecessary parenthesis
3 years ago
weisj
8ec52a7c26
Everywhere: Make protected members in final class private
3 years ago
weisj
1c0fdfc9c8
Everywhere: Add missing @Overwrite annotations
3 years ago
weisj
7d07d4a9f8
Mark ThemedDarkLafProvider as @Immutable
3 years ago
weisj
b5e9da0aec
Test: Report which test failed
3 years ago
weisj
f8bf001609
Test: Disable flaky tests
3 years ago
weisj
fe7ecce73e
Always return sensible insets for table borders
3 years ago
weisj
34278b7202
Spinner: Disable buttons on boundaries
3 years ago
weisj
f685afca0f
Build: Make library file names unique across target machines
...
This allows us to flatten the library directory. It also
enables the possibility of having all libraries inside the
same directory
Relates to #262
3 years ago
weisj
9884275d4f
Tests: Fix failing tests blocking execution
3 years ago
weisj
98d398ba5c
Abstract usage of IconLoader away into an interface
...
This opens up the possibility of providing custom icons
through themes.
3 years ago
weisj
07e4162c96
Replace usage of DarkUIUtil.ICON_LOADER with AllIcons api
3 years ago
weisj
d90247ca5b
Tests: Only check that the cache size can shrink
3 years ago