forked from JFormDesigner/FlatLaf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
…themes (used IJThemesUpdater) (issue #26)
… the four scroll pane corners are now removed if the center component is a table. Also, these corner buttons are made not focusable.
… `Table.showVerticalLines` (issue #38)
…, `controlShadow` and `controlDkShadow`
…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
…; ignore invisible components (issue #43)
./gradlew wrapper --gradle-version=6.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.