Commit Graph

  • c56cad63e9 Fixed usability issues in the file-selector dialog. David Capello 2009-08-09 21:50:26 +0000
  • 8b8f13edf9 + Added support to paste/copy text from/to Windows clipboard. + Added support to process Ctrl+C / Ctrl+V / Ctrl+P keys in all entry fields. + Fixed a bug where file names for new sprites are lower-case always (in Windows). David Capello 2009-08-09 21:24:32 +0000
  • 09431fc192 Version 0.7 tagged 0.7 David Capello 2009-08-07 02:18:37 +0000
  • f283a862d0 Fixed to last directory layout. David Capello 2009-08-05 02:41:35 +0000
  • e11796c83b Fixed a little problem with = operator (it is not ==). David Capello 2009-08-05 01:59:56 +0000
  • 67a830183b + Modified makefile.vc to handle a completelly static compilation with VC++9.0 Express Edition (the new compiler used for the following Win32 binary releases). + Modified some error handling code to use C++ exceptions. + Modified some collections (std::vector, std::map, etc.) from instances to pointers. David Capello 2009-08-05 01:53:02 +0000
  • f9ac4089f5 Fixed compilation problems with gcc/vc. David Capello 2009-08-02 23:40:42 +0000
  • 48fbc7d875 Fixed some compilation errors with gcc. David Capello 2009-08-02 22:32:29 +0000
  • a872edd377 Fixed critical bugs in rendering code with zoom. David Capello 2009-08-02 22:23:37 +0000
  • a67c563d6f Fixed some memory leaks. David Capello 2009-07-27 03:15:31 +0000
  • c384b6c19b Fixed problems using the "argument" parameter in commands. David Capello 2009-07-27 03:03:19 +0000
  • 5b543a995b Added memory leak detection for MSVC. David Capello 2009-07-12 20:29:16 +0000
  • a948015cf5 Fixed a compilation error. David Capello 2009-07-12 16:53:48 +0000
  • f8f45dc0e5 + Added Flip Canvas Horizontal/Vertical commands. + Fixed problems with keyboard shortcuts for commands with arguments. David Capello 2009-07-10 02:08:41 +0000
  • 7280eba09e Minor changes. David Capello 2009-07-10 01:58:43 +0000
  • 16703e2427 Minor changes. David Capello 2009-07-10 01:34:37 +0000
  • a5a71d6c86 Now 'rotate canvas' supports mask-rotation. David Capello 2009-06-14 22:08:50 +0000
  • 371e592f8c David Capello 2009-06-14 22:01:35 +0000
  • edc4da4b8e Added new command to rotate canvas. David Capello 2009-06-14 19:16:42 +0000
  • 0e2fba2396 Added image_fixup_transparent_colors function. Fixed image_resize. David Capello 2009-06-14 19:05:43 +0000
  • b84fa3a8c6 Added support to resize the current mask. David Capello 2009-06-14 16:10:12 +0000
  • 8ac979667c Fixed compilations problems with ase_exception and JWidgetPtr with g++ David Capello 2009-06-11 15:50:10 +0000
  • 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. David Capello 2009-06-11 15:11:11 +0000
  • d157131d4a Added more const-correctness. David Capello 2009-06-11 00:59:57 +0000
  • b4a0d2f7d7 Added CurrentSpriteRgbMap class. David Capello 2009-06-11 00:33:29 +0000
  • 9ba545025b Fixed some typos in TODO entries David Capello 2009-06-11 00:25:24 +0000
  • be95cccc0a Fixed compilations errors with g++ David Capello 2009-06-10 23:04:27 +0000
  • b696c0dfb9 Added "enabled" method. David Capello 2009-06-05 15:19:27 +0000
  • 59ae779fca + Added Context parameter to CurrentSprite. + Now CurrentSprite is defined in current_sprite.h. + Modified several routines to get the current sprite as parameter. David Capello 2009-06-02 14:08:56 +0000
  • c622ca2535 Added TODO entries about paste command. David Capello 2009-06-02 00:50:37 +0000
  • c4be9fe5b4 Added Context and UIContext classes. Added CurrentSprite class. Removed current_sprite global. Moved all functions of 'sprites' module to Context/UIContext. David Capello 2009-06-01 02:59:15 +0000
  • 8f92f78702 - Added Job class. - Added SpriteSizeJob class. - Added ScopedLock class. - Fixed some bugs. David Capello 2009-05-31 20:15:38 +0000
  • 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; David Capello 2009-05-31 16:02:32 +0000
  • 6f9bccd65b Changed jwidget to a C++ class with methods. David Capello 2009-05-30 21:22:52 +0000
  • 973fe38847 Fixed a bug getting the background color to crop the image. David Capello 2009-05-30 20:35:40 +0000
  • 0bdbc9dbdf Default JPEG quality is 1.0 now David Capello 2009-05-30 20:26:22 +0000
  • 132193973b Configuration file changed from ase-x.x.cfg to aseprite-x.x.cfg. David Capello 2009-05-30 20:24:31 +0000
  • 58bafbb080 Fixed a memory leak. David Capello 2009-05-30 19:54:53 +0000
  • 7e5afec3d9 Directory removed. David Capello 2009-03-22 16:24:22 +0000
  • 226743a7f1 David Capello 2009-03-22 16:05:29 +0000
  • 8d5f265103 Added support for tiled-mode in X or Y axis only. David Capello 2009-03-09 00:05:37 +0000
  • 73d1920e78 Added support to copy & paste to/from the Windows Clipboard. David Capello 2009-03-07 19:14:40 +0000
  • cb6b45bb3f Fixed a bug in the File Open dialog when user presses ENTER key with an empty file name. David Capello 2009-03-02 02:08:40 +0000
  • 4bf54b3712 Fixed dependencies generator for both compilers (gcc & msvc). David Capello 2009-03-02 01:27:42 +0000
  • 0adb37f2bb Fixed a bug with multiple editors, paste command, and cleaning the editor's cursor. David Capello 2009-03-02 01:22:52 +0000
  • 3d6af97999 Added "Save Copy As" command (feature #2636076). David Capello 2009-02-25 19:22:38 +0000
  • 09578c2f23 Fixed some compilation errors in gcc 64 bits (reported by Scott Wilson). David Capello 2009-02-21 19:57:57 +0000
  • 2a81f3e285 Trying to fix a problem converting void* to int in gcc 64-bits. David Capello 2009-02-21 17:17:27 +0000
  • 6710ae5c89 Fixed compilation problems with gcc of 64-bits. David Capello 2009-02-21 15:52:15 +0000
  • 3632511987 Version 0.6.1 tagged. 0.6.1 David Capello 2009-01-24 02:56:05 +0000
  • 5a0a33d7e1 ASE 0.6.1 Released. David Capello 2009-01-24 02:52:03 +0000
  • 8e498470d5 Fixed bug #2511762 (thanks to Clayton Enga for the patch). Added the feature #2419098 (David Campo idea). David Capello 2009-01-24 00:41:01 +0000
  • 001bcce8b4 Version 0.6 tagged. 0.6 David Capello 2008-10-18 19:41:44 +0000
  • 98abdbf684 Minor modifications for the next release. David Capello 2008-10-18 19:35:26 +0000
  • 77b06bf748 Added support to close tabs with middle button. David Capello 2008-10-16 02:19:00 +0000
  • f43bbec69d Better handling of special file-names in the file-name entry field of ase_file_selector. David Capello 2008-10-16 01:55:12 +0000
  • 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. David Capello 2008-10-14 03:11:59 +0000
  • 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'. David Capello 2008-10-13 22:39:41 +0000
  • 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). David Capello 2008-10-13 21:43:41 +0000
  • 2b7b89a2a7 Changed delete to delete[]. David Capello 2008-10-13 21:05:40 +0000
  • 9bf40439d4 Added jstring. The file-selector now uses jstrings. David Capello 2008-10-11 20:41:27 +0000
  • 17dee030f5 Added undo support when changing frame duration. Replaced ClearMask with Undoable::clear_mask. David Capello 2008-10-11 15:59:13 +0000
  • a1d9d2cada Fixed compilation errors in Linux with GCC 4.2.3. Fixed fix.sh. David Capello 2008-10-11 15:52:47 +0000
  • 07b478907e Added Undoable::remove_layer. Added Undoable::clear_mask. Fixed a serious bug in shrink_mask. David Capello 2008-10-10 02:14:53 +0000
  • c327a740d7 Added Undoable class. David Capello 2008-10-02 02:31:07 +0000
  • c35c452a80 Converted GfxObj and all the hierarchy of graphics objects to classes. Removed "(void)" -> "()". David Capello 2008-10-01 01:27:51 +0000
  • 1e44f9a454 Modified makefile.lst for cpp files. Renamed src/test to src/tests. David Capello 2008-09-30 23:04:33 +0000
  • a587132ffe Project converted to C++. David Capello 2008-09-30 21:01:54 +0000
  • 60683e6623 Added makefile for MSVC David Capello 2008-09-30 16:10:12 +0000
  • 102eaa8cf2 Removed some commented code in tools.c David Capello 2008-09-30 13:11:42 +0000
  • 78f879fa14 Renamed some files and removed deprecated files. Fixed a bug in fileview with i-search. David Capello 2008-09-30 01:25:11 +0000
  • bcc221ab59 Fixed a bug in FlattenLayers. Fixed a bug when paste outside the sprite. Fixed a bug in color-bar when drop colors in nowhere. Fixed some compilation errors in MSVC. David Capello 2008-09-29 23:58:07 +0000
  • 4026754881 Added support to lock lines in special angles with Shift key (feature request #1961397). Fixed 'Curve' tool when click with the right mouse button (added 'editor_click_continue' routine for this). David Capello 2008-09-29 01:55:24 +0000
  • 8911db458a Added the 'Curve' tool. David Capello 2008-09-28 20:53:42 +0000
  • b3e52a24e0 Removed modules/tools2.c because scripting is gone. David Capello 2008-09-28 19:29:33 +0000
  • d181b9f215 Completelly removed the scripting support and lua files. Updated the forum address. David Capello 2008-09-27 23:24:27 +0000
  • 24ca4562dc Added support to drag & drop colors in color-bar (feature request #2109224). Added "RectTracker". Renamed "rectsave" function to "rect_tracker_new". Joined "rectrestore" and "rectdiscard" to "rect_tracker_free". David Capello 2008-09-27 18:04:55 +0000
  • 5784cb720e Fixed issue #1958760 Now the loading-progress lock the user-interface. David Capello 2008-06-16 00:43:50 +0000
  • 97672099dc Fixed issue 1958932 David Capello 2008-06-15 23:56:15 +0000
  • 5a91893517 David Capello 2008-06-15 23:55:04 +0000
  • 627ed5da1b Version 0.6b2 tagged. 0.6b2 David Capello 2008-05-06 15:50:49 +0000
  • 2e10ec3e21 Version 0.6b2 released. Minor fixed and changes for the new release. David Capello 2008-05-06 15:22:57 +0000
  • 3ce0a8fc85 Fixed the duplication of background layer: the flags aren't copied. Minor changes. David Capello 2008-05-05 04:45:17 +0000
  • cf3521dfe8 Fixed some bugs in merge-down & crop commands using the Background layer. David Capello 2008-05-05 04:03:31 +0000
  • c8b3c4ff67 Removed generated files. David Capello 2008-05-05 02:23:08 +0000
  • f8db016cb9 Added NewFrame & RemoveFrame. Fixed move/copy_cel, and the Animation Editor is almost ready. Added the cel_movement_popup. Removed all the "quick" stuff (quick-move/copy, etc.). Removed some commands (crop cel, crop layer, link cel). David Capello 2008-05-05 02:07:04 +0000
  • 369b57f074 Unix text format David Capello 2008-04-28 16:32:45 +0000
  • 837cf39c54 Added the new Animator Editor. Other minor changes & refactorings. David Capello 2008-04-27 20:27:06 +0000
  • 215fd7dbd0 Added the jumble tool. David Capello 2008-04-14 17:56:38 +0000
  • 8908d25e07 Fixed New Frame: now it copies the entire Cel of the previous frame. Fixed bugs when undo cels with offset < 0,0 (because the sign wasn't being saved) David Capello 2008-04-14 03:05:19 +0000
  • f4b4996540 + Added the JPEG options dialog box. + Fixed some convolution matrices. + Fixed editors_draw_sprite_tiled & control_tool for tiled mode in transparent layers (non-Background). + Added gfxobj_id. - Removed referenced stock (replaced with the ImageRef structure). + Fixed the whole 'target' stuff between effects and target_button. + Fixed app_get_fg_color & app_get_bg_color to return the black color instead of mask when a `Background' layer is actived. + Added get_color_for_layer & fixup_color_for_layer. David Capello 2008-04-12 03:09:53 +0000
  • bc95527cbf Fixed the soften-ink for transparent layers. David Capello 2008-03-29 20:02:42 +0000
  • 714f7b062c Fixed the soften-ink to support tiled mode. David Capello 2008-03-29 14:45:43 +0000
  • c090bde1ee Renamed filedata to format_options David Capello 2008-03-29 04:35:30 +0000
  • eb26972a11 Renamed filedata to format_options David Capello 2008-03-29 04:24:36 +0000
  • 1a74066f1e David Capello 2008-03-29 03:44:24 +0000
  • a951368da6 Added progress bar to apply-effect and save file operations. Added support to configure file format with a FileData like JpegData. David Capello 2008-03-29 03:43:19 +0000
  • 0ffbf5164c Fixed a problem to load the root element in a Unix like file-system David Capello 2008-03-28 02:55:15 +0000
  • 19070bbfc1 David Capello 2008-03-27 16:58:14 +0000
  • 61a61bd2fa Added eraser and blur tools. Added inks and better handling of tools->brushes->inks relationship. color_t is now a ase_uint32. Added the Background layer. Fixed bugs loading some king of BMP files. Removed the bgcolor from the Sprite and .ase files. Added FileData and BmpData. Renamed dirty_put to dirty_restore_image_data. Renamed dirty_get to dirty_save_image_data. Added get_pretty_memsize, sprite_get_memsize, undo_get_memsize to show memory-usage. David Capello 2008-03-27 14:29:33 +0000