5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Added update ("set"), insert ("add") and delete ("remove") methods to the new SQL class.
Josh Gertzen
as pra9ma
More... over 17 years ago
* XOD now uses Reflector instead of doing it's own reflection. More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* New SQL database mapper, not finished, but a good start ;)
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Corrected getProperties and getMethods so that it returns a proper Map of all properties / methods for the class and superclass.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Implemented a sensible toString() representation for all grids.
Josh Gertzen
as pra9ma
More... over 17 years ago
* XOD now supports setting a property named "id" on a class as an attribute. More... over 17 years ago
* Refactored the generic parameters out of the the Grid interface and ArrayGrid implementations to make them more user friendly.
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Updated the default font size from 8px to 11px. Since fonts are read as pixel More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Merged bugfixes from 1.2 branch (r597) More... over 17 years ago
* Fixed issue 1866172 - Label: Cannot unset labelFor property More... over 17 years ago
* Applied generic return types to the methods that return a reference to their components (such as setLimit) so that the return type is covariant and changes to appropriate type for the component you are using. Therefore you can do things like new Hyperlink().setLimit().setText() without casting.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Added new Property/Method Reflector class that is significantly more efficient and performant than the java.beans.Introspector.
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Separated the MessageBus into two parts, EventBus serves as an abstract implementation on which MessageBus is built. EventBus will eventually serve as the base for the 'ui' package-private EventListenerImpl class.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Addition of MessageBus class to util package. This pattern has proved itself useful in many ThinWire applications and some form of it will be included in a future version of the framework. The version represented in this check-in is a working draft. Comments appreciated.
Josh Gertzen
as pra9ma
More... over 17 years ago
* Merged bugfixes from 1.2 branch (r582)
Josh Gertzen
as pra9ma
More... over 17 years ago
[no comment]
Josh Gertzen
as pra9ma
More... over 17 years ago
* Updated the source headers to reflect the year 2008 copyright.
Josh Gertzen
as pra9ma
More... over 17 years ago