root/as3/gunyarapaint/branches/gunyarapaint/framework


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(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
(edit) @3501 [3501] 2010/03/07 13:47:13 hkrn for asdoc
(edit) @3500 [3500] 2010/03/07 13:44:37 hkrn added org.libspark.gunyarapaint.framework.ui.IApplication
(edit) @3498 [3498] 2010/03/07 01:03:37 hkrn split division from AuxBitmap? into AuxLineView? and AuxPixelView?
(edit) @3497 [3497] 2010/03/07 00:00:45 hkrn should copy bitmapData at Painter#saveUndo and Painter#restoreUndo instead …
(edit) @3495 [3495] 2010/03/06 23:05:48 hkrn added InvisibleLayerError? and LockedLayerError?
(edit) @3494 [3494] 2010/03/06 23:05:22 hkrn should copy bitmap data at LayerBitmap? class
(edit) @3493 [3493] 2010/03/06 23:04:50 hkrn more asdoc
(edit) @3492 [3492] 2010/03/06 23:04:26 hkrn It's no longer requires Logger class
(edit) @3488 [3488] 2010/03/06 18:12:43 hkrn added 3 methods and use LayerBitmap#applyMatrix? instead of setting …
(edit) @3487 [3487] 2010/03/06 18:09:49 hkrn make UndoStack? hidden and dispatch CommandEvent?.COMMITTED at Recorder …
(edit) @3486 [3486] 2010/03/06 18:07:27 hkrn added CommandEvent?.COMMITTED and UndoEvent?.PUSH, UndoEvent#undoCount?, …
(edit) @3485 [3485] 2010/03/06 18:06:11 hkrn added RemoveLayerError? and set name property to all event classes
(edit) @3479 [3479] 2010/03/03 01:35:37 hkrn from DrawModule#commitCommand? to Recorder#commitCommand
(edit) @3471 [3471] 2010/02/28 22:53:53 hkrn added DrawModuleFactory? and DrawModule? inherited classes are now internal
(edit) @3463 [3463] 2010/02/27 14:39:56 hkrn moved components to air project
(edit) @3460 [3460] 2010/02/27 14:26:53 hkrn deleted html-template directory
(edit) @3456 [3456] 2010/02/26 01:16:27 hkrn deleted org.libspark.gunyarapaint.framework.test
(edit) @3455 [3455] 2010/02/26 01:13:02 hkrn added .actionScriptProperties, it should not be deleted
(edit) @3454 [3454] 2010/02/26 01:04:08 hkrn moved files under org.libspark.gunyarapaint.framework.test to the test …
(edit) @3451 [3451] 2010/02/26 00:52:46 hkrn changed the framework project as a flex library project
(edit) @3439 [3439] 2010/02/20 22:00:26 hkrn update .actionScriptProperties
(edit) @3438 [3438] 2010/02/20 21:57:05 hkrn fixed name-space to almost all sources
(edit) @3437 [3437] 2010/02/20 21:46:29 hkrn update path to test cases.
(edit) @3436 [3436] 2010/02/20 21:16:52 hkrn added html-template directory
(edit) @3435 [3435] 2010/02/20 21:16:32 hkrn added FlexUnitApplication? and update FlexUnit?'s configurations
(edit) @3434 [3434] 2010/02/20 21:15:11 hkrn should set CanvasContext? properties (make private) via setter methods
(edit) @3429 [3429] 2010/02/17 02:18:15 hkrn fixed PenCommand?.as error
(edit) @3428 [3428] 2010/02/17 02:11:04 hkrn moved sources to the framework project, and renamed the package to …
(edit) @3427 [3427] 2010/02/17 01:59:34 hkrn added framework project files and moved sources to there
(add) @3425 [3425] 2010/02/17 01:47:15 hkrn added air and framework directory to separate the project
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。