Commit Graph

225 Commits

Author SHA1 Message Date
David Capello
99e75b349e Fixed convert_to problems. 2010-03-20 23:14:18 -03:00
David Capello
44b80672f2 Added properties to Component class. 2010-03-20 13:28:06 -03:00
David Capello
62e79141d7 Imported SharedPtr.h header file from Vaca library. 2010-03-20 13:23:09 -03:00
David Capello
29059b785d Vaca::details::trace_t renamed to Tracer. 2010-03-12 23:17:13 -02:00
David Capello
e6fb597f58 Warning 4996 is disabled only in MSC compiler. 2010-03-12 23:16:45 -02:00
David Capello
5ae14b550b Added Vaca::String class.
Added Vaca::Exception class.
Added Vaca::System class.
Added vaca_main().
The main/WinMain is defined inside vaca library.
2010-03-12 23:16:05 -02:00
David Capello
9e46555a65 Modified default target platform (calculated through current compiler). 2010-03-12 23:12:25 -02:00
David Capello
80833f33b0 Added WIN32_LEAN_AND_MEAN to speedup compilation time. 2010-03-12 23:09:26 -02:00
David Capello
cb1b6dc1ad Removed <windows.h>, <commctrl.h> and <algorithm> from Vaca/base.h. 2010-03-11 00:44:12 -02:00
David Capello
e8ec41f436 Moved vaca/README.txt comments to third_party/README.txt. 2010-03-10 17:17:24 -03:00
David Capello
33854fed54 Moved vaca lib to third_party directory.
Fixed a problem compiling MutexImpl for win32.
2010-03-10 16:57:38 -03:00
David Capello
d97f9a1ef3 Added tinyxml library source code. 2009-11-28 15:17:53 +00:00
David Capello
7ddf8d5ef2 Fixed assert in loadpng.c for debug version. 2009-11-22 03:56:00 +00:00
David Capello
33ca3cf8e0 Added support to load png files through Allegro library (now you can save/load palettes in PNG files) 2009-11-19 00:34:07 +00:00
David Capello
a587132ffe Project converted to C++. 2008-09-30 21:01:54 +00:00
David Capello
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.
2008-09-29 23:58:07 +00:00
David Capello
d181b9f215 Completelly removed the scripting support and lua files.
Updated the forum address.
2008-09-27 23:24:27 +00:00
David Capello
19e8083256 + Added Editor::space_pressed to move the scroll with the space key.
+ Renamed Editor::cursor_eyedropper to Editor::alt_pressed.
+ Added statusbar_show_tip.
+ Added AppHooks.
+ Renamed color_button_* to colorbutton_*
+ Renamed GfxObj*Layer::parent to Layer*Layer::parent_layer.
+ Added Palette gfxobj and refactored a lot of code to this new Palette
  instead of Allegro's RGB/PALETTE.
+ Now jfile.c uses jxml.c.
+ New signature for callbacks in 'hook_signal' of modules/gui.c:
  bool hook(JWidget, void *);
- Removed colsel and minipal from dialogs.
+ Fixed mouse bounds in sliders.
2008-03-22 18:43:56 +00:00
David Capello
ae46058123 Moved FLI core routines from third_party/gfli to src/file/fli 2008-02-12 12:46:39 +00:00
David Capello
82f6bb405b File removed 2008-02-12 12:16:24 +00:00
David Capello
8b365fa3cb Added NO_HEADER 2008-02-10 18:41:47 +00:00
David Capello
c8db258b00 Added background color to sprite.
Renamed FileType to FileFormat.
Moved ase/jinete/src to ase/src/jinete.
Moved ase/jinete/include to ase/src/jinete.
Moved ase/jinete/freetype to ase/third_party/freetype.
2007-12-05 01:30:50 +00:00
David Capello
df0104734f Added libjpeg in the repository.
Fixed some bugs in the GUI system.
Added tabs, and removed the list-menu.
2007-11-28 14:19:36 +00:00
David Capello
e82167b340 Added double-buffering for GUI, and PNG support 2007-09-20 00:32:35 +00:00
David Capello
54172e07bb Moved third_party/ directory to trunk 2007-09-18 23:59:46 +00:00