root/as3/gunyarapaint/branches/gunyarapaint/framework/src/org/libspark


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(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) @3601 [3601] 2010/03/25 00:11:07 hkrn should not set color if dropped color is equal to
(edit) @3593 [3593] 2010/03/22 23:20:39 hkrn implemented PenCommand#toString?
(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) @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) @3456 [3456] 2010/02/26 01:16:27 hkrn deleted org.libspark.gunyarapaint.framework.test
(edit) @3454 [3454] 2010/02/26 01:04:08 hkrn moved files under org.libspark.gunyarapaint.framework.test to the test …
(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) @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 …
(copy) @3427 [3427] 2010/02/17 01:59:34 hkrn added framework project files and moved sources to there
as3/gunyarapaint/branches/gunyarapaint/air/src/org/libsparkからコピー:
(copy) @3426 [3426] 2010/02/17 01:55:01 hkrn moved project files to air directory temporarily
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。