403 Commits (9dc94f7d6e882ddee5633c683b8fd7f3274580d1)

Author SHA1 Message Date
weisj 8ef988da86 Fixed incorrect toolbar layout and size. 5 years ago
weisj 583e51c9d2 Fixed tristate menu item. 5 years ago
weisj c0dcac6765 Added OneDark theme. 5 years ago
weisj f2958a2b76 Made LafManager#enablePreferenceChangeReporting only toggle reporting. 5 years ago
weisj 0ea1fb9d8f Added documentation to #getPreferredThemeStyle 5 years ago
weisj b4df18f2dc Added monitoring for preference changes on windows. 5 years ago
weisj a3587d02db Improved rendering for popupmenus that are too large for the screen. 5 years ago
weisj 517d154ab5 Fixed file chooser updating when using arrow keys to navigate in directory/filter combobox. 5 years ago
weisj 3ee6d18f1f Changed api for FontSizeRule. 5 years ago
weisj f866e503a7 Moved themes to own module. 5 years ago
weisj f23ccf493b Renamed decorations-base to platform-base. This accomodates a broader use of common classes between platforms. 5 years ago
weisj 05bec5e16b Prevent borders/icons being falsely updated when only calling #getDefaults. They are now only updated if #initialized has been called beforehand. 5 years ago
weisj 9f632ff66e Moved icon updating to utility initialization step. 5 years ago
weisj 6bdf10857f Refactored defaults initialization. 5 years ago
weisj a6998e123c Renamed StyleRule -> ColorToneRule. 5 years ago
weisj 2a80405bbc Fixed wrongly printing a warning. 5 years ago
weisj a5d7545c03 Fixed issue where themed icons were not correctly updated when painted directly as svg icon. 5 years ago
weisj 4fc9f03de9 Initial support for choosing a theme by specifying a preferred style. 5 years ago
weisj a9be638177 Added missing controls for some tests. 5 years ago
weisj e4a726f61d Added option to disable tabs in JTabFrame. 5 years ago
weisj 76c0588a05 Added property for high contrast. 5 years ago
weisj d5156cbd8d Made HighContrastDarkTheme return true on Theme#isHighContrast. 5 years ago
weisj 88331ee2ad Made theme consistent across demo classes. 5 years ago
weisj 0bdb8525a0 Fixed issues when changing the laf with JTabFrame and NumberedTextComponent. 5 years ago
weisj 50b8ea1d2d Improved ColorChooser layout. 5 years ago
weisj 907c936b11 Fixed opaque background for picker window. 5 years ago
weisj 7d55a020c8 Fixed missing foreground in table/list cell renderers. 5 years ago
weisj e69ea7d525 Added option to center tabs in JTabbedPane. 5 years ago
weisj b27c1aec8d Improved readability of disabled labels when used as cell renders. 5 years ago
weisj 84cc93cb16 Fixed incorrect checkBox/radioButton background in solarized light theme. 5 years ago
weisj 0da11ed70a Cleaned up PopupFactory implementation. 5 years ago
weisj 067df2a3da Fixed selection painting over text when in focusable popup. 5 years ago
weisj 93797a27ee Fixed tabarea border not respecting insets. 5 years ago
weisj 09b2d91a45 Fixed misaligned tab area border. 5 years ago
weisj 658667b931 Renamed fullBorderless -> borderlessRectangular. 5 years ago
weisj 491501b24d Added more keycodes to ignore. 5 years ago
weisj e0791cac28 renamed "shadow" variant to "borderless". "fullBorderless" is still WIP. 5 years ago
weisj bd0cbe479f Fixed menuitems missing right margin. 5 years ago
weisj 9088b67358 Fixed tree not being able to start editing. 5 years ago
weisj 13e400503d Fixed table cell editor having the selected background. 5 years ago
weisj 1760744807 formatting and code style. 5 years ago
weisj 8251875d3a Allow all types of AbstractButton to be navigable with the arrow keys in a button group. 5 years ago
weisj 231f23151d Fixed toggle buttons not being traversable in a button group. 5 years ago
weisj e54846d27c Fixed NPE when trying to access drop target in headless mode. 5 years ago
weisj 58c17eaba8 On windows buttons can now be triggered using `ENTER`. 5 years ago
weisj 6760011400 refactoring. 5 years ago
weisj 264cee4fac new rc. 5 years ago
weisj 2cd80fdbcc Fixed possible NPE. 5 years ago
weisj ca82dc358c Fixed DarkBorders always returning the same border. 5 years ago
weisj 704b9b5d03 Only fetch border once rather than each time. 5 years ago