90 Commits (8f5b1b07b85dfccce4aac500ef5d1e5d98b34ac1)

Author SHA1 Message Date
Jannis Weis 652e1c80e4
Several migrations for Java 17 4 months ago
Jannis Weis 8638d9d0bd
Require Java 17 4 months ago
Jannis Weis f548626516
Defaults: Change default dark theme to OneDarkTheme 2 years ago
Jannis Weis d372be93d2
Theme: Specify predefined values for each OS 2 years ago
Jannis Weis 44807d7a4c
Implement equals and hashCode for FontPrototype 3 years ago
Jannis Weis a52bc3bc5d
Add FontPrototype to Theme 3 years ago
Jannis Weis 63c5a1b836
Extract system preference reporting mechanism to own module 3 years ago
Jannis Weis 52d0d13282 Fix license header year ranges 3 years ago
Jannis Weis 25618d5fa7
Setup dependency catalog in settings.gradle.kts 3 years ago
weisj db26ca6bfa
Theme: Fix errorprone warnings 3 years ago
weisj 98d398ba5c
Abstract usage of IconLoader away into an interface 3 years ago
weisj 627f80ce05
Theme: Add convenience constants for the color palette 3 years ago
weisj e3a855cbd9
Theme: Fix derived foreground color definitions for OneDarkTheme. 3 years ago
weisj 85e556fdfe Dispatch events on a copy of the listener list 3 years ago
weisj a9ae43f2b2 Ensure contract of Collections#synchronizedList 3 years ago
weisj 774e4fea4d Modules: Fix resource loading when running on the module path. 3 years ago
weisj be6fa54058 Modules: Move utils in darklaf to ui.utils to avoid split packages. Move classes in property-loader to the properties subpackage to avoid split packages. 3 years ago
weisj e716522288 Build: Add and compile module info 3 years ago
weisj b01ef6a2f2
Load base icon colors for high contrast themes to make sure all values are present. 4 years ago
weisj 8e7b5737e1
Properties: Add hyperlinkAccent color property. 4 years ago
weisj 5580656e79 Build: Update to Gradle 7 4 years ago
weisj 29fe87541e
Tooltip: Make use of BufferedImage#getSubImage. Also decrease the shadow opacity for light themes. 4 years ago
weisj 7d9e7d73b7
Update year in LICENSE. 4 years ago
weisj 1e1b49707c
Set base icon colors in #loadIconTheme instead of #customizeIconTheme 4 years ago
weisj b152520471
Make togglebutton hints depend on contrast property of theme. 4 years ago
weisj de0e9a6dc2
Provide generated foreground for colors which have a solid accent color dervied background for better legibility. 4 years ago
weisj f5d7873a23
Require colors to start with #. This avoid ambiguity between numbers and colors. 4 years ago
weisj 159e1394f9
Migrate to new parsing system. 4 years ago
weisj 7e19ea237c Avoid clearing menu selection if action doesn't clear the selection path. 4 years ago
weisj c9f7fc8dca Make SettingsConfiguration serializable. 4 years ago
weisj b1cebab636 Group palette colors in icon editor. 4 years ago
weisj 9b49c7af87 Add color palette consisting of 13 colors compatible with the themes color scheme. 4 years ago
weisj 6170f72a3e Add convenience method to strip accent colors and font size from a theme. 4 years ago
weisj 8b283ef5d1 Made rollover/click effect more pronounced for dark high contrast theme. 4 years ago
weisj fa854b2dea Revert removal of textIcon* properties. Fixes #216 4 years ago
weisj 0bd0de485a Add accent color support to SolarizedLightTheme. 4 years ago
weisj 7aedb3a38e Adjust button shadow color for light solarized theme. 4 years ago
weisj 9d7c7ea176 Implement #equals and #hashCode for Theme. 4 years ago
weisj 8e131b11b3 Update style. Enum declarations should always be in separate lines. 4 years ago
weisj 1431f0e53a Update checkIcon (and thus all text based icons) to make use of the current theme text color to avoid issues where one and not the other value is updated. 4 years ago
weisj 331c5504c3 Make slider variant of JToggleButton animated. 4 years ago
weisj e1d0c3d9df Decouple value insets from border insets for JSpinner and JComboBox. 4 years ago
weisj 578504ad18 Update combobox dropdown background to match intellij. 4 years ago
weisj b99b42e2d6 Provide default ThemeProvider factory method. 4 years ago
weisj 51ae12d05e Fix error messages in DefaultThemeProvider constructor. 4 years ago
weisj ae473cb7a1 Updated code style 4 years ago
weisj 9928b9afd4 Switched to google formatting with increased linewidth and indentation size. 4 years ago
weisj a464d233d1 Updated formatting rules. 4 years ago
weisj 64b7872139 Add convenience method to replace currently registered themes. 4 years ago
weisj 623962ec0a Add display name property to Theme. 4 years ago