0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SettingsManager - WindowState.java - Added missing constructors and clarified JavaDoc - WindowState.java - Minor code refactoring More... almost 6 years ago
Root pane - RootPanePainter.java - Simplified some code parts More... almost 6 years ago
Root pane - RootPanePainter.java - Now retrieves decoration states from the underlying window if present More... almost 6 years ago
List - WebListModel.java - Simplified default list model to make it easier to be overridden - WebListModel.java - Removed `setSize(...)` method as unnecessary and confusing More... almost 6 years ago
ComboBox - WebComboBoxModel.java - Overridden `clear()` method to properly clear selected item More... almost 6 years ago
Utilities - IntTextDocument.java - Fixed integer passed into `accept(...)` method More... almost 6 years ago
Table - WebTable.java - Added methods to enable `TableRowHeightOptimizer` - TableRowHeightOptimizer.java - New `Behavior` that allows optimizing table rows height on the fly More... almost 6 years ago
DefaultFocusTracker.java - Checking popup and popup menu chains if unite with children set. More... almost 6 years ago
Popup - ProprietaryUtils.java - `Window.Type.POPUP` is not set for `WebPopup` on Unix systems anymore due to prioritization issues More... almost 6 years ago
Fonts - NativeFonts.java - Added native GTK fonts support - ControlType.java - Added a TODO for a future rework More... almost 6 years ago
Tests - ComponentDescriptorTest.java - Fixed test according to recent changes - Minor code refactoring across test classes More... almost 6 years ago
Styling - ComponentDescriptor.java, AbstractComponentDescriptor.java - Added base UI class generic for convenience and readability - Added abstract versions of descriptors for all supported component types for replacement convenience - Updated all descriptors to provide base UI class type - StyleManager.java, StyleId.java - Updated according to `ComponentDescriptor` changes More... almost 6 years ago
Utilities - TestFrame.java - Doesn't require WebLaF to be installed anymore More... about 6 years ago
DateField - WebDateFieldUI.java - Down arrow key event is properly consumed More... about 6 years ago
Merge remote-tracking branch 'origin/styling' into styling More... about 6 years ago
FormattedTextField - WebFormattedTextField.java - Fix for Enter and ESC key bindings consumption More... about 6 years ago
List - ListCellParameters.java - Added constructor for `ListCellArea` usage More... about 6 years ago
Tree - WebTree.java - Default Swing tooltips with full line selection will be displayed anywhere on the row for `WebTree` instances More... about 6 years ago
List - WebListModel.java - Multiple model objects removal methods will now properly fire interval removal events More... about 6 years ago
Merge - BasicMergeBehavior.java - Added some more basic type merge options More... about 6 years ago
WebPopup - WebPopupWindow.java - Added appropriate `Window` type usage whenever application is running under JDK7+ More... about 6 years ago
UISettingsManager - SettingsProcessor.java - Fixed settings load and save after either of the operations failed once More... about 6 years ago
Slider - SliderLabels.java - Removed unnecessary foreground inheritance - SliderPainter.java - Temporary enhancement for disabled ticks painting - slider.xml - Removed unnecessary foreground setting More... about 6 years ago
Style - ComponentStyleCloneBehavior.java - Replaced with `CloneBehavior` implementation in `ComponentStyle` - ComponentStyle.java - Added `CloneBehavior` implementation to avoid custom `Clone` instance usage More... about 6 years ago
Clone - Clone.java, RecursiveClone.java - Renamed method for readability, updated JavaDoc More... about 6 years ago
IconManager - AbstractIconSet.java - Omitted icons cache from outside operations - SvgIcon.java - Not cloneable anymore More... about 6 years ago
File Chooser - filechooserfield.xml - Fixed selected files field background color More... about 6 years ago
File Chooser - WebFileChooserPanel.java - Fixed bottom panel layout to avoid weird elements disappearance - WebFileChooserPanel.java - Minor code refactoring and improvements More... about 6 years ago
Layout - WebScrollPaneLayout.java - Made `UIResource` final to avoid unwanted use cases More... about 6 years ago
A small fix for issue with styled text content that occurs in styles like `link` checkbox whenever global style is applied on top of some other style existing in the text content itself More... about 6 years ago