1274 Commits (2c8c8e664efc7a942db6bb07f20e2a3ab6e041c9)

Author SHA1 Message Date
Jannis Weis 33b8203fb1
ScrollBar: Make minimum width/height of scrollbar twice as large as smaller axis. 3 years ago
Jannis Weis e83dc41510
ScrollBar: Remove remains of macOS specific implementation 3 years ago
Jannis Weis dd3b542781
Remove usage of java.applet.Applet and java.security.* 3 years ago
Jannis Weis df03d31e43
Windows: Set correct value for isWindows11 in SystemInfo through native code 3 years ago
Jannis Weis 4c28099ec9
ScrollBar: Use rounded scrollbars on Windows 11 3 years ago
Jannis Weis abcdb9b573
Build: Update nullabilityAnnotations to version 23.0.0 3 years ago
Jannis Weis 25618d5fa7
Setup dependency catalog in settings.gradle.kts 3 years ago
Jannis Weis 02a15f1351
Rename isWindows10 to isWindows10OrGreater 3 years ago
Jannis Weis f7f2629dc2
Build: Update Gradle to version 7.3.3 3 years ago
weisj e9625ce62d
Resources: Include resources for basic/metal laf bundles 3 years ago
weisj e6227eb36a
Settings: Remove unused function parameter 3 years ago
weisj 23f7c94d2b
Remove debug print statement 3 years ago
weisj ff845c4823
Installation: Reserve needed space for UIDefaults. 3 years ago
weisj 88e8bf8b87
Settings: Issue warning if theme is reinstalled unnecessarily 3 years ago
weisj 32158feb37
Settings: Ensure system settings are respected regardless off the SettingsConfiguration implementation 3 years ago
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 3 years ago
weisj 916859275d Fix formatting issues 3 years ago
weisj cd83796dfc Borders: Implement VisualPaddingProvider for MarginBorderWrapper 3 years ago
weisj 4904d3c8ae Popup [Linux]: Fix content not being rendered with double buffering disabled on Java 8. 3 years ago
weisj 11fe4b55d2 ScrollBar: Parametrize scrollBarListener 3 years ago
weisj c7ddc1d448 Tree: Ensure animation is stopped when uninstalling 3 years ago
weisj c6a36374ab
Settings: Replace smaller/larger text with icons 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 3 years ago
weisj b57d03d1ea
Fixup 3 years ago
weisj ca35e6ca67
Decorations: Remove DecorationsProvider#adjustWindowInsets 3 years ago
weisj bd53c0b724
ColoredRadioButton: Fix use own copy of focusColor 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 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