Older
-
r117
(Updates to EventManager) committed by darkfrog26
- Updates to EventManager
-
r116
(Updates to WorkManager) committed by darkfrog26
- Updates to WorkManager
-
r115
(Creating 1.0 tag for version previous to Property and Thread...) committed by darkfrog26
- Creating 1.0 tag for version previous to Property and ThreadManager replacements
Creating 1.0 tag for version previous to Property and ThreadManager replacements
-
r114
(Removed old ThreadManager in favor of WorkManager replacemen...) committed by darkfrog26
- Removed old ThreadManager in favor of WorkManager replacement
Removed old ThreadManager in favor of WorkManager replacement
-
r113
(Updates to new WorkManager) committed by darkfrog26
- Updates to new WorkManager
Updates to new WorkManager
-
r112
(Continued work on new "work" framework) committed by darkfrog26
- Continued work on new "work" framework
Continued work on new "work" framework
-
r111
(Began rework of "work" framework) committed by darkfrog26
- Began rework of "work" framework
Began rework of "work" framework
-
r110
(Fixed discarded exceptions occurring in MethodDelegate) committed by darkfrog26
- Fixed discarded exceptions occurring in MethodDelegate
Fixed discarded exceptions occurring in MethodDelegate
-
r109
(Removed old Property framework and replaced with new iterati...) committed by darkfrog26
- Removed old Property framework and replaced with new iteration.
Removed old Property framework and replaced with new iteration.
-
r108
(Updates to new Properties framework to increase performance ...) committed by darkfrog26
- Updates to new Properties framework to increase performance and add jUnit tests
Updates to new Properties framework to increase performance and add jUnit tests
-
r107
(Updates to new Properties framework) committed by darkfrog26
- Updates to new Properties framework
Updates to new Properties framework
-
r106
(Updates to new Property framework) committed by darkfrog26
- Updates to new Property framework
Updates to new Property framework
-
r105
(Created ImmutableList
Created new Property framework to ulti...) committed by darkfrog26
- Created ImmutableList
Created new Property framework to ultimately replace the existing one.
Created ImmutableList
Created new Property framework to ultimately replace the existing one.
-
r104
(Created PropertyParent to allow backward associations) committed by darkfrog26
- Created PropertyParent to allow backward associations
Created PropertyParent to allow backward associations
-
r103
(Created UpdateWorkUnit for real-time updates) committed by darkfrog26
- Created UpdateWorkUnit for real-time updates
Created UpdateWorkUnit for real-time updates
-
r102
(Minor code cleanup) committed by darkfrog26
- Minor code cleanup
-
r101
(Added DELEGATE_GET_THROWS_EVENT flag to determine whether pr...) committed by darkfrog26
- Added DELEGATE_GET_THROWS_EVENT flag to determine whether property changes on propertyGetDelegates
should thrown events.
Added DELEGATE_GET_THROWS_EVENT flag to determine whether property changes on propertyGetDelegates
should thrown events.
-
r100
(Added functionality to ReadOnlyProperty to throw change even...) committed by darkfrog26
- Added functionality to ReadOnlyProperty to throw change events even when getter delegates are used.
Added functionality to ReadOnlyProperty to throw change events even when getter delegates are used.
-
r99
(Changed ReadOnlyProperty.getName/setName to name()/name(Stri...) committed by darkfrog26
- Changed ReadOnlyProperty.getName/setName to name()/name(String)
Changed ReadOnlyProperty.getName/setName to name()/name(String)
-
r98
(Added Property/ReadOnlyProperty constructor support for pass...) committed by darkfrog26
- Added Property/ReadOnlyProperty constructor support for passing in "name"
Added Property/ReadOnlyProperty constructor support for passing in "name"
-
r97
(Removed change delegates from Property and ReadOnlyProperty ...) committed by darkfrog26
- Removed change delegates from Property and ReadOnlyProperty constructors
Removed change delegates from Property and ReadOnlyProperty constructors
-
r96
(Created PropertyUpdatable to group updates for Properties
Cr...) committed by darkfrog26
- Created PropertyUpdatable to group updates for Properties
Created PropertyUtilities to provide additional functionality to work with Properties
Added "name" to ReadOnlyProperty to allow assignment of a name optionally.
Removed throws from Updatable
Created PropertyUpdatable to group updates for Properties
Created PropertyUtilities to provide additional functionality to work with Properties
Added "name" to ReadOnlyProperty to allow assignment of a name optionally.
Removed throws from Updatable
-
r95
(Minor update to ReadOnlyProperty to make sure lastModified i...) committed by darkfrog26
- Minor update to ReadOnlyProperty to make sure lastModified is set properly
Minor update to ReadOnlyProperty to make sure lastModified is set properly
-
r94
(Created ActionFlow system to allow asynchronous flow control) committed by darkfrog26
- Created ActionFlow system to allow asynchronous flow control
Created ActionFlow system to allow asynchronous flow control
-
r93
(Added convenience method "isAtTarget()" to Property) committed by darkfrog26
- Added convenience method "isAtTarget()" to Property
Added convenience method "isAtTarget()" to Property
-
r92
(Added Easing support) committed by darkfrog26
- Added Easing support
-
r91
(Created PropertyDelegate) committed by darkfrog26
- Created PropertyDelegate
-
r90
(Created Changeable interface
Added support for Changeable in...) committed by darkfrog26
- Created Changeable interface
Added support for Changeable in Property
Made ReadOnlyProperty implement Updatable so properties can be better standardized
Created test for PropertyAdjusters
Created Changeable interface
Added support for Changeable in Property
Made ReadOnlyProperty implement Updatable so properties can be better standardized
Created test for PropertyAdjusters
-
r89
(Initial work on better PropertyAdjuster functionality to sup...) committed by darkfrog26
- Initial work on better PropertyAdjuster functionality to support non-numeric values.
Initial work on better PropertyAdjuster functionality to support non-numeric values.
-
r88
(Made lastRunTimeInMillis visible via setter) committed by darkfrog26
- Made lastRunTimeInMillis visible via setter
Made lastRunTimeInMillis visible via setter
-
r87
(Added an additional test for Properties) committed by darkfrog26
- Added an additional test for Properties
Added an additional test for Properties
-
r86
(Performance improvements to Property system) committed by darkfrog26
- Performance improvements to Property system
Performance improvements to Property system
-
r85
(Added RangeConverter) committed by darkfrog26
- Added RangeConverter
-
r84
(Added RangeValidator class) committed by darkfrog26
- Added RangeValidator class
Added RangeValidator class
-
r83
(Added PropertyConverter<T> feature to support converting val...) committed by darkfrog26
- Added PropertyConverter<T> feature to support converting values as they are being applied.
Updated ReadOnlyProperty.changeProperty to properly invoke isValid before applying.
Added PropertyConverter<T> feature to support converting values as they are being applied.
Updated ReadOnlyProperty.changeProperty to properly invoke isValid before applying.
-
r82
(Minor updates to MethodDelegate
Addition of ProgressFuture i...) committed by darkfrog26
- Minor updates to MethodDelegate
Addition of ProgressFuture interface extending Future
Minor updates to MethodDelegate
Addition of ProgressFuture interface extending Future
-
r81
(Minor update to Property) committed by darkfrog26
- Minor update to Property
-
r80
(Created "Pair" class to simplify coupling of two objects
Cre...) committed by darkfrog26
- Created "Pair" class to simplify coupling of two objects
Created BeanAccessor to simplify reflection with public methods/fields in beans.
Continued development on conversion framework.
Created "Pair" class to simplify coupling of two objects
Created BeanAccessor to simplify reflection with public methods/fields in beans.
Continued development on conversion framework.
-
r79
(Added preliminary support for conversion system) committed by darkfrog26
- Added preliminary support for conversion system
Added preliminary support for conversion system
-
r78
(Minor update to ReadOnlyProperty to work correctly with hasV...) committed by darkfrog26
- Minor update to ReadOnlyProperty to work correctly with hasValue and isNull if property is
delegated.
Created new CollectionUtilities class
Minor update to ReadOnlyProperty to work correctly with hasValue and isNull if property is
delegated.
Created new CollectionUtilities class
-
r77
(Added build.debug to svn:ignore) committed by darkfrog26
- Added build.debug to svn:ignore
Added build.debug to svn:ignore
-
r76
(Added separation for debug JAR and trimmed JAR) committed by darkfrog26
- Added separation for debug JAR and trimmed JAR
Added separation for debug JAR and trimmed JAR
-
r75
(Added "volatile" to several fields of ThreadManager for bett...) committed by darkfrog26
- Added "volatile" to several fields of ThreadManager for better thread-safety.
Added "volatile" to several fields of ThreadManager for better thread-safety.
-
r74
(Minor optimizations made to ThreadManager to better handle a...) committed by darkfrog26
- Minor optimizations made to ThreadManager to better handle applets
Minor optimizations made to ThreadManager to better handle applets
-
r73
(Minor fixes to Property binding support) committed by darkfrog26
- Minor fixes to Property binding support
Minor fixes to Property binding support
-
r72
(Created PeriodicUpdatable for better control over update rat...) committed by darkfrog26
- Created PeriodicUpdatable for better control over update rate.
Created PeriodicUpdatable for better control over update rate.
-
r71
(Added ReadOnlyProperty.hasValue() convenience method) committed by darkfrog26
- Added ReadOnlyProperty.hasValue() convenience method
Added ReadOnlyProperty.hasValue() convenience method
-
r70
(Added getTarget() method to PropertyAdjuster) committed by darkfrog26
- Added getTarget() method to PropertyAdjuster
Added getTarget() method to PropertyAdjuster
-
r69
(Updated ReadOnlyProperty to send oldValue and newValue in ch...) committed by darkfrog26
- Updated ReadOnlyProperty to send oldValue and newValue in change delegate
Updated ReadOnlyProperty to send oldValue and newValue in change delegate
-
r68
(Renamed Property.setInternal to Property.setNow and made pub...) committed by darkfrog26
- Renamed Property.setInternal to Property.setNow and made public
Fixed Security problems with ClassUtilities.getStaticFieldValue
Renamed Property.setInternal to Property.setNow and made public
Fixed Security problems with ClassUtilities.getStaticFieldValue
|