aseprite/src
2010-10-02 18:33:06 -03:00
..
app Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00
base Fix compilation errors with gcc in shared_ptr_unittest.cpp. 2010-09-30 16:31:59 -03:00
commands Fix error passing base::string in sprintf() like routine. 2010-10-02 16:37:44 -03:00
core Rename src/gui/jwindow.cpp|h to src/gui/frame.cpp|h. 2010-10-02 10:47:58 -03:00
dialogs Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
effect Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
file Refactor Stock class to contains methods instead of stock_*() functions. 2010-09-30 22:38:26 -03:00
gfx Fix typo in gfx/point.cpp. 2010-09-27 18:56:38 -03:00
gui Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
modules Move Vaca classes to base and gui libraries. 2010-09-29 17:14:11 -03:00
raster Move all undo_*() functions as members of Undo class. 2010-09-30 23:55:35 -03:00
settings Move Point/Size/Rect classes to a new gfx-lib. 2010-09-25 16:22:32 -03:00
tests Refactor Stock class to contains methods instead of stock_*() functions. 2010-09-30 22:38:26 -03:00
tools Move all undo_*() functions as members of Undo class. 2010-09-30 23:55:35 -03:00
util Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
widgets Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
app.cpp Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00
app.h Remove Vaca::Application class. Move Vaca::String class to src/base/string.h (and split_string and convert_to algorithms to src/base/). 2010-09-28 15:36:03 -03:00
ase_exception.cpp Remove jexception, leave ase_exception only. 2010-09-18 00:12:53 -03:00
ase_exception.h Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
check_args.cpp Remove jstring class replacing it with the new base::string and new functions to manipulate strings. 2010-09-30 15:34:12 -03:00
check_args.h Remove Vaca::Application class. Move Vaca::String class to src/base/string.h (and split_string and convert_to algorithms to src/base/). 2010-09-28 15:36:03 -03:00
CMakeLists.txt Fix order of libraries so we can link loadpng with alleg library with gcc on Windows. 2010-10-02 18:33:06 -03:00
console.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
console.h Remove user_printf() function. 2010-09-18 23:33:32 -03:00
context.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
context.h Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00
errno_unittest.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
gfxmode.cpp Rename src/gui/jwindow.cpp|h to src/gui/frame.cpp|h. 2010-10-02 10:47:58 -03:00
gfxmode.h Add some comments to GfxMode / CurrentGfxModeGuard. 2010-09-17 23:28:05 -03:00
job.cpp Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
job.h Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
launcher.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
launcher.h Added "Quick Reference" command. 2010-07-03 13:34:17 -03:00
log.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
log.h Remove core/core.h-cpp. 2010-09-18 17:36:21 -03:00
main.cpp Remove Vaca::Application class. Move Vaca::String class to src/base/string.h (and split_string and convert_to algorithms to src/base/). 2010-09-28 15:36:03 -03:00
pen_type.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
recent_files.cpp Remove "static" member functions from RecentFiles. Now App has a RecentFiles member and it must be accessed through the App singleton. 2010-09-18 00:28:24 -03:00
recent_files.h Remove "static" member functions from RecentFiles. Now App has a RecentFiles member and it must be accessed through the App singleton. 2010-09-18 00:28:24 -03:00
resource_finder.cpp Fix warnings in GCC (unused variables, size_t and int comparisons, unhandled enum cases in switch, etc.). 2010-08-11 23:42:03 -03:00
resource_finder.h Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
resources_win32.rc New version 0.8.2 in progress. 2010-08-17 20:27:33 -03:00
sprite_wrappers.h Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
tiled_mode.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
ui_context.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
ui_context.h Context class is Vaca::NonCopyable now. 2010-04-10 16:56:26 -03:00
undoable.cpp Move all undo_*() functions as members of Undo class. 2010-09-30 23:55:35 -03:00
undoable.h Camel-case for Undoable class. 2010-09-19 10:33:07 -03:00
xml_widgets.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
xml_widgets.h Move jinete/jfile.cpp to xml_widgets.cpp. 2010-08-23 17:52:17 -03:00