Commit Graph

9526 Commits

Author SHA1 Message Date
David Capello
48fbc7d875 Fixed some compilation errors with gcc. 2009-08-02 22:32:29 +00:00
David Capello
a872edd377 Fixed critical bugs in rendering code with zoom. 2009-08-02 22:23:37 +00:00
David Capello
a67c563d6f Fixed some memory leaks. 2009-07-27 03:15:31 +00:00
David Capello
c384b6c19b Fixed problems using the "argument" parameter in commands. 2009-07-27 03:03:19 +00:00
David Capello
5b543a995b Added memory leak detection for MSVC. 2009-07-12 20:29:16 +00:00
David Capello
a948015cf5 Fixed a compilation error. 2009-07-12 16:53:48 +00:00
David Capello
f8f45dc0e5 + Added Flip Canvas Horizontal/Vertical commands.
+ Fixed problems with keyboard shortcuts for commands with arguments.
2009-07-10 02:08:41 +00:00
David Capello
7280eba09e Minor changes. 2009-07-10 01:58:43 +00:00
David Capello
16703e2427 Minor changes. 2009-07-10 01:34:37 +00:00
David Capello
a5a71d6c86 Now 'rotate canvas' supports mask-rotation. 2009-06-14 22:08:50 +00:00
David Capello
371e592f8c 2009-06-14 22:01:35 +00:00
David Capello
edc4da4b8e Added new command to rotate canvas. 2009-06-14 19:16:42 +00:00
David Capello
0e2fba2396 Added image_fixup_transparent_colors function.
Fixed image_resize.
2009-06-14 19:05:43 +00:00
David Capello
b84fa3a8c6 Added support to resize the current mask. 2009-06-14 16:10:12 +00:00
David Capello
8ac979667c Fixed compilations problems with ase_exception and JWidgetPtr with g++ 2009-06-11 15:50:10 +00:00
David Capello
3885f37f45 + CurrentSprite class was split in SpriteWrapper/Reader/Writer, and CurrentSpriteReader/Writer wrappers.
+ More routines are using exceptions for error handling.
+ Added JWidgetPtr class.
+ Added Undoable::set_imgtype/layer_from_background/flatten_layers.
2009-06-11 15:11:11 +00:00
David Capello
d157131d4a Added more const-correctness. 2009-06-11 00:59:57 +00:00
David Capello
b4a0d2f7d7 Added CurrentSpriteRgbMap class. 2009-06-11 00:33:29 +00:00
David Capello
9ba545025b Fixed some typos in TODO entries 2009-06-11 00:25:24 +00:00
David Capello
be95cccc0a Fixed compilations errors with g++ 2009-06-10 23:04:27 +00:00
David Capello
b696c0dfb9 Added "enabled" method. 2009-06-05 15:19:27 +00:00
David Capello
59ae779fca + Added Context parameter to CurrentSprite.
+ Now CurrentSprite is defined in current_sprite.h.
+ Modified several routines to get the current sprite as parameter.
2009-06-02 14:08:56 +00:00
David Capello
c622ca2535 Added TODO entries about paste command. 2009-06-02 00:50:37 +00:00
David Capello
c4be9fe5b4 Added Context and UIContext classes.
Added CurrentSprite class.
Removed current_sprite global.
Moved all functions of 'sprites' module to Context/UIContext.
2009-06-01 02:59:15 +00:00
David Capello
8f92f78702 - Added Job class.
- Added SpriteSizeJob class.
- Added ScopedLock class.
- Fixed some bugs.
2009-05-31 20:15:38 +00:00
David Capello
dd003a8f33 - Now "Image" is a C++ class with virtual methods;
- Removed ImageMethods (the C vtable for old "Image" structure);
- Added ImageImpl and ImageTraits;
- Added "Sprite Size" command (feature #2671468);
- Added "Canvas Size" command;
2009-05-31 16:02:32 +00:00
David Capello
6f9bccd65b Changed jwidget to a C++ class with methods. 2009-05-30 21:22:52 +00:00
David Capello
973fe38847 Fixed a bug getting the background color to crop the image. 2009-05-30 20:35:40 +00:00
David Capello
0bdbc9dbdf Default JPEG quality is 1.0 now 2009-05-30 20:26:22 +00:00
David Capello
132193973b Configuration file changed from ase-x.x.cfg to aseprite-x.x.cfg. 2009-05-30 20:24:31 +00:00
David Capello
58bafbb080 Fixed a memory leak. 2009-05-30 19:54:53 +00:00
David Capello
7e5afec3d9 Directory removed. 2009-03-22 16:24:22 +00:00
David Capello
226743a7f1 2009-03-22 16:05:29 +00:00
David Capello
8d5f265103 Added support for tiled-mode in X or Y axis only. 2009-03-09 00:05:37 +00:00
David Capello
73d1920e78 Added support to copy & paste to/from the Windows Clipboard. 2009-03-07 19:14:40 +00:00
David Capello
cb6b45bb3f Fixed a bug in the File Open dialog when user presses ENTER key with an empty file name. 2009-03-02 02:08:40 +00:00
David Capello
4bf54b3712 Fixed dependencies generator for both compilers (gcc & msvc). 2009-03-02 01:27:42 +00:00
David Capello
0adb37f2bb Fixed a bug with multiple editors, paste command, and cleaning the editor's cursor. 2009-03-02 01:22:52 +00:00
David Capello
3d6af97999 Added "Save Copy As" command (feature #2636076). 2009-02-25 19:22:38 +00:00
David Capello
09578c2f23 Fixed some compilation errors in gcc 64 bits (reported by Scott Wilson). 2009-02-21 19:57:57 +00:00
David Capello
2a81f3e285 Trying to fix a problem converting void* to int in gcc 64-bits. 2009-02-21 17:17:27 +00:00
David Capello
6710ae5c89 Fixed compilation problems with gcc of 64-bits. 2009-02-21 15:52:15 +00:00
David Capello
5a0a33d7e1 ASE 0.6.1 Released. 2009-01-24 02:52:03 +00:00
David Capello
8e498470d5 Fixed bug #2511762 (thanks to Clayton Enga for the patch).
Added the feature #2419098 (David Campo idea).
2009-01-24 00:41:01 +00:00
David Capello
98abdbf684 Minor modifications for the next release. 2008-10-18 19:35:26 +00:00
David Capello
77b06bf748 Added support to close tabs with middle button. 2008-10-16 02:19:00 +00:00
David Capello
f43bbec69d Better handling of special file-names in the file-name entry field of ase_file_selector. 2008-10-16 01:55:12 +00:00
David Capello
e9c3d46693 Added Undoable::crop_sprite/layer/cel.
Added Undoable::replace_stock_image, autocrop.
Added image_shrink_rect function.
Removed autocrop_sprite, CropSprite, CropLayer, and CropCel functions.
2008-10-14 03:11:59 +00:00
David Capello
7a68a1d32b Fixed an important bug where sprite's palettes where not freed using palette_free
(delete (Palette*)). This leaves some dead-pointers in the objects collection of 'gfxobj.cpp'.
2008-10-13 22:39:41 +00:00
David Capello
6562d7071a Now the file-system core routines use jstring (std::string) instead of char*.
Overloaded new and delete when MEMLEAK is activated (to use jmalloc and
jfree so memory leaks can be detected).
2008-10-13 21:43:41 +00:00