root/as3/gunyarapaint/branches


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(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
(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) @3490 [3490] 2010/03/06 18:17:09 hkrn refactoring in progress at 2010/03/06
(edit) @3489 [3489] 2010/03/06 18:14:31 hkrn added FakeCommand? and RecorderTest?
(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) @3482 [3482] 2010/03/04 02:08:56 hkrn imported as3corelib's JSON serializer and the nicopedia library
(edit) @3481 [3481] 2010/03/04 02:04:49 hkrn reconstruct in progress
(edit) @3479 [3479] 2010/03/03 01:35:37 hkrn from DrawModule#commitCommand? to Recorder#commitCommand
(edit) @3474 [3474] 2010/02/28 22:57:18 hkrn set svn:ignore
(edit) @3473 [3473] 2010/02/28 22:56:27 hkrn fixed syntax errors
(edit) @3472 [3472] 2010/02/28 22:55:16 hkrn added test cases to test creating the instance of DrawModule? inherited …
(edit) @3471 [3471] 2010/02/28 22:53:53 hkrn added DrawModuleFactory? and DrawModule? inherited classes are now internal
(edit) @3470 [3470] 2010/02/27 22:18:42 hkrn added compat project
(edit) @3469 [3469] 2010/02/27 19:59:30 hkrn deleted DrawableCanvas?.mxml and removed IDelegate#supportedBlendModes
(edit) @3468 [3468] 2010/02/27 15:22:23 hkrn reverted commits [3466-3467]
(edit) @3467 [3467] 2010/02/27 15:19:41 hkrn removed auto-generated files
(edit) @3466 [3466] 2010/02/27 15:19:06 hkrn removed auto-generated index.template.html
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。