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

Today

  • 5 hours ago
    r977 (Fix the URI class, we can now set the parameters of the quer...) committed by ekameleon   -   Fix the URI class, we can now set the parameters of the query with the methods : getParameter(name:String), getQueryMap():Map, hasQuery():Boolean, removeParameter(name:String), removeAllParameters(), setParameterValue(name:String,value:*) ( see unit tests )
    Fix the URI class, we can now set the parameters of the query with the methods : getParameter(name:String), getQueryMap():Map, hasQuery():Boolean, removeParameter(name:String), removeAllParameters(), setParameterValue(name:String,value:*) ( see unit tests )
  • 7 hours ago
    r976 (Fix unit test in my branche (remove conditional metadatas in...) committed by ekameleon   -   Fix unit test in my branche (remove conditional metadatas in my branche only) + refactoring
    Fix unit test in my branche (remove conditional metadatas in my branche only) + refactoring
  • 7 hours ago
    r975 (Adds the new autoScroll argument in the constructor of the T...) committed by ekameleon   -   Adds the new autoScroll argument in the constructor of the TextFieldConsole class.
    Adds the new autoScroll argument in the constructor of the TextFieldConsole class.
  • 8 hours ago
    r974 (Adds the new autoScroll attribute (Boolean) in the TextField...) committed by ekameleon   -   Adds the new autoScroll attribute (Boolean) in the TextFieldConsole class.
    Adds the new autoScroll attribute (Boolean) in the TextFieldConsole class.

Yesterday

  • 44 hours ago
    r973 (Minor refactoring and fix) committed by ekameleon   -   Minor refactoring and fix
    Minor refactoring and fix

Last 7 days

  • Dec 07, 2009
    r972 (Minor fix in the constructor of the ReflectionBitmapData cla...) committed by ekameleon   -   Minor fix in the constructor of the ReflectionBitmapData class (change the name of the first argument bitmapData -> bitmap)
    Minor fix in the constructor of the ReflectionBitmapData class (change the name of the first argument bitmapData -> bitmap)
  • Dec 07, 2009
    r971 (Fix the CropBitmapData class, add new arguments to set the "...) committed by ekameleon   -   Fix the CropBitmapData class, add new arguments to set the "matrix", "colorTransform", "blendMode", "clipRect" components of the bitmapdata to initialize it.
    Fix the CropBitmapData class, add new arguments to set the "matrix", "colorTransform", "blendMode", "clipRect" components of the bitmapdata to initialize it.
  • Dec 04, 2009
    r970 (Fix EdgeMetrics, add the horizontal and vertical attributes ...) committed by ekameleon   -   Fix EdgeMetrics, add the horizontal and vertical attributes (sum the left/right and top/bottom properties in two read-only properties)
    Fix EdgeMetrics, add the horizontal and vertical attributes (sum the left/right and top/bottom properties in two read-only properties)

Last 30 days

  • Dec 01, 2009
    r969 (update licence with the range : 2006-2010) committed by ekameleon   -   update licence with the range : 2006-2010
    update licence with the range : 2006-2010
  • Nov 30, 2009
    r968 (Fix TweenTo class (when the from attribute is null, the begi...) committed by ekameleon   -   Fix TweenTo class (when the from attribute is null, the begin values must be defines by the target object)
    Fix TweenTo class (when the from attribute is null, the begin values must be defines by the target object)
  • Nov 26, 2009
    r967 (Adds the CropBitmapData class (crop a IBitmapDrawable object...) committed by ekameleon   -   Adds the CropBitmapData class (crop a IBitmapDrawable object with a specific area)
    Adds the CropBitmapData class (crop a IBitmapDrawable object with a specific area)
  • Nov 24, 2009
    r966 (Minor refactoring) committed by ekameleon   -   Minor refactoring
    Minor refactoring
  • Nov 23, 2009
    r965 (Adds the "from" attribute in the TweenTo class (to customize...) committed by ekameleon   -   Adds the "from" attribute in the TweenTo class (to customize the from attributes of the target when the tween is running)
    Adds the "from" attribute in the TweenTo class (to customize the from attributes of the target when the tween is running)
  • Nov 23, 2009
    r964 (rename AS3 branches in "labs") committed by ekameleon   -   rename AS3 branches in "labs"
    rename AS3 branches in "labs"
  • Nov 23, 2009
    r963 (minor clean) committed by ekameleon   -   minor clean
    minor clean
  • Nov 23, 2009
    r962 (graphics.transitions examples (Tween & co)) committed by ekameleon   -   graphics.transitions examples (Tween & co)
    graphics.transitions examples (Tween & co)
  • Nov 23, 2009
    r961 (Refactoring graphics examples.) committed by ekameleon   -   Refactoring graphics examples.
    Refactoring graphics examples.
  • Nov 23, 2009
    r960 (graphics.drawing, graphics core and graphics.display package...) committed by ekameleon   -   graphics.drawing, graphics core and graphics.display package examples.
    graphics.drawing, graphics core and graphics.display package examples.
  • Nov 20, 2009
    r959 (Remove ByteArrays class in system and use now the graphics.d...) committed by ekameleon   -   Remove ByteArrays class in system and use now the graphics.display.ByteArrays class + refactoring graphics.drawing package (organize imports + fix _graphics reference in the pens)
    Remove ByteArrays class in system and use now the graphics.display.ByteArrays class + refactoring graphics.drawing package (organize imports + fix _graphics reference in the pens)
  • Nov 20, 2009
    r958 (Complete graphics.numeric with the Factor and Prime class.) committed by ekameleon   -   Complete graphics.numeric with the Factor and Prime class.
    Complete graphics.numeric with the Factor and Prime class.
  • Nov 18, 2009
    r957 (Fix pens with the protected _graphics property in the drawSh...) committed by ekameleon   -   Fix pens with the protected _graphics property in the drawShape methods.
    Fix pens with the protected _graphics property in the drawShape methods.
  • Nov 18, 2009
    r956 (First graphics.transitions Motion/Tween/Easing implementatio...) committed by ekameleon   -   First graphics.transitions Motion/Tween/Easing implementations
    First graphics.transitions Motion/Tween/Easing implementations
  • Nov 18, 2009
    r955 (Begin the implementation of the graphics.transitions package...) committed by ekameleon   -   Begin the implementation of the graphics.transitions package (ITimer, FrameEngine, FrameTimer, Timer and Transition interface)
    Begin the implementation of the graphics.transitions package (ITimer, FrameEngine, FrameTimer, Timer and Transition interface)
  • Nov 18, 2009
    r954 (Refactoring ArrayFilter asdoc metadata (event)) committed by ekameleon   -   Refactoring ArrayFilter asdoc metadata (event)
    Refactoring ArrayFilter asdoc metadata (event)
  • Nov 18, 2009
    r953 (Adds the ValueObject interface in system.data) committed by ekameleon   -   Adds the ValueObject interface in system.data
    Adds the ValueObject interface in system.data
  • Nov 17, 2009
    r952 (Minor refactoring) committed by ekameleon   -   Minor refactoring
    Minor refactoring
  • Nov 17, 2009
    r951 (Clean for the moment the "system.ui", "system.text.prettifie...) committed by ekameleon   -   Clean for the moment the "system.ui", "system.text.prettifier", "system.resource" packages in the labs.
    Clean for the moment the "system.ui", "system.text.prettifier", "system.resource" packages in the labs.
  • Nov 16, 2009
    r950 (fix pbj path in Embed metadata in the filters tests) committed by ekameleon   -   fix pbj path in Embed metadata in the filters tests
    fix pbj path in Embed metadata in the filters tests
  • Nov 16, 2009
    r949 (Begin to implement the unit tests of the filters with embede...) committed by ekameleon   -   Begin to implement the unit tests of the filters with embeded pixelbender effects (use mx dependencies in the unit tests src)
    Begin to implement the unit tests of the filters with embeded pixelbender effects (use mx dependencies in the unit tests src)
  • Nov 16, 2009
    r948 (Fix the filters constructor arguments, now use a default nul...) committed by ekameleon   -   Fix the filters constructor arguments, now use a default null value with the shader argument + begin unit tests (TODO problem to test Shader objects for the moment, can't use Embed without mx package)
    Fix the filters constructor arguments, now use a default null value with the shader argument + begin unit tests (TODO problem to test Shader objects for the moment, can't use Embed without mx package)
  • Nov 16, 2009
    r947 (FillBitmapStyle unit tests (Warning : the toSource() method ...) committed by ekameleon   -   FillBitmapStyle unit tests (Warning : the toSource() method of the FillBitmapStyle can't serialize the bitmapData property for the moment)
    FillBitmapStyle unit tests (Warning : the toSource() method of the FillBitmapStyle can't serialize the bitmapData property for the moment)
  • Nov 16, 2009
    r946 (little fix in the asdoc of the FillBitmapStyle class) committed by ekameleon   -   little fix in the asdoc of the FillBitmapStyle class
    little fix in the asdoc of the FillBitmapStyle class
  • Nov 15, 2009
    r945 (Fix the new GradientStyle class to implements the FillGradie...) committed by ekameleon   -   Fix the new GradientStyle class to implements the FillGradientStyle and LineGradientStyle class ( same attributes ) + unit tests of the three class
    Fix the new GradientStyle class to implements the FillGradientStyle and LineGradientStyle class ( same attributes ) + unit tests of the three class
  • Nov 15, 2009
    r944 (Fix FillStyle class + unit tests) committed by ekameleon   -   Fix FillStyle class + unit tests
    Fix FillStyle class + unit tests
  • Nov 15, 2009
    r943 (FillShaderStyle fix toSource method + unit tests of the clas...) committed by ekameleon   -   FillShaderStyle fix toSource method + unit tests of the class
    FillShaderStyle fix toSource method + unit tests of the class
  • Nov 15, 2009
    r942 (Clean branches in the labs, now use the trunk) committed by ekameleon   -   Clean branches in the labs, now use the trunk
    Clean branches in the labs, now use the trunk
  • Nov 15, 2009
    r941 (Move the lab in the trunk folder) committed by ekameleon   -   Move the lab in the trunk folder
    Move the lab in the trunk folder
  • Nov 15, 2009
    r940 (Minor refactoring) committed by ekameleon   -   Minor refactoring
    Minor refactoring
  • Nov 15, 2009
    r939 (TimelineInspector + TimelineIterator + TimelineScript unit t...) committed by ekameleon   -   TimelineInspector + TimelineIterator + TimelineScript unit tests.
    TimelineInspector + TimelineIterator + TimelineScript unit tests.
  • Nov 14, 2009
    r938 (Add the TimelineInspector, TimelineIterator, TimelineScript ...) committed by ekameleon   -   Add the TimelineInspector, TimelineIterator, TimelineScript + FrameLabelEvent class (TODO : finalize unit tests) + logger singleton of the library
    Add the TimelineInspector, TimelineIterator, TimelineScript + FrameLabelEvent class (TODO : finalize unit tests) + logger singleton of the library
  • Nov 14, 2009
    r937 (Fix Example of the KnockoutFilter class + refactoring Knocko...) committed by ekameleon   -   Fix Example of the KnockoutFilter class + refactoring KnockoutFilter (fix little bug in the color rw property)
    Fix Example of the KnockoutFilter class + refactoring KnockoutFilter (fix little bug in the color rw property)
  • Nov 14, 2009
    r936 (Begin filters in graphics) committed by ekameleon   -   Begin filters in graphics
    Begin filters in graphics
  • Nov 13, 2009
    r935 (Adds in the labs a dependencies folder) committed by ekameleon   -   Adds in the labs a dependencies folder
    Adds in the labs a dependencies folder
  • Nov 13, 2009
    r934 (Creates a little labs in my branche) committed by ekameleon   -   Creates a little labs in my branche
    Creates a little labs in my branche
  • Nov 12, 2009
    r933 (minor refactoring) committed by ekameleon   -   minor refactoring
    minor refactoring
  • Nov 12, 2009
    r932 (Fix LineShaderFill unit tests + refactoring ) committed by ekameleon   -   Fix LineShaderFill unit tests + refactoring
    Fix LineShaderFill unit tests + refactoring
  • Nov 11, 2009
    r931 (Little unit test with the class ReflectionBitmapData) committed by ekameleon   -   Little unit test with the class ReflectionBitmapData
    Little unit test with the class ReflectionBitmapData
  • Nov 11, 2009
    r930 (Add the PerlinNoise + Pattern + ReflectionBitmapData class) committed by ekameleon   -   Add the PerlinNoise + Pattern + ReflectionBitmapData class
    Add the PerlinNoise + Pattern + ReflectionBitmapData class
  • Nov 11, 2009
    r929 (begin the implementation of the FillShaderStyle and LineShad...) committed by ekameleon   -   begin the implementation of the FillShaderStyle and LineShaderStyle class (only FP10 and AIR 1.5) + fix unit tests of the Matrixs.toSource() method with null objects + now the IFillStyle interface inherit the Geometry interface
    begin the implementation of the FillShaderStyle and LineShaderStyle class (only FP10 and AIR 1.5) + fix unit tests of the Matrixs.toSource() method with null objects + now the IFillStyle interface inherit the Geometry interface
  • Nov 11, 2009
    r928 (Refactoring the Matrix class in graphics.geom in MatrixN + r...) committed by ekameleon   -   Refactoring the Matrix class in graphics.geom in MatrixN + refactoring Matrix tool class to manipulates now the flash.geom.Matrix class (add the static toSource() method in the tool class) + add the Serializable interface in the ILineStyle interface (now inherit the Geometry interface) + unit tests of the LineStyle class.
    Refactoring the Matrix class in graphics.geom in MatrixN + refactoring Matrix tool class to manipulates now the flash.geom.Matrix class (add the static toSource() method in the tool class) + add the Serializable interface in the ILineStyle interface (now inherit the Geometry interface) + unit tests of the LineStyle class.
 
Hosted by Google Code