1374 Commits (fa854b2dea8f56d13f8d6072fcece6fd3c428ead)
 

Author SHA1 Message Date
weisj 5b8a340e60 Refactor tests. 4 years ago
weisj d74a566c4d Update svgSalamander to version 1.1.2.3 from 1.1.2.1 4 years ago
weisj 2b63847c4a Promote darklaf-property-loader to api dependency. 4 years ago
weisj 11c74eaa4e Make SynthesiseLafProcessor incremental. 4 years ago
weisj f9f4e490cf Add option to disable colored title bars on macOS. If disabled the titlebar will either be the native light or dark variant based on the theme. 4 years ago
weisj 02e431481a Enable changing of spinner values through mouse wheel rotation. 4 years ago
weisj 91dbd8fc78 Ensure the JSpinners editor uses zero-size margins. 4 years ago
weisj 0bf6ed065b Make sure animation is only started if slider variant is used. 4 years ago
weisj f18eb8b73d Update style: Reduce indentation for enum arguments. 4 years ago
weisj 8e131b11b3 Update style. Enum declarations should always be in separate lines. 4 years ago
weisj db9228e4fb Disable rollover/armed effects for slider toggle button variant. 4 years ago
weisj b8966f7dc5 Update toggle button interpolator. 4 years ago
weisj d6e89f86e0 Animate tree control icons. 4 years ago
weisj 10fa57e286 Don't keep increased rotated scale to avoid down-sampling artefacts. 4 years ago
weisj 3754d8378e Only start animations if target component is visible. 4 years ago
weisj dfb2a75032 Add flag to disable animations (global and individual components). 4 years ago
weisj 6b748624af Replace generic bezier interpolator with predefined optimized interpolation functions. 4 years ago
weisj 9d3fbc705a Prevent background bleeding on slider icons. 4 years ago
weisj af9c9afaab Inline common icon color definition to reduce amount of properties. 4 years ago
weisj 21d911f2bf Only patch svg colors if needed to avoid NPE. 4 years ago
weisj 01c758de5b Ensure the layout delegate uses the correct font when painting a button. 4 years ago
weisj ae7185b80c Remove static access on instance. 4 years ago
weisj bb276b4193 Enable slider adjustment through mouse wheel rotation. 4 years ago
weisj 988a0dfc65 Add icon for JColorChooser. 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 c4f64a4971 Add default implementation of UIAwareIcon which don't rely on the IconLoader mechanism for external custom icons. 4 years ago
weisj 7c6576b5df Add option to specify custom interpolation strategies for animations. 4 years ago
weisj 31b16fbd9e Ensure boolean JTable values are updated as soon as they change in the editor. Fixes #213 4 years ago
weisj ec14c8c199 Introduce a split button which 4 years ago
weisj 969cf0bfc5 Add overload to make the ToggleIcon api meaningful for situations where it isn't used for enabled/disabled icons. 4 years ago
weisj 52fc48d52c Introduce utility method to rescale an icon. 4 years ago
weisj 175fbb78e4 Extract popup location calculation. 4 years ago
weisj 4a74244a29 Reduce amount of layout operations for buttons. 4 years ago
weisj 67407b3e8b Ensure any controls of parents are made visible if possible when navigating JTree. 4 years ago
weisj e288aa38fb Ensure correct background is used. 4 years ago
weisj e1d0c3d9df Decouple value insets from border insets for JSpinner and JComboBox. 4 years ago
weisj ba9d8bcbb2 Correct spelling error. 4 years ago
weisj ee5421d853 Ensure no integer overflow happens. 4 years ago
weisj 296b773ebd Set JTable#setFillsViewportHeight to true by default to ensure grid lines are painted for the full viewport. 4 years ago
weisj 578504ad18 Update combobox dropdown background to match intellij. 4 years ago
weisj 59efefe7a9 Ensure JSpinner has the correct background when first installed. 4 years ago
weisj 52ea49dc34 Respect user set background on JComboBox. 4 years ago
weisj 9c265a8cd4 Choose UIResource variant of MarginBorderWrapper if the previous border is null. 4 years ago
Jannis Weis 3c457c3509
Create codeql-analysis.yml (#198) 4 years ago
weisj 8de4f56c00 Remove duplicate classes. Fixes #212 4 years ago
weisj f7190ae1f6 Make api of more ToggleSplitPane customizable. 4 years ago
weisj 194171ac98 Ensure non-opaque popups can be closed using the associated keyboard shortcut. 4 years ago
weisj 00c6f09589 Remove unneeded +1. 4 years ago
weisj 7ca292cc87 Update textfield border to reflect new borders in IntelliJ. 4 years ago