Jannis Weis
52d61618ae
Remove usage of deprecated gradle api
4 months ago
Jannis Weis
8638d9d0bd
Require Java 17
...
Keeping support for Java 8 only results in headaches.
4 months ago
Jannis Weis
92e716a61f
Icons: Add visualPadding properties to checkbox and radiobutton
2 years ago
Jannis Weis
3c3e4f81bf
Remove duplicate icon declarations and move Progress into Misc
3 years ago
Jannis Weis
d6b946f3ee
Expose loading animation icons through AllIcons
3 years ago
Jannis Weis
998ba80121
Remove explicit opacity declaration
...
This would result in the opacity being applied twice.
3 years ago
Jannis Weis
bd01677d73
Fix typo Test -> Text
3 years ago
Jannis Weis
e3332fc912
Replace Icons.image.* properties with direct references to palette
3 years ago
Jannis Weis
92e61ac97e
Make sound.svg available in iconset
3 years ago
Jannis Weis
6f72d285f3
Format svg files
3 years ago
Jannis Weis
52d0d13282
Fix license header year ranges
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
weisj
2491bda23e
IconSet: Annotate generated classes as @Generated
3 years ago
weisj
3a97adec97
IconSet: Fix icon path for revert
3 years ago
weisj
d03e010650
IconSet: Create missing disabled variants for +/- icons
3 years ago
weisj
db947a94c7
IconSet: Fix incorrect icon path
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
7a82a43a86
IconSet: Fix close hovered icon
3 years ago
weisj
ae003e6db7
Build: Make sure icons loaded by icon accessor are themed
3 years ago
weisj
1e065e90e4
IconSet: Generate accessor for selected icons and add missing icons
...
To avoid having people to rely on the location of icons we provide accessors for icons which are likely not to be removed or dramatically altered. This allows us to freely change the location of icons without breaking consumer code.
3 years ago
weisj
e22a699025
IconSet: Add license header to module-info
3 years ago
weisj
c807808273
IconSet: Make icon names more consistent
3 years ago
weisj
c43cbbc62e
Parser: Change inline prefix from `#` to '%'
...
Previously inline color declarations would need to be declared with two leading `#` being error prone to forgetting the second `#`.
3 years ago
weisj
774e4fea4d
Modules: Fix resource loading when running on the module path.
3 years ago