2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 10 hours ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... about 21 years ago
*** empty log message *** More... about 21 years ago
Selection event firing optimizations. per Huw Roberts More... about 21 years ago
Selection event firing optimizations. per Huw Roberts More... about 21 years ago
no message More... about 21 years ago
no message More... about 21 years ago
no message More... about 21 years ago
no message More... about 21 years ago
simplification of incremental compilation. More... about 21 years ago
simplification of incremental compilation. More... about 21 years ago
Aggregrating as opposed to extending the ViewChangeListener changed inherited methods to protected as opposed to public. Adds a level of safety. More... about 21 years ago
Aggregrating as opposed to extending the ViewChangeListener changed inherited methods to protected as opposed to public. Adds a level of safety. More... about 21 years ago
Removed all code related to Sleeper thread (deprecated and unused code). More... over 21 years ago
Removed all code related to Sleeper thread (deprecated and unused code). More... over 21 years ago
Remove EventListenerList in favor of simple List where possible. EventListenerList duplicates the whole list for each additional add and is quite heavy for instances where its not required since these lists are not modified from events they fire. More... over 21 years ago
Remove EventListenerList in favor of simple List where possible. EventListenerList duplicates the whole list for each additional add and is quite heavy for instances where its not required since these lists are not modified from events they fire. More... over 21 years ago
DND Update. Hopefully this allows easier DND manipulation with the added function seperation. More... over 21 years ago
DND Update. Hopefully this allows easier DND manipulation with the added function seperation. More... over 21 years ago
Allows deprecations to be seen by compiling framework package first. More... over 21 years ago
Allows deprecations to be seen by compiling framework package first. More... over 21 years ago
Fixed Javadocs to avoid compiler warnings about deprecated API. More... over 21 years ago
Fixed Javadocs to avoid compiler warnings about deprecated API. More... over 21 years ago
Removed an unused Thread field that only generated compiler warnings about use of deprecated API. More... over 21 years ago
Removed an unused Thread field that only generated compiler warnings about use of deprecated API. More... over 21 years ago
Improved handling of sizes. The proprietary handling of the component size was replaced by the standard mechanism provided by the JDK. More... over 21 years ago
Improved handling of sizes. The proprietary handling of the component size was replaced by the standard mechanism provided by the JDK. More... over 21 years ago
Improved handling of events, mainly from "updateLocation()". More... over 21 years ago
Improved handling of events, mainly from "updateLocation()". More... over 21 years ago
Updated StorageFormat interface. Now formats are added based on their ability to load/save. More... over 21 years ago
Updated StorageFormat interface. Now formats are added based on their ability to load/save. More... over 21 years ago