Commit Graph

  • 1f3dcc77ed Renamed palette.png to default_skin_palette.png. David Capello 2010-03-07 12:05:01 -02:00
  • 7da47af726 Renamed sheet.png to defaut_skin_sheet.png. Added some temporary icons in the sheet for future tools. David Capello 2010-03-07 12:03:47 -02:00
  • 862ae6078c Modified C comments to C++. David Capello 2010-03-07 11:58:10 -02:00
  • 2a78fdca92 Applied guiscale() to loaded skin. David Capello 2010-03-07 11:57:34 -02:00
  • dc19778ecc Added SkinneableTheme::apply_gui_scale() member function. David Capello 2010-03-07 11:55:24 -02:00
  • 2d3cfe116b Removed try{}catch in DEBUGMODE to get the exception in the debugger. David Capello 2010-03-07 11:49:56 -02:00
  • bb689258ff Removed jmanager_dispatch_messages() from jwidget_scroll() because it is not necessary and it give us problems with the editor scroll movement. David Capello 2010-03-07 11:47:40 -02:00
  • 12f762b47f Added jpoint.cpp in the COMMON_SOURCES list. David Capello 2010-03-07 11:44:38 -02:00
  • 32f3987c64 Resort includes. David Capello 2010-03-07 11:42:00 -02:00
  • 0b357e068b Added Mask::contains_point member function. David Capello 2010-03-07 11:40:54 -02:00
  • 36f281a2b7 Limited scroll movement (related to feature request #2874441). David Capello 2010-03-07 11:39:18 -02:00
  • b8a39cf8db Now clipboard::cut() deselects the mask. David Capello 2010-03-01 23:03:33 -02:00
  • 4f4d863a0f Now ClearCommand deselects the mask. David Capello 2010-03-01 23:02:32 -02:00
  • cc7fd95559 Added Undoable::deselect_mask() member function. David Capello 2010-03-01 23:01:43 -02:00
  • c4afb1a236 Renamed get_sprite() to getSprite() in Layer class and Undoable class. David Capello 2010-03-01 22:59:16 -02:00
  • 898f43ff65 Need to include render.h to get RenderEngine class definition. David Capello 2010-03-01 01:08:12 -02:00
  • c89b727b47 Missing RenderEngine::setPreviewImage. David Capello 2010-03-01 01:03:07 -02:00
  • 1e121378de Replaced App events (IAppHook) with Vaca signals/slots. David Capello 2010-03-01 00:36:05 -02:00
  • fb139ccf49 Renamed Editor::editor_get_sprite to Editor::getSprite. David Capello 2010-03-01 00:00:56 -02:00
  • d8a7fbf0f0 Moved functions from util/render.h into RenderEngine class. David Capello 2010-02-28 23:29:50 -02:00
  • 700ab045d2 Added algo_polygon() algorithm. David Capello 2010-02-28 23:02:50 -02:00
  • 031c8d187b Changing ASE name to aseprite. David Capello 2010-02-28 22:16:58 -02:00
  • a8831eed86 Modified some comments to C++ style. David Capello 2010-02-28 22:09:46 -02:00
  • 7cdf9d6fe5 Minor change (sorted COMMON_SOURCES list). David Capello 2010-02-28 21:48:17 -02:00
  • 9c457d076a Added "split" rule in manual's Makefile. David Capello 2010-02-28 21:46:32 -02:00
  • 8cfb3daee0 Removed ^L characters. David Capello 2010-02-28 21:45:52 -02:00
  • 8028551bd3 Removed a lot of .txt files and created README.html. David Capello 2010-02-28 00:28:14 +00:00
  • b747ccdaa6 Updated copyright year to 2010 David Capello 2010-02-01 21:25:40 +00:00
  • 43dde6ed78 Removed jxml.cpp and jxml.h David Capello 2010-02-01 00:00:29 +00:00
  • 1a80c8fcf8 Replaced \n to 
 entity (because now we use TinyXml parser). David Capello 2010-01-31 23:42:45 +00:00
  • 96759c9c17 Converted all TRUE/FALSE to C++ true/false David Capello 2010-01-30 16:43:13 +00:00
  • 0c6765fb88 Modules converted to C++ classes. David Capello 2010-01-29 03:15:33 +00:00
  • aac6e31e44 Added CheckArgs class. David Capello 2010-01-29 00:53:53 +00:00
  • 33f804213d Added is_empty, freeze, unfreeze, add, reserve, and shrink function member of Mask class. David Capello 2010-01-27 21:16:49 +00:00
  • 6e93dfe4ea Converted editor widget in a C++ class (Editor class derived from Widget). David Capello 2010-01-27 02:52:30 +00:00
  • 991488e59b Fixed gcc problem with min/max macros. David Capello 2010-01-26 04:10:01 +00:00
  • 77c009de55 Renamed jwidget to Widget. Refactored jwidget_set_text to Widget::setText (same for setFont, setEnabled, etc.). Created "Frame" class. Refactored "jwindow_funcname" functions to "Frame::funcname". Renamed JWidgetPtr to FramePtr. David Capello 2010-01-26 00:38:05 +00:00
  • 13c87691b9 Removed old HACKING notes David Capello 2010-01-26 00:24:23 +00:00
  • ebc4cfe437 Added jpoint and jsize to makefile.lst David Capello 2010-01-25 22:42:52 +00:00
  • f634a390ee Added jpoint and jsize. David Capello 2010-01-25 22:28:39 +00:00
  • ca9f7e0b33 Added Vaca include directory and VACA_ALLEGRO definition. David Capello 2010-01-25 22:22:36 +00:00
  • 4e101699ff Added vaca_fusion directory. David Capello 2010-01-25 22:01:52 +00:00
  • 8f03d54562 Fixed compilation error in context.cpp David Capello 2009-12-19 17:52:21 +00:00
  • 017ece697f Now XML files are loaded with tinyxml library David Capello 2009-12-16 23:24:57 +00:00
  • 11a094cb05 Moved app.cpp from src/core/ to src/ David Capello 2009-12-11 14:53:05 +00:00
  • 38c37d6f23 Fixed some URLs. David Capello 2009-12-11 13:12:02 +00:00
  • 6fff5ea8f4 Added tinyxml in the build process. David Capello 2009-12-11 13:10:56 +00:00
  • d437836266 Fixed icon url David Capello 2009-11-30 00:58:13 +00:00
  • dd6bab1e9f Added some draft of the manual David Capello 2009-11-30 00:56:46 +00:00
  • d97f9a1ef3 Added tinyxml library source code. David Capello 2009-11-28 15:17:53 +00:00
  • f79ac322cb Fixed a bug in Undoable::copy_previous_frame (using LayerImage::add_cel directly instead of Undoable::add_cel). David Capello 2009-11-23 01:25:06 +00:00
  • 2a7d182b81 Modified news, and some tips. David Capello 2009-11-22 18:20:35 +00:00
  • 336f3feb64 Added resizable capability (with a patched version of Allegro). It must be enabled through the special flag HAVE_RESIZE_PATCH. David Capello 2009-11-22 14:39:52 +00:00
  • d938e98dac Now fix.bat uses notepad. David Capello 2009-11-22 14:38:43 +00:00
  • b585600a19 Fixed a couple of bugs: + in tabs_remove_tab selected/hot tabs are set to NULL. + the select_callback is called only for the hot tab (if hot is NULL, now the selected is not used anymore). David Capello 2009-11-22 14:14:06 +00:00
  • 50ec2cdff9 Fixed a bug in initialization of parts. David Capello 2009-11-22 14:12:25 +00:00
  • 7ddf8d5ef2 Fixed assert in loadpng.c for debug version. David Capello 2009-11-22 03:56:00 +00:00
  • fd6f7dd156 Added support for the Close button in the system window. David Capello 2009-11-22 03:53:43 +00:00
  • 3626589229 Fixed little details in tabs gfxs. David Capello 2009-11-22 02:16:29 +00:00
  • 774fc8370c Removed "Nothing" tab (Ilija Melentijevic idea). David Capello 2009-11-22 02:15:40 +00:00
  • 9e0928ca66 Fixed combo-box graphics. David Capello 2009-11-22 00:26:58 +00:00
  • a7cc9371d2 Added GUI sheet (Ilija Melentijevic graphics). David Capello 2009-11-21 20:07:21 +00:00
  • 5d64181f16 Added SkinneableTheme class. Thanks to Ilija Melentijevic for the graphics. David Capello 2009-11-21 20:02:31 +00:00
  • f6821908cc Now jstandard_theme::regen does not use ji_get_theme David Capello 2009-11-19 14:57:15 +00:00
  • b70f84b46c Removed JM_DRAWRGN message. Removed jwidget_redraw_region and jwidget_send_message_after_type functions. David Capello 2009-11-19 14:38:24 +00:00
  • 6d04c3815c Now jtheme is a class with member functions; and jwidget has a virtual msg_proc. David Capello 2009-11-19 02:59:20 +00:00
  • 33ca3cf8e0 Added support to load png files through Allegro library (now you can save/load palettes in PNG files) David Capello 2009-11-19 00:34:07 +00:00
  • 0e0dacb158 Fixed Undoable::background_from_layer when the layer to be converted to background has empty cels. David Capello 2009-11-18 15:24:02 +00:00
  • e4dd1905fb Added change_color command to change FG color-index with keyboard (Ilija Melentijevic idea). David Capello 2009-11-18 14:51:05 +00:00
  • 8f1eac61a9 Now color-bar shows FG/BG indicators (Ilija Melentijevic idea). David Capello 2009-11-18 14:47:30 +00:00
  • be8a97f5b8 Fixed a bug in Undoable::clear_mask David Capello 2009-11-18 14:46:05 +00:00
  • 1764f78d1b Fixed ordered dithering menu item. David Capello 2009-11-17 23:19:03 +00:00
  • cbc0bf22bd Refactored Layer class to include all layer_* functions as member functions. David Capello 2009-11-17 13:12:26 +00:00
  • 8b7f476f17 Fixed issue #2874422 "More screen resolutions" (Philippe Michael Groarke idea). David Capello 2009-10-17 22:27:05 +00:00
  • 3f1f5e378e Minor changes converting C to C++. David Capello 2009-10-16 02:26:28 +00:00
  • f2f78377ad Added IAppHook interface for a cleaner event/hook interface. David Capello 2009-10-14 14:09:59 +00:00
  • b758b113e8 Fixed a bug with the file-selector in Windows where new files found in a directory were added at the end instead of sorted. David Capello 2009-10-12 23:56:32 +00:00
  • ab81d1eb7d Added some svn:ignore properties. David Capello 2009-10-09 03:05:06 +00:00
  • eaf777e093 Modified marquee tooltip. Fixed bug #2874453 (thanks to Philippe Michael Groarke). David Capello 2009-10-09 02:51:24 +00:00
  • 115af153cc Fixed I keyboard shortcut. Added Shift+I too. David Capello 2009-10-09 02:41:09 +00:00
  • 9e5d0dc2f2 Renamed file cmd_eyedropper_tool.cpp to cmd_eyedropper.cpp David Capello 2009-10-09 02:36:30 +00:00
  • 7454b7c03d Added authors. David Capello 2009-10-09 02:26:28 +00:00
  • 2d5e227a5f Replaced "M" label with "MB". David Capello 2009-10-09 02:22:49 +00:00
  • 4710ddf041 Removed deprecated files. David Capello 2009-10-09 02:11:03 +00:00
  • 60172fa2ee Modified folders to load data on Mac OS X platform (thanks to Trent Gamblin). David Capello 2009-10-09 02:06:09 +00:00
  • 5455136f35 Internal refactoring of commands to support record/play macros in the near future. David Capello 2009-10-09 01:34:06 +00:00
  • 33baa4fd5c Merged branch 0.7.1 (release 0.7.2) to trunk. David Capello 2009-09-07 14:28:47 +00:00
  • 78b7a51db5 Version 0.7.2 tagged 0.7.2 David Capello 2009-09-04 03:01:29 +00:00
  • bd25b5ec6e I forgot to update NEWS.txt David Capello 2009-09-04 02:46:05 +00:00
  • add047ad40 Version 0.7.2 tagged David Capello 2009-09-04 02:41:37 +00:00
  • 332631b5c5 ASE 0.7.2 released David Capello 2009-09-04 02:32:40 +00:00
  • beba119709 Fixed bug #2847210: "Save" button when close a modified file was not working. David Capello 2009-09-04 02:17:41 +00:00
  • c6b255ea92 Branch 0.7.1 created David Capello 2009-09-04 01:17:29 +00:00
  • b0c56578ca Moved modules/sprites.cpp to effect/images_ref.cpp David Capello 2009-08-17 23:45:55 +00:00
  • b92c4d127b Fixed comments about configuration files. David Capello 2009-08-17 22:46:04 +00:00
  • 4a4ccfc65f Removed local unused function 'layer_get_pos'. David Capello 2009-08-17 21:44:55 +00:00
  • e484553608 Renamed some header guards. David Capello 2009-08-17 21:38:00 +00:00
  • 39203e34c2 Removed deprecated files canvasze.cpp and canvasze.h. David Capello 2009-08-17 21:26:20 +00:00
  • 3dbb7c088b Moved console.* from src/console to src/ David Capello 2009-08-17 19:32:09 +00:00
  • 05803abaa1 Fixed a lot of VC++8 warnings with /W3 flag. David Capello 2009-08-17 18:00:38 +00:00