105 Commits (e117205b5b7bf22ef4811a54aa9213dcb8db2341)

Author SHA1 Message Date
weisj 357edc5dd9 Prevent installation of decorations on popups that are for tooltips. 5 years ago
weisj 76c53cd6d1 Fixed places where the current focus owner could be null, but is captured in the focus event. 5 years ago
weisj a8679985d9 Fixed regression: Tree flickers when editing checkBox cell. 5 years ago
weisj bda0232475 Fixed background of text field as table cell editor. 5 years ago
weisj 5f934d4356 Fixed colours of labels not updating when theme is changed. 5 years ago
weisj b1b8d6690e Fixed typo. 5 years ago
weisj 4214d5bc75 Prevent installation of decorations on popups. 5 years ago
weisj e7d1b01e4e Fixed layout for square icon only buttons. 5 years ago
weisj 6075a19c8d Fixed inconsistent menu focus color on macOS. 5 years ago
weisj 5fcf020ace Made PopupMenus heavyweight by default. 5 years ago
Vladimir Sitnikov 7b5a072fed Ensure popup background is set appropriately 5 years ago
weisj d803daa2ba Added TristateCheckBoxMenuItem 5 years ago
weisj 8c41055c92 Fixed incorrect label foreground when used as cell renderer that has no focus. 5 years ago
weisj bdc4fcfb98 Fixed scrollbar flickering while dragging. 5 years ago
weisj 7bfb1e0f01 Added option to toggle `CheckBoxMenuItem.doNotCloseOnMouseClick` and `RadioButtonMenuItem.doNotCloseOnMouseClick`. 5 years ago
Jannis Weis 498b73054c
Wait for jni installation to complete asynchronously. (#72) 5 years ago
Vladimir Sitnikov d20b0b86e6 Skip native library loading when darklaf.decorations=false 5 years ago
weisj d567b6354d Added demo for rotatable icons. 5 years ago
weisj ec5e3a4ab0 Replaced hard coded property names with constants. 5 years ago
weisj cfcd9443d4 Improved separator rendering. 5 years ago
weisj 7eb2ad44ee Fixed label foreground when in popupmenu cell. 5 years ago
weisj 0fd8b5cb4e Fixed missing internal frame title pane rollover effect. 5 years ago
weisj 792e987e82 Fixed paint loop for JButton. 5 years ago
weisj 13b5f3f819 Improved padding for more tabs button. 5 years ago
weisj 9dc46202bc Group system properties by "darklaf." prefix. 5 years ago
weisj 86f06864fa Fixed too large buttons. 5 years ago
weisj 251a1a8477 Only show visible windows. 5 years ago
weisj 30605d0d91 Fixed foreground for labels used as cell editors. 5 years ago
weisj 036a78f1b3 Fixed getTitleBarHeight method. 5 years ago
weisj 05e96aaa90 Added global switches (through system properties) for some values. 5 years ago
weisj ca1b204e68 Removed unneccessary classes. 5 years ago
weisj 44f7ed815a Updated UIManagerDefaults to use ComponentDemo. 5 years ago
weisj 2e85361168 Added theme menu to test frame. 5 years ago
weisj b99b0b9ad4 Fixed focus background when tree was obscured by popupmenu. 5 years ago
weisj e5e7c02d2d Fixed too small button size. 5 years ago
weisj 760384d9ee Fixed NPE in ScrollLayoutManager when changing theme. 5 years ago
weisj a30c785365 Changed LaF menu to switch between themes. 5 years ago
weisj 38ad52b79c Fixed NPE in DarkCheckBoxMenuItemUI 5 years ago
weisj eb09e2d75c Fixed NPE in DarkRadioButtonMenuItemUI 5 years ago
weisj 44f8a81854 Fixed ComboBox border NPE 5 years ago
weisj 107182d613 Renamed DarkSplitPaneUI.Style.Default to Grip. 5 years ago
weisj bb77f9255c Renamed DarkSplitPaneUI.Style.Default to Grip. 5 years ago
weisj 1fb4065564 Fixed decorations disappearing when switching theme. 5 years ago
weisj 3ec43a432e Added border to split pane divider. 5 years ago
weisj 15b697ea0c Added checks for null insets. 5 years ago
weisj fa3febc143 Fixed NPE in DarkTreeCellRenderer 5 years ago
weisj 82bb79e1d7 Enable global overwrite of theme defaults. 5 years ago
weisj c855f3a236 Improved extending of already existing themes. 5 years ago
weisj d0817653f8 Fixed incorrect window size/location when using setSize/setPreferredSize. 5 years ago
weisj 247690e3e5 Fixed NPE when accessing evt.getNewValue() on properChange-Events. 5 years ago