My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Sep 24, 2009
    r117 (Updates to EventManager) committed by darkfrog26   -   Updates to EventManager
    Updates to EventManager
  • Sep 24, 2009
    r116 (Updates to WorkManager) committed by darkfrog26   -   Updates to WorkManager
    Updates to WorkManager
  • Sep 24, 2009
    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
  • Sep 24, 2009
    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
  • Sep 24, 2009
    r113 (Updates to new WorkManager) committed by darkfrog26   -   Updates to new WorkManager
    Updates to new WorkManager
  • Sep 23, 2009
    r112 (Continued work on new "work" framework) committed by darkfrog26   -   Continued work on new "work" framework
    Continued work on new "work" framework
  • Sep 23, 2009
    r111 (Began rework of "work" framework) committed by darkfrog26   -   Began rework of "work" framework
    Began rework of "work" framework
  • Sep 23, 2009
    r110 (Fixed discarded exceptions occurring in MethodDelegate) committed by darkfrog26   -   Fixed discarded exceptions occurring in MethodDelegate
    Fixed discarded exceptions occurring in MethodDelegate
  • Sep 22, 2009
    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.
  • Sep 22, 2009
    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
  • Sep 22, 2009
    r107 (Updates to new Properties framework) committed by darkfrog26   -   Updates to new Properties framework
    Updates to new Properties framework
  • Sep 21, 2009
    r106 (Updates to new Property framework) committed by darkfrog26   -   Updates to new Property framework
    Updates to new Property framework
  • Sep 21, 2009
    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.
  • Sep 17, 2009
    r104 (Created PropertyParent to allow backward associations) committed by darkfrog26   -   Created PropertyParent to allow backward associations
    Created PropertyParent to allow backward associations
  • Sep 16, 2009
    r103 (Created UpdateWorkUnit for real-time updates) committed by darkfrog26   -   Created UpdateWorkUnit for real-time updates
    Created UpdateWorkUnit for real-time updates
  • Sep 09, 2009
    r102 (Minor code cleanup) committed by darkfrog26   -   Minor code cleanup
    Minor code cleanup
  • Sep 05, 2009
    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.
  • Sep 05, 2009
    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.
  • Sep 01, 2009
    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)
  • Aug 31, 2009
    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"
  • Aug 31, 2009
    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
  • Aug 30, 2009
    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
  • Aug 29, 2009
    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
  • Aug 27, 2009
    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
  • Aug 23, 2009
    r93 (Added convenience method "isAtTarget()" to Property) committed by darkfrog26   -   Added convenience method "isAtTarget()" to Property
    Added convenience method "isAtTarget()" to Property
  • Aug 23, 2009
    r92 (Added Easing support) committed by darkfrog26   -   Added Easing support
    Added Easing support
  • Aug 20, 2009
    r91 (Created PropertyDelegate) committed by darkfrog26   -   Created PropertyDelegate
    Created PropertyDelegate
  • Aug 17, 2009
    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
  • Aug 17, 2009
    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.
  • Aug 14, 2009
    r88 (Made lastRunTimeInMillis visible via setter) committed by darkfrog26   -   Made lastRunTimeInMillis visible via setter
    Made lastRunTimeInMillis visible via setter
  • Aug 09, 2009
    r87 (Added an additional test for Properties) committed by darkfrog26   -   Added an additional test for Properties
    Added an additional test for Properties
  • Aug 07, 2009
    r86 (Performance improvements to Property system) committed by darkfrog26   -   Performance improvements to Property system
    Performance improvements to Property system
  • Jul 09, 2009
    r85 (Added RangeConverter) committed by darkfrog26   -   Added RangeConverter
    Added RangeConverter
  • Jul 09, 2009
    r84 (Added RangeValidator class) committed by darkfrog26   -   Added RangeValidator class
    Added RangeValidator class
  • Jul 08, 2009
    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.
  • Jul 07, 2009
    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
  • Jul 01, 2009
    r81 (Minor update to Property) committed by darkfrog26   -   Minor update to Property
    Minor update to Property
  • Jun 29, 2009
    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.
  • Jun 25, 2009
    r79 (Added preliminary support for conversion system) committed by darkfrog26   -   Added preliminary support for conversion system
    Added preliminary support for conversion system
  • Jun 21, 2009
    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
  • Jun 17, 2009
    r77 (Added build.debug to svn:ignore) committed by darkfrog26   -   Added build.debug to svn:ignore
    Added build.debug to svn:ignore
  • Jun 16, 2009
    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
  • Jun 16, 2009
    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.
  • Jun 14, 2009
    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
  • Jun 10, 2009
    r73 (Minor fixes to Property binding support) committed by darkfrog26   -   Minor fixes to Property binding support
    Minor fixes to Property binding support
  • Jun 07, 2009
    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.
  • Jun 06, 2009
    r71 (Added ReadOnlyProperty.hasValue() convenience method) committed by darkfrog26   -   Added ReadOnlyProperty.hasValue() convenience method
    Added ReadOnlyProperty.hasValue() convenience method
  • Jun 02, 2009
    r70 (Added getTarget() method to PropertyAdjuster) committed by darkfrog26   -   Added getTarget() method to PropertyAdjuster
    Added getTarget() method to PropertyAdjuster
  • Jun 01, 2009
    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
  • May 25, 2009
    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
 
Hosted by Google Code