-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- BasicHTML.java - Replacement for Swing `javax.swing.plaf.basic.BasicHTML` added to decrease amount of redundant component repaints and allow customizing basic HTML foreground color [ #420 ] - AbstractTextContent.java - Now contains basic HTML `View` retrieval and check based on newly added `BasicHTML` class - Removed redundant `javax.swing.plaf.basic.BasicHTML` utility class usage from all text content implementations - AbstractTextContent.java, AbstractStyledTextContent.java - Fixed text Y coordinate calculation algorithms, all centered texts should be positioned correctly - AbstractStyledTextContent.java - Fixed possibility of additional trimmed parts appearance in text containing different styles - AbstractTextContent.java - Moved paint color setup to the main painting method - AbstractTextContent.java - Added proper checks for horizontal and vertical alignments - AbstractContent.java - Restored proper content clipping ToolTip - WebToolTipUI.java - Removed redundant HTML content updates, removed basic UI usage, added proper basic settings initialization - WToolTipUI.java, WebToolTip.java - New appropriate intermediate UI for `WebToolTip` component - tooltip.xml - Enhanced dark skin tooltip colors to emphasize it amongst other UI elements StyledLabel - StyleRanges.java - Fixed NPE for the `null` text within any component using styled text content Skins - button.xml, togglebutton.xml, splitbutton.xml, checkbox.xml, radiobutton.xml, tristatecheckbox.xml - Removed redundant copy-pasted icon definition Utilities - SwingUtils.java - Updated `isUIResource` method to accept any objects as there are multiple `UIResource` types available
- Loading branch information
Showing
34 changed files
with
1,160 additions
and
350 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.