root/as3/gunyarapaint/branches/gunyarapaint/framework


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(edit) @3976 [3976] 2010/06/13 16:22:57 hkrn more asdoc
(edit) @3961 [3961] 2010/06/05 19:24:12 hkrn fixed some problems FlexPMD point out
(edit) @3952 [3952] 2010/06/04 01:37:45 hkrn replaced a tab to 4 spaces
(edit) @3950 [3950] 2010/06/04 01:27:07 hkrn fixed a bug that does not reset drawing line state in FreeHandModule?
(edit) @3947 [3947] 2010/06/03 01:36:31 hkrn fixed a bug that causes a strange behavior of undo after removing layer
(edit) @3941 [3941] 2010/05/30 22:53:00 hkrn including layer index into undo problem should be fixed
(edit) @3940 [3940] 2010/05/30 22:34:13 hkrn replace hardcode to constant
(edit) @3938 [3938] 2010/05/30 21:41:28 hkrn added comments for asdoc and annotations
(edit) @3936 [3936] 2010/05/30 20:36:50 hkrn fixed the behavior of undo layers
(edit) @3926 [3926] 2010/05/23 15:33:28 hkrn Revert "removed BezierCurveCommand? from CommandContext? and removed …
(edit) @3916 [3916] 2010/05/16 13:18:24 hkrn removed BezierCurveCommand? from CommandContext? and removed ineffective …
(edit) @3915 [3915] 2010/05/15 18:22:38 hkrn added TooManyLayersError? class
(edit) @3914 [3914] 2010/05/15 18:22:26 hkrn added the limit of pixels to LayerBitmapCollection?.save and more tests
(edit) @3911 [3911] 2010/05/15 17:15:54 hkrn no loger needs Com and ComDialog? class
(edit) @3910 [3910] 2010/05/15 16:31:54 hkrn migrate the repository from subversion to git
(edit) @3904 [3904] 2010/05/15 01:44:25 hkrn added Recorder#get_bytes
(edit) @3903 [3903] 2010/05/15 01:44:07 hkrn added UndoStack#get_size?
(edit) @3899 [3899] 2010/05/14 00:58:58 hkrn prepare the process of posting Oekakiko
(edit) @3864 [3864] 2010/04/25 09:37:02 hkrn use Vector.<uint> instead of ByteArray? at serializing BitmapData?
(edit) @3847 [3847] 2010/04/24 19:47:44 hkrn fixed a bug that causes an error after loading undo stack
(edit) @3844 [3844] 2010/04/24 19:00:04 hkrn added #save and #load in UndoStack? class and moved newLayerBitmap to …
(edit) @3834 [3834] 2010/04/22 23:51:16 hkrn removed LayerBitmapCollection#addLayer? and #load and #save in Painter are …
(edit) @3833 [3833] 2010/04/22 23:35:10 hkrn removed LayerBitmapCollection#swapChild?
(edit) @3832 [3832] 2010/04/22 23:30:49 hkrn startDrawingSession to startDrawing and stopDrawingSession to stopDrawing, …
(edit) @3820 [3820] 2010/04/18 21:51:37 hkrn IApplication should extends IEventDispatcher
(edit) @3819 [3819] 2010/04/18 21:51:12 hkrn added ICanvasModule#load and ICanvasModule#unload
(edit) @3816 [3816] 2010/04/18 10:44:56 hkrn should call compositeAll at constructor for not creating black bitmap
(edit) @3815 [3815] 2010/04/18 10:44:21 hkrn added ICanvasModule#getPixel32
(edit) @3812 [3812] 2010/04/18 09:43:42 hkrn added a PREFIX constant for CanvasContext? inherited modules
(edit) @3811 [3811] 2010/04/18 09:43:06 hkrn fixed a bug reported by …
(edit) @3808 [3808] 2010/04/17 23:45:14 hkrn src -> "$(ProjectDir?)/src" and quotes each paths
(edit) @3804 [3804] 2010/04/16 02:24:35 hkrn fixed a bug that doesn't recover the blendmode of the pen using …
(edit) @3801 [3801] 2010/04/16 01:48:24 hkrn added TransparentLineModule?
(edit) @3796 [3796] 2010/04/16 00:45:05 hkrn added ResetAllCommand?
(edit) @3780 [3780] 2010/04/13 23:38:46 hkrn ICommand#toString format
(edit) @3779 [3779] 2010/04/13 23:38:04 hkrn Layer %s's copy -> %s's copy
(edit) @3765 [3765] 2010/04/13 01:25:01 hkrn fixed some bugs that doesn't work setting name expectly and translation …
(edit) @3764 [3764] 2010/04/13 01:23:59 hkrn fixed a bug that doesn't work CompatibilityCommand#execute? after write
(edit) @3755 [3755] 2010/04/11 23:08:33 hkrn added org.libspark.gunyarapaint.framework.i18n and use the translator …
(edit) @3741 [3741] 2010/04/10 18:47:58 hkrn added CompatibilityCommand?
(edit) @3728 [3728] 2010/04/09 02:17:58 hkrn forgot to add AddLayerError? class
(edit) @3723 [3723] 2010/04/08 00:54:04 hkrn added a limitation (MAX = 8) of creating layers
(edit) @3720 [3720] 2010/04/08 00:22:44 hkrn renamed preload to preparse and added CommandEvent?.PREPARSE event
(edit) @3719 [3719] 2010/04/08 00:21:59 hkrn fixed a bug that causes ReferenceError? #1069
(edit) @3701 [3701] 2010/04/06 01:05:23 hkrn should use bitwise instead of modulo
(edit) @3700 [3700] 2010/04/06 01:05:02 hkrn Painter#createPaintEngine is now public
(edit) @3699 [3699] 2010/04/06 00:28:55 hkrn should use Math.floor instead of 'int' casting if value is negative
(edit) @3694 [3694] 2010/04/04 19:16:46 hkrn should use LayerBitmapCollection? instead of Player at UndoStack#new?
(edit) @3693 [3693] 2010/04/04 19:14:34 hkrn should use pushUndoIfNeed only CreateLayerCommand? and CopyLayerCommand?
(edit) @3692 [3692] 2010/04/04 19:13:40 hkrn should not push undo when invoked SetLayerVisibleCommand?
(edit) @3689 [3689] 2010/04/04 00:55:27 hkrn fixed a bug reported by 1211086749/483
(edit) @3688 [3688] 2010/04/03 22:46:36 hkrn forgot apply to LineToCommand#toString?
(edit) @3687 [3687] 2010/04/03 22:39:15 hkrn for ICommand#toString format
(edit) @3685 [3685] 2010/04/03 21:38:35 hkrn should be invoked CommandEvent?.PARSE at Player instead of Parser
(edit) @3676 [3676] 2010/04/03 00:44:22 hkrn 20100301 -> 20100401
(edit) @3640 [3640] 2010/03/30 00:22:18 hkrn fixed a bug that creates the bitmap of layers incorrectly
(edit) @3639 [3639] 2010/03/30 00:21:30 hkrn renamed CanvasModuleContext#add? to CanvasModuleContext#registerModule?
(edit) @3632 [3632] 2010/03/28 18:46:17 hkrn set PAINTER_LOG_VERSION to 22
(edit) @3621 [3621] 2010/03/28 16:04:25 hkrn added "canvas" prefix
(edit) @3620 [3620] 2010/03/28 16:03:42 hkrn renamed Painter#load to Painter#create
(edit) @3619 [3619] 2010/03/28 16:03:16 hkrn added Painter#newLayerBitmapData to create bitmap data for Painter#save
(edit) @3618 [3618] 2010/03/28 16:01:44 hkrn should not call BitmapData#dispose? for undo stack at …
(edit) @3616 [3616] 2010/03/27 19:45:19 hkrn dos2unix to .flexLibProperties and added .fxpProperties
(edit) @3614 [3614] 2010/03/27 19:44:08 hkrn changed framework's API to be more isolation
(edit) @3613 [3613] 2010/03/27 18:37:15 hkrn update .actionScriptProperties
(edit) @3612 [3612] 2010/03/27 18:36:36 hkrn refactoring for reducing memory usage
(edit) @3611 [3611] 2010/03/26 01:34:34 hkrn reduced few memory usage
(edit) @3610 [3610] 2010/03/26 01:33:56 hkrn use TimerEvent? instead of setInterval
(edit) @3609 [3609] 2010/03/26 01:33:07 hkrn fixed a bug that draws incorrectly
(edit) @3605 [3605] 2010/03/25 00:21:52 hkrn CRLF to LF, for all *.(as|mxml) files
(edit) @3604 [3604] 2010/03/25 00:18:27 hkrn replaced tabs to 4 character spaces
(edit) @3603 [3603] 2010/03/25 00:16:04 hkrn update project files
(edit) @3601 [3601] 2010/03/25 00:11:07 hkrn should not set color if dropped color is equal to
(edit) @3597 [3597] 2010/03/24 01:01:12 hkrn dos2unix
(edit) @3593 [3593] 2010/03/22 23:20:39 hkrn implemented PenCommand#toString?
(edit) @3587 [3587] 2010/03/22 16:17:25 hkrn added framework.as3proj to create the framework with FlashDevelop?
(edit) @3586 [3586] 2010/03/22 16:16:13 hkrn --
(edit) @3583 [3583] 2010/03/22 15:26:55 hkrn moved UndoEvent? to UndoStack? from Painter and therefore set internal to …
(edit) @3582 [3582] 2010/03/22 15:24:09 hkrn forced to implement toString method in ICommand
(edit) @3575 [3575] 2010/03/21 18:08:05 hkrn added BezierCurveCommand?, MoveLayerCommand? and ScaleLayerCommand?
(edit) @3574 [3574] 2010/03/21 18:04:34 hkrn use uint (primitive type) instead of using Point class
(edit) @3573 [3573] 2010/03/21 18:03:13 hkrn fixed a bug that draws an auxiliary skew lines incorrectly
(edit) @3571 [3571] 2010/03/21 00:34:56 hkrn added TransparentFloodFill? class
(edit) @3569 [3569] 2010/03/20 22:56:48 hkrn renamed keyA to shouldDrawCircleClockwise and keyQ to …
(edit) @3567 [3567] 2010/03/20 22:47:49 hkrn removed PaintEngine#pen? setter for not referred anywhere, and fixed a bug …
(edit) @3547 [3547] 2010/03/15 00:20:11 hkrn It must be invoked PenEvent? via CanvasModule?'s setters
(edit) @3543 [3543] 2010/03/14 22:14:21 hkrn fixed a bug that works incorrectly using A and Q button
(edit) @3542 [3542] 2010/03/14 22:08:11 hkrn fixed a bug that works incorrectly at using R and T button
(edit) @3541 [3541] 2010/03/14 20:56:16 hkrn added Painter.ALL_LAYERS constant
(edit) @3533 [3533] 2010/03/13 19:30:33 hkrn changed order of arguments at #create and constructor, and fixed a bug at …
(edit) @3532 [3532] 2010/03/13 19:29:22 hkrn removed m_drawing flag
(edit) @3526 [3526] 2010/03/12 01:40:30 hkrn removed EraserModule? for duplication of LineModule?
(edit) @3524 [3524] 2010/03/12 01:23:37 hkrn renamed 5 classes
(edit) @3521 [3521] 2010/03/12 01:07:59 hkrn added TODO and removed HandToolModule?
(edit) @3512 [3512] 2010/03/11 01:33:15 hkrn all IDrawable classes are now public and DrawModuleFactory? can now add the …
(edit) @3511 [3511] 2010/03/11 01:32:00 hkrn removed CommandCollection#loadCommands? and should be loaded at constructor
(edit) @3507 [3507] 2010/03/10 01:18:08 hkrn PAINT_LOG_VERSION to 21
(edit) @3506 [3506] 2010/03/09 02:31:25 hkrn test units is now passed again
(edit) @3505 [3505] 2010/03/09 01:40:14 hkrn removed Painter class, CanvasContext? has imported Painter methods. renamed …
(edit) @3502 [3502] 2010/03/07 13:48:03 hkrn ignore asdoc-output directory
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。