|
|
|
@3609
|
[3609]
|
2010/03/26 01:33:07 |
hkrn |
fixed a bug that draws incorrectly |
|
|
|
@3605
|
[3605]
|
2010/03/25 00:21:52 |
hkrn |
CRLF to LF, for all *.(as|mxml) files |
|
|
|
@3604
|
[3604]
|
2010/03/25 00:18:27 |
hkrn |
replaced tabs to 4 character spaces |
|
|
|
@3601
|
[3601]
|
2010/03/25 00:11:07 |
hkrn |
should not set color if dropped color is equal to |
|
|
|
@3593
|
[3593]
|
2010/03/22 23:20:39 |
hkrn |
implemented PenCommand#toString? |
|
|
|
@3583
|
[3583]
|
2010/03/22 15:26:55 |
hkrn |
moved UndoEvent? to UndoStack? from Painter and therefore set internal to … |
|
|
|
@3582
|
[3582]
|
2010/03/22 15:24:09 |
hkrn |
forced to implement toString method in ICommand |
|
|
|
@3575
|
[3575]
|
2010/03/21 18:08:05 |
hkrn |
added BezierCurveCommand?, MoveLayerCommand? and ScaleLayerCommand? |
|
|
|
@3574
|
[3574]
|
2010/03/21 18:04:34 |
hkrn |
use uint (primitive type) instead of using Point class |
|
|
|
@3573
|
[3573]
|
2010/03/21 18:03:13 |
hkrn |
fixed a bug that draws an auxiliary skew lines incorrectly |
|
|
|
@3571
|
[3571]
|
2010/03/21 00:34:56 |
hkrn |
added TransparentFloodFill? class |
|
|
|
@3569
|
[3569]
|
2010/03/20 22:56:48 |
hkrn |
renamed keyA to shouldDrawCircleClockwise and keyQ to … |
|
|
|
@3567
|
[3567]
|
2010/03/20 22:47:49 |
hkrn |
removed PaintEngine#pen? setter for not referred anywhere, and fixed a bug … |
|
|
|
@3547
|
[3547]
|
2010/03/15 00:20:11 |
hkrn |
It must be invoked PenEvent? via CanvasModule?'s setters |
|
|
|
@3543
|
[3543]
|
2010/03/14 22:14:21 |
hkrn |
fixed a bug that works incorrectly using A and Q button |
|
|
|
@3542
|
[3542]
|
2010/03/14 22:08:11 |
hkrn |
fixed a bug that works incorrectly at using R and T button |
|
|
|
@3541
|
[3541]
|
2010/03/14 20:56:16 |
hkrn |
added Painter.ALL_LAYERS constant |
|
|
|
@3533
|
[3533]
|
2010/03/13 19:30:33 |
hkrn |
changed order of arguments at #create and constructor, and fixed a bug at … |
|
|
|
@3532
|
[3532]
|
2010/03/13 19:29:22 |
hkrn |
removed m_drawing flag |
|
|
|
@3526
|
[3526]
|
2010/03/12 01:40:30 |
hkrn |
removed EraserModule? for duplication of LineModule? |
|
|
|
@3524
|
[3524]
|
2010/03/12 01:23:37 |
hkrn |
renamed 5 classes |
|
|
|
@3521
|
[3521]
|
2010/03/12 01:07:59 |
hkrn |
added TODO and removed HandToolModule? |
|
|
|
@3512
|
[3512]
|
2010/03/11 01:33:15 |
hkrn |
all IDrawable classes are now public and DrawModuleFactory? can now add the … |
|
|
|
@3511
|
[3511]
|
2010/03/11 01:32:00 |
hkrn |
removed CommandCollection#loadCommands? and should be loaded at constructor |
|
|
|
@3507
|
[3507]
|
2010/03/10 01:18:08 |
hkrn |
PAINT_LOG_VERSION to 21 |
|
|
|
@3506
|
[3506]
|
2010/03/09 02:31:25 |
hkrn |
test units is now passed again |
|
|
|
@3505
|
[3505]
|
2010/03/09 01:40:14 |
hkrn |
removed Painter class, CanvasContext? has imported Painter methods. renamed … |
|
|
|
@3501
|
[3501]
|
2010/03/07 13:47:13 |
hkrn |
for asdoc |
|
|
|
@3500
|
[3500]
|
2010/03/07 13:44:37 |
hkrn |
added org.libspark.gunyarapaint.framework.ui.IApplication |
|
|
|
@3498
|
[3498]
|
2010/03/07 01:03:37 |
hkrn |
split division from AuxBitmap? into AuxLineView? and AuxPixelView? |
|
|
|
@3497
|
[3497]
|
2010/03/07 00:00:45 |
hkrn |
should copy bitmapData at Painter#saveUndo and Painter#restoreUndo instead … |
|
|
|
@3495
|
[3495]
|
2010/03/06 23:05:48 |
hkrn |
added InvisibleLayerError? and LockedLayerError? |
|
|
|
@3494
|
[3494]
|
2010/03/06 23:05:22 |
hkrn |
should copy bitmap data at LayerBitmap? class |
|
|
|
@3493
|
[3493]
|
2010/03/06 23:04:50 |
hkrn |
more asdoc |
|
|
|
@3492
|
[3492]
|
2010/03/06 23:04:26 |
hkrn |
It's no longer requires Logger class |
|
|
|
@3488
|
[3488]
|
2010/03/06 18:12:43 |
hkrn |
added 3 methods and use LayerBitmap#applyMatrix? instead of setting … |
|
|
|
@3487
|
[3487]
|
2010/03/06 18:09:49 |
hkrn |
make UndoStack? hidden and dispatch CommandEvent?.COMMITTED at Recorder … |
|
|
|
@3486
|
[3486]
|
2010/03/06 18:07:27 |
hkrn |
added CommandEvent?.COMMITTED and UndoEvent?.PUSH, UndoEvent#undoCount?, … |
|
|
|
@3485
|
[3485]
|
2010/03/06 18:06:11 |
hkrn |
added RemoveLayerError? and set name property to all event classes |
|
|
|
@3479
|
[3479]
|
2010/03/03 01:35:37 |
hkrn |
from DrawModule#commitCommand? to Recorder#commitCommand |
|
|
|
@3471
|
[3471]
|
2010/02/28 22:53:53 |
hkrn |
added DrawModuleFactory? and DrawModule? inherited classes are now internal |
|
|
|
@3463
|
[3463]
|
2010/02/27 14:39:56 |
hkrn |
moved components to air project |
|
|
|
@3456
|
[3456]
|
2010/02/26 01:16:27 |
hkrn |
deleted org.libspark.gunyarapaint.framework.test |
|
|
|
@3454
|
[3454]
|
2010/02/26 01:04:08 |
hkrn |
moved files under org.libspark.gunyarapaint.framework.test to the test … |
|
|
|
@3438
|
[3438]
|
2010/02/20 21:57:05 |
hkrn |
fixed name-space to almost all sources |
|
|
|
@3437
|
[3437]
|
2010/02/20 21:46:29 |
hkrn |
update path to test cases. |
|
|
|
@3434
|
[3434]
|
2010/02/20 21:15:11 |
hkrn |
should set CanvasContext? properties (make private) via setter methods |
|
|
|
@3429
|
[3429]
|
2010/02/17 02:18:15 |
hkrn |
fixed PenCommand?.as error |
|
|
|
@3428
|
[3428]
|
2010/02/17 02:11:04 |
hkrn |
moved sources to the framework project, and renamed the package to … |
|
|
|
@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からコピー:
|
|
|
|
@3426
|
[3426]
|
2010/02/17 01:55:01 |
hkrn |
moved project files to air directory temporarily |