Today
-
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 )
-
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
-
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.
-
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
-
r973
(Minor refactoring and fix) committed by ekameleon
- Minor refactoring and fix
Minor refactoring and fix
Last 7 days
-
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)
-
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.
-
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
-
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
-
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)
-
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)
-
r966
(Minor refactoring) committed by ekameleon
- Minor refactoring
-
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)
-
r964
(rename AS3 branches in "labs") committed by ekameleon
- rename AS3 branches in "labs"
rename AS3 branches in "labs"
-
-
r962
(graphics.transitions examples (Tween & co)) committed by ekameleon
- graphics.transitions examples (Tween & co)
graphics.transitions examples (Tween & co)
-
r961
(Refactoring graphics examples.) committed by ekameleon
- Refactoring graphics examples.
Refactoring graphics examples.
-
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.
-
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)
-
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.
-
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.
-
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
-
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)
-
r954
(Refactoring ArrayFilter asdoc metadata (event)) committed by ekameleon
- Refactoring ArrayFilter asdoc metadata (event)
Refactoring ArrayFilter asdoc metadata (event)
-
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
-
r952
(Minor refactoring) committed by ekameleon
- Minor refactoring
-
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.
-
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
-
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)
-
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)
-
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)
-
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
-
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
-
r944
(Fix FillStyle class + unit tests) committed by ekameleon
- Fix FillStyle class + unit tests
Fix FillStyle class + unit tests
-
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
-
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
-
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
-
r940
(Minor refactoring) committed by ekameleon
- Minor refactoring
-
r939
(TimelineInspector + TimelineIterator + TimelineScript unit t...) committed by ekameleon
- TimelineInspector + TimelineIterator + TimelineScript unit tests.
TimelineInspector + TimelineIterator + TimelineScript unit tests.
-
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
-
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)
-
r936
(Begin filters in graphics) committed by ekameleon
- Begin filters in graphics
Begin filters in graphics
-
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
-
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
-
r933
(minor refactoring) committed by ekameleon
- minor refactoring
-
r932
(Fix LineShaderFill unit tests + refactoring ) committed by ekameleon
- Fix LineShaderFill unit tests + refactoring
Fix LineShaderFill unit tests + refactoring
-
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
-
r930
(Add the PerlinNoise + Pattern + ReflectionBitmapData class) committed by ekameleon
- Add the PerlinNoise + Pattern + ReflectionBitmapData class
Add the PerlinNoise + Pattern + ReflectionBitmapData class
-
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
-
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.
|