Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge latest changes #1

Merged
merged 46 commits into from
Jan 18, 2020
Merged

merge latest changes #1

merged 46 commits into from
Jan 18, 2020

Conversation

smileatom
Copy link
Owner

No description provided.

…cause most subclasses use the same implementation
…. Can be enabled with `List.showCellFocusIndicator=true` / `Tree.showCellFocusIndicator=true`, but then the cell focus indicator is shown only if more than one item is selected.

Table: Hide cell focus indicator (black rectangle) by default if none of the selected cells is editable. Can be show always with `Table.showCellFocusIndicator=true`.
…elegates to the system default renderer

(e.g. done in NetBeans class ETableHeader)
…ore `.properties` files are loaded before loading addon `.properties` files, which makes it easier to overwrite core values in addons; also, addon loading order can be specified
… the four scroll pane corners are now removed if the center component is a table. Also, these corner buttons are made not focusable.
…ll; instead set `Tree.rendererFillBackground` to false to always get correct cell backgrounds (in IntelliJ themes or if `tree.setBackground(...)` was used)

undone commit 645be4b
…f both scroll bars are visible, which was caused by `Component.innerFocusWidth` > 0 (issue #35)
- support per component minimum height (issue #44)
- do not apply minimum width if button border was changed (is no longer an instance of `FlatButtonBorder`)
- ToggleButton: no longer use focus width for underline style toggle buttons to compute component size, which reduces/fixes component size in "Flat IntelliJ" and "Flat Darcula" themes
- revalidate/repaint client properties minimum width/height or buttonType change
…f client property `JButton.buttonType` is now `tab`)
…ons with client properties `JToggleButton.tab.underlineHeight` (integer), `JToggleButton.tab.underlineColor` (Color) and `JToggleButton.tab.selectedBackground` (Color) (issue #45)
…, `Shift` adds 2 levels and `Alt` adds 4 levels; no longer limit inspecting to content pane
./gradlew wrapper --gradle-version=6.1
@smileatom smileatom merged commit 5796057 into smileatom:master Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants