diff --git a/ChangeLog b/ChangeLog index db883ae7a..96176d0cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2009-05-30 David A. Capello + + * src/raster/image_impl.h (ImageImpl): Changed the implementation of + images with templates. + +2009-05-20 David A. Capello + + * src/commands/cmd_sprite_size.cpp (cmd_sprite_size_execute): Implemented + feature #2671468: Resize a sprite. + +2009-05-17 David A. Capello + + * src/commands/cmd_canvas_size.cpp (cmd_canvas_size_execute): + Added command to change the canvas size. + 2009-03-08 David A. Capello * src/modules/tools.cpp: Now tiled mode can be specified by X diff --git a/NEWS.txt b/NEWS.txt index 151213663..e65ef7645 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,11 +2,13 @@ NEWS =================================== -0.6.2 ------ +0.7 +--- -+ Copy & Paste use Windows clipboard (feature #2577954). ++ Added "Sprite Size" command (feature #2671468). + Added "Save Copy As" command (feature #2636076). ++ Copy & Paste use Windows clipboard (feature #2577954). ++ Added "Canvas Size" and "Rotate Canvas" commands. + Fixed compilation support for gcc 64 bits. + Fixed a bug with multiple editors and paste command. + Fixed a bug in the File Open dialog when user presses ENTER key diff --git a/TODO.txt b/TODO.txt index 246930a5d..da1092d24 100644 --- a/TODO.txt +++ b/TODO.txt @@ -2,7 +2,10 @@ High priority work ------------------ - search for TODO; -- fix this: the sliders in Tools Configuration are too big +- Ctrl+X / Ctrl+C / Ctrl+V should Cut/Copy/Paste in jentries. +- fix problems with tiled mode XY in drawing corners (I cannot + reproduce the exact scenario). +- fix sliders in Tools Configuration, they are too big for small resolutions. - rewritten palette-editor to edit multiple-palettes. - fix quantize (one palette for all frames, one palette per frame) @@ -16,7 +19,6 @@ High priority work - when press Plus/Minus pad in the editor and the configuration tool window is active, the slider of the "Brush Size" must be updated. - add a consistent error handling. -- drag & drop files in Windows. - add two DrawClick2: - DrawClick2FreeHand - DrawClick2Shape @@ -32,10 +34,6 @@ High priority work - layer movement between sets in animation-editor; + add all the "set" stuff again; - options to change the curve type (in curedit.c); -- More Commands: - + resize sprite; - + rotate sprite (90 CW, CCW, Any Angle); - + canvas size; - gaussian blur; - RGB and HSV effects; - color-curve stock; diff --git a/config.h b/config.h index cc122c6de..7eb8de03b 100644 --- a/config.h +++ b/config.h @@ -24,7 +24,7 @@ /* general information */ #define PACKAGE "ASE" -#define VERSION "0.6.2" +#define VERSION "0.7" #define WEBSITE "http://www.aseprite.org/" #define COPYRIGHT "Copyright (C) 2001-2009 David Capello" diff --git a/data/gui-en.xml b/data/gui-en.xml index a93e7fbed..8f959be6b 100644 --- a/data/gui-en.xml +++ b/data/gui-en.xml @@ -81,7 +81,6 @@ - @@ -127,12 +126,23 @@ - - + + + + + + + + + + + + + - + diff --git a/data/jids/canvas.jid b/data/jids/canvas.jid new file mode 100644 index 000000000..b1b301b1c --- /dev/null +++ b/data/jids/canvas.jid @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + +