root/as3/gunyarapaint


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(edit) @3984 [3984] 2010/06/15 02:07:56 hkrn added UITestSuite
(edit) @3983 [3983] 2010/06/15 02:07:49 hkrn fixed compiling error
(edit) @3982 [3982] 2010/06/15 02:07:36 hkrn added build.txt and use variables to build
(edit) @3979 [3979] 2010/06/13 18:21:46 hkrn should use UndoStack?'s default instead of Parser#maxUndoSize
(edit) @3978 [3978] 2010/06/13 16:59:05 hkrn added <p> tag
(edit) @3977 [3977] 2010/06/13 16:24:55 hkrn added .gitignore
(edit) @3976 [3976] 2010/06/13 16:22:57 hkrn more asdoc
(edit) @3965 [3965] 2010/06/06 19:10:13 hkrn should use the default distribution of FlexUnit?4 and name changes
(edit) @3961 [3961] 2010/06/05 19:24:12 hkrn fixed some problems FlexPMD point out
(edit) @3953 [3953] 2010/06/04 02:18:02 hkrn should reset the layer's index after dragging a layer to the invalid place
(edit) @3952 [3952] 2010/06/04 01:37:45 hkrn replaced a tab to 4 spaces
(edit) @3951 [3951] 2010/06/04 01:27:47 hkrn fixed a bug that draws without mouse down from outside
(edit) @3950 [3950] 2010/06/04 01:27:07 hkrn fixed a bug that does not reset drawing line state in FreeHandModule?
(edit) @3949 [3949] 2010/06/04 00:05:32 hkrn fixed a bug that draws without mouse down after moving the canvas.
(edit) @3948 [3948] 2010/06/03 01:37:47 hkrn CanvasController? can draw from outside to inside of the canvas
(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) @3939 [3939] 2010/05/30 22:29:46 hkrn added comments and changing rule
(edit) @3938 [3938] 2010/05/30 21:41:28 hkrn added comments for asdoc and annotations
(edit) @3937 [3937] 2010/05/30 20:49:52 hkrn following framework changes and should be exclusive didUndo and …
(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) @3917 [3917] 2010/05/16 13:20:33 hkrn removed unnecessary import
(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) @3913 [3913] 2010/05/15 17:21:47 hkrn fixed a compile error
(edit) @3912 [3912] 2010/05/15 17:20:31 hkrn moved the namespace of ComponentResizer?
(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) @3907 [3907] 2010/05/15 02:19:01 hkrn implemented loading a canvas from a server and posting
(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) @3875 [3875] 2010/05/01 21:17:51 hkrn removed translations
(edit) @3874 [3874] 2010/05/01 21:16:55 hkrn reduced translations because of the *.mxml design problem
(edit) @3867 [3867] 2010/04/25 09:39:14 hkrn use FileController? instead of DataController?
(edit) @3866 [3866] 2010/04/25 09:38:21 hkrn added loadonly statement
(edit) @3865 [3865] 2010/04/25 09:37:52 hkrn should handle an exception at #load and #save
(edit) @3864 [3864] 2010/04/25 09:37:02 hkrn use Vector.<uint> instead of ByteArray? at serializing BitmapData?
(edit) @3854 [3854] 2010/04/25 00:45:26 hkrn gunyarapaint.as3proj
(edit) @3850 [3850] 2010/04/24 21:23:48 hkrn update UITest.txt
(edit) @3849 [3849] 2010/04/24 21:12:41 hkrn reimplemented the state of PenController?
(edit) @3848 [3848] 2010/04/24 19:48:35 hkrn should set undo information after ToolController#load?
(edit) @3847 [3847] 2010/04/24 19:47:44 hkrn fixed a bug that causes an error after loading undo stack
(edit) @3846 [3846] 2010/04/24 19:02:39 hkrn moved saving and loading to ApplicationData? from gunyarapaint.mxml
(edit) @3845 [3845] 2010/04/24 19:01:07 hkrn renamed the name of methods and added UndoStackTest?
(edit) @3844 [3844] 2010/04/24 19:00:04 hkrn added #save and #load in UndoStack? class and moved newLayerBitmap to …
(edit) @3838 [3838] 2010/04/23 00:16:02 hkrn added UITest.txt
(edit) @3837 [3837] 2010/04/22 23:55:15 hkrn fixed a compile error
(edit) @3836 [3836] 2010/04/22 23:53:43 hkrn added gplogplayer as an application to the .actionScriptProperties
(edit) @3835 [3835] 2010/04/22 23:53:03 hkrn fixed a translation
(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) @3824 [3824] 2010/04/18 21:56:20 hkrn added compatible gplogplayer.mxml
(edit) @3823 [3823] 2010/04/18 21:54:47 hkrn should call ICanvasModule#load and ICanvasModule#unload
(edit) @3822 [3822] 2010/04/18 21:54:18 hkrn refactor
(edit) @3821 [3821] 2010/04/18 21:52:44 hkrn MovableCanvasModule? should set own prefix
(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) @3818 [3818] 2010/04/18 11:02:29 hkrn added toggle pixel info
(edit) @3817 [3817] 2010/04/18 10:45:35 hkrn added current canvas information
(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) @3814 [3814] 2010/04/18 10:02:58 hkrn fixed a bug that causes an exception at selecting a pen
(edit) @3813 [3813] 2010/04/18 09:44:25 hkrn added a testcase for [3811]
(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) @3810 [3810] 2010/04/18 00:26:33 hkrn added test.as3proj and FlexUnitRunner? for FlashDevelop?
(edit) @3809 [3809] 2010/04/17 23:46:16 hkrn added compat.as3project and ignored auto-generated obj directory
(edit) @3808 [3808] 2010/04/17 23:45:14 hkrn src -> "$(ProjectDir?)/src" and quotes each paths
(edit) @3806 [3806] 2010/04/17 00:51:23 hkrn swap buttons (zoom and rotation)
(edit) @3804 [3804] 2010/04/16 02:24:35 hkrn fixed a bug that doesn't recover the blendmode of the pen using …
(edit) @3803 [3803] 2010/04/16 01:54:35 hkrn added TransparentLine? option to PenController?
(edit) @3802 [3802] 2010/04/16 01:53:04 hkrn added a translation of 'Line with transparent'
(edit) @3801 [3801] 2010/04/16 01:48:24 hkrn added TransparentLineModule?
(edit) @3800 [3800] 2010/04/16 01:47:36 hkrn should run tearDown after tests at TranslatorTest?
(edit) @3799 [3799] 2010/04/16 00:55:47 hkrn renamed confirmUnload to shouldAlertOnUnload and added ResetAllCommand?
(edit) @3798 [3798] 2010/04/16 00:53:58 hkrn should check it's in the canvas
(edit) @3797 [3797] 2010/04/16 00:47:42 hkrn fixed a bug that doesn't work selection layer at first
(edit) @3796 [3796] 2010/04/16 00:45:05 hkrn added ResetAllCommand?
(edit) @3782 [3782] 2010/04/13 23:43:26 hkrn Layer %s's copy -> %s's copy
(edit) @3781 [3781] 2010/04/13 23:40:16 hkrn added assertions of ICommand#toString for testing ICommand#write is worked …
(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) @3763 [3763] 2010/04/13 01:23:07 hkrn added a translation
(edit) @3762 [3762] 2010/04/13 01:03:49 hkrn changed UI, added compatibility settings
(edit) @3761 [3761] 2010/04/12 01:54:17 hkrn bracket miss
(edit) @3760 [3760] 2010/04/12 01:52:03 hkrn fixed some miss translations
(edit) @3759 [3759] 2010/04/12 01:41:19 hkrn i18n to UI
(edit) @3758 [3758] 2010/04/12 00:04:47 hkrn i18n
(edit) @3757 [3757] 2010/04/11 23:40:24 hkrn added locales/ja_jp.po
(edit) @3756 [3756] 2010/04/11 23:09:12 hkrn added i18n test cases
(edit) @3755 [3755] 2010/04/11 23:08:33 hkrn added org.libspark.gunyarapaint.framework.i18n and use the translator …
(edit) @3746 [3746] 2010/04/10 22:18:38 hkrn should zoom in and out with center justification
(edit) @3745 [3745] 2010/04/10 18:57:48 hkrn removed DataController#password? and make DataController#onLoad? private
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。