root/as3/gunyarapaint


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(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) @3615 [3615] 2010/03/27 19:44:41 hkrn followed framework changes
(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) @3607 [3607] 2010/03/25 00:27:58 hkrn forgot to apply CRLF to LF for gunyarapaint.mxml
(edit) @3606 [3606] 2010/03/25 00:27:21 hkrn isShortCut to isForcusedOnTextField
(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) @3602 [3602] 2010/03/25 00:15:00 hkrn added cursor management
(edit) @3601 [3601] 2010/03/25 00:11:07 hkrn should not set color if dropped color is equal to
(edit) @3600 [3600] 2010/03/24 01:12:16 hkrn ignored some files for bin-* directory
(edit) @3599 [3599] 2010/03/24 01:09:08 hkrn same as [3595] but for html-template
(edit) @3598 [3598] 2010/03/24 01:02:47 hkrn same as [3596]
(edit) @3597 [3597] 2010/03/24 01:01:12 hkrn dos2unix
(edit) @3596 [3596] 2010/03/24 01:00:38 hkrn update files for FlashBuilder?-beta2 to FlashBuilder? release build
(edit) @3595 [3595] 2010/03/24 00:58:53 hkrn added *.swf and FlexUnit?*.html to svn:ignore
(edit) @3594 [3594] 2010/03/23 00:00:46 hkrn removed redundant code
(edit) @3593 [3593] 2010/03/22 23:20:39 hkrn implemented PenCommand#toString?
(edit) @3592 [3592] 2010/03/22 21:26:45 hkrn added ModuleEvent? to support a mouse wheel, and supported mouse wheel in …
(edit) @3591 [3591] 2010/03/22 20:32:10 hkrn fixed a bug that causes an error at selecting hand-tool
(edit) @3590 [3590] 2010/03/22 20:15:58 hkrn renamed alertOnUnload to confirmUnload and make it public
(edit) @3589 [3589] 2010/03/22 20:08:47 hkrn added IController interface and should reset windows with IController …
(edit) @3588 [3588] 2010/03/22 17:45:13 hkrn separated a form as FormController?
(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) @3585 [3585] 2010/03/22 15:28:58 hkrn following UndoEvent? changes in a framework
(edit) @3584 [3584] 2010/03/22 15:28:01 hkrn following framework changes
(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) @3581 [3581] 2010/03/22 01:11:54 hkrn fixed some bugs at compiling
(edit) @3580 [3580] 2010/03/22 01:11:08 hkrn implemented loading and saving data provisionally
(edit) @3579 [3579] 2010/03/21 20:47:13 hkrn deleted controls directory
(edit) @3578 [3578] 2010/03/21 20:42:11 hkrn moved the classes under org.libspark.gunyarapaint.controls to …
(edit) @3577 [3577] 2010/03/21 20:08:03 hkrn removed comment out from alertOnUnload
(edit) @3576 [3576] 2010/03/21 18:09:30 hkrn following framework changes
(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) @3572 [3572] 2010/03/21 00:38:37 hkrn added flood filling with transparent command to PenDetailWindowControl?
(edit) @3571 [3571] 2010/03/21 00:34:56 hkrn added TransparentFloodFill? class
(edit) @3570 [3570] 2010/03/21 00:34:21 hkrn added TransparentFloodFillTest? and added an argument to …
(edit) @3569 [3569] 2010/03/20 22:56:48 hkrn renamed keyA to shouldDrawCircleClockwise and keyQ to …
(edit) @3568 [3568] 2010/03/20 22:48:38 hkrn fixed corrupted test cases
(edit) @3567 [3567] 2010/03/20 22:47:49 hkrn removed PaintEngine#pen? setter for not referred anywhere, and fixed a bug …
(edit) @3566 [3566] 2010/03/20 22:01:23 hkrn separate tools from application
(edit) @3549 [3549] 2010/03/15 00:35:07 hkrn fixed a bug that draws color incorrectly at the pen preview
(edit) @3548 [3548] 2010/03/15 00:21:24 hkrn catch and process PenEvent? if color or alpha or thickness has been changed
(edit) @3547 [3547] 2010/03/15 00:20:11 hkrn It must be invoked PenEvent? via CanvasModule?'s setters
(edit) @3545 [3545] 2010/03/14 22:39:08 hkrn added gunyarapaint#moduleName and internal changes
(edit) @3544 [3544] 2010/03/14 22:14:54 hkrn following framework changes
(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) @3540 [3540] 2010/03/14 20:25:52 hkrn refactoring at zoom and rotate
(edit) @3539 [3539] 2010/03/13 21:13:36 hkrn fixed a bug that uses Line (it should be FreeHand?) at the eraser
(edit) @3538 [3538] 2010/03/13 21:12:48 hkrn MovingCanvasModule? -> FreeHandModule?
(edit) @3537 [3537] 2010/03/13 20:53:53 hkrn comment out adding events at stage, and throws IllegalOperationError? if …
(edit) @3536 [3536] 2010/03/13 19:35:26 hkrn changed opportunity of adding and removing event listeners
(edit) @3535 [3535] 2010/03/13 19:32:28 hkrn implemented MovingCanvasModule?
(edit) @3534 [3534] 2010/03/13 19:31:52 hkrn added drawWithoutMoving and drawWithMoving
(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) @3529 [3529] 2010/03/12 02:03:28 hkrn make compact
(edit) @3528 [3528] 2010/03/12 02:01:54 hkrn following framework changes
(edit) @3527 [3527] 2010/03/12 01:57:21 hkrn removed FakeCanvasContext? and replaced FakePainter?'s implementation to …
(edit) @3526 [3526] 2010/03/12 01:40:30 hkrn removed EraserModule? for duplication of LineModule?
(edit) @3525 [3525] 2010/03/12 01:28:38 hkrn following 5 renamed classes
(edit) @3524 [3524] 2010/03/12 01:23:37 hkrn renamed 5 classes
(edit) @3523 [3523] 2010/03/12 01:09:41 hkrn added MovingCanvasModule?
(edit) @3522 [3522] 2010/03/12 01:08:53 hkrn renamed variable name and create to getModule
(edit) @3521 [3521] 2010/03/12 01:07:59 hkrn added TODO and removed HandToolModule?
(edit) @3514 [3514] 2010/03/11 01:34:27 hkrn following framework changes
(edit) @3513 [3513] 2010/03/11 01:33:57 hkrn following framework changes
(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) @3510 [3510] 2010/03/10 01:32:33 hkrn set SColorPicker
(edit) @3509 [3509] 2010/03/10 01:22:11 hkrn copied image resources from trunk
(edit) @3508 [3508] 2010/03/10 01:19:46 hkrn removed Painter class related codes, bug-fixes, and aggregate
(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) @3503 [3503] 2010/03/07 13:50:38 hkrn IDelegate to IApplication, removed canvas suffix from the methods in …
(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) @3499 [3499] 2010/03/07 01:04:55 hkrn around AuxView?
(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) @3496 [3496] 2010/03/06 23:06:36 hkrn removed UndoStackTest? and Logger related codes
(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
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。