0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clone - Clone.java - Added predefined `adaptive` clone algorithm similar to `deep` one but that also honors `Object.clone()` API - CloneableCloneBehavior.java - Separated into two behaviors - `CloneableCloneBehavior` and `RedefinedCloneBehavior` for usage convenience - RedefinedCloneBehavior.java - Clone behavior handling `CloneBehavior` implementations More... over 5 years ago
General - WebLookAndFeel.java - Added option for even stricter EDT checks - StrictEventThreadListeners.java - Mix of listeners checking that events are thrown on EDT - AbstractPainter.java - Added EDT checkers installation call in case they are enabled More... over 5 years ago
Utilities - ArrayListAggregator.java - Typo fix More... over 5 years ago
Utilities - ArrayListAggregator.java - Simple aggregator for convenient `ArrayList` creation More... over 5 years ago
Utilities - CollectionUtils.java - Fixed incorrect check More... over 5 years ago
Utilities - TextUtils.java - Added methods to compare two `String`s More... over 5 years ago
Utilities - Objects.java - Added method for null check with custom exception - CollectionUtils.java - Added method for checking `Collection` emptiness and throwing a custom exception More... over 5 years ago
Utilities - CollectionUtils.java - Added `Collection`s comparison method More... over 5 years ago
Collections - ImmutableSet.java - Separated from `ImmutableCollection` implementation to provide a proper underlying `Set` implementation - ImmutableList.java - Separated from `ImmutableList` implementation - Minor code and JavaDoc refactoring More... over 5 years ago
Editors - AbstractTextEditorPainter.java - Optimized text emptiness check to avoid unnecessary processing caused by `getText()` calls - SwingUtils.java - Added method to conveniently check `JTextComponent` emptiness - Optimized `isEmpty()` method in all custom editor components - Minor code formatting changes across affected classes More... over 5 years ago
Utilities - UIManagers.java - Added `XmlUtils` call to initialize XStream first - CollectionUtils.java - Added method to check collection elements for being unique More... over 5 years ago
ProxyManager - ProxyManager.java - Ensure that system proxy settings are not requested until actually needed More... over 5 years ago
CollapsiblePane - WebCollapsiblePane.java - Fixed initial content visibility application for some cases - WebCollapsiblePane.java, collapsiblepane.xml - Moved text alignment to style More... over 5 years ago
WebTree.java - NPE on getSelectedNodes fixed. More... over 5 years ago
General - Fixed multiple incorrect `multiply`-named fields and methods to `multiple`-named - Updated some outdated classes JavaDoc More... over 5 years ago
General - Fixed multiple incorrect `multiply`-named fields and methods to `multiple`-named More... over 5 years ago
List - WebList.java - Fixed selection mode change method name - EasingExample.java - Adjusted according to `WebList` change More... over 5 years ago
Tests - LanguageManagerTest.java - Added runtime dictionary removal to avoid failure in other tests More... over 5 years ago
DateField - WebDateFieldUI.java - Fixed date values comparison - datefield.xml - Made popup button non-focusable More... over 5 years ago
Tests - LanguageManagerTest.java - Removed redundant languages count check More... over 5 years ago
LanguageManager - LanguageManagerTest.java, Dictionary.xml - Added more tests for `LanguageManager`, `LM` and `Language` class use cases More... over 5 years ago
Table - TableRowHeightOptimizer.java - Optimizations are now applied instantly upon enabling the optimizer - TableRowHeightOptimizer.java - Added appropriate handling of row height change - TableRowHeightOptimizer.java - Initial row height is now properly restored upon uninstallation - WebTable.java - Added `rowHeight` property constant for convenience More... over 5 years ago
General - WebLookAndFeel.java - Added global `transferHandler` property constant for future use More... over 5 years ago
TestFrame - TestFrame.java - Moved window position adjustments to display method to avoid some rare case issues More... over 5 years ago
Trees - WebTree.java - Added methods to retrieve `List` of user objects for selected nodes directly - WebTree.java - Added method to retrieve available nodes under the specified parent node - WebTree.java, NodesAcceptPolicy.java - Minor JavaDoc updates and refactoring More... over 5 years ago
LanguageManager - UILanguageManager.java - Fixed icon reference More... over 5 years ago
Major improvements and important fixes for the focus tracking implemented in `DefaultFocusTracker` - related components detection will now function properly and cover more cases than before. Check #498 for more information on the changes. More... over 5 years ago
ScrollPane - scrollpane.xml - Adjusted `transparent-hovering` style to ensure it is actually transparent More... over 5 years ago
ScrollPane - scrollpane.xml - Adjusted `transparent` style to ensure it is actually transparent - viewport.xml - Added default `transparent` style for convenience More... over 5 years ago
Window - window.xml - Now extends appropriate style More... over 5 years ago