aseprite/src
2010-10-17 10:35:39 -07:00
..
allegro Remove src/allegro/src/linux code. 2010-10-17 10:35:39 -07:00
app Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00
base Remove thread::id type (to avoid using pthread_t as an unsigned int, which is an opaque pointer really). 2010-10-17 00:41:29 -03:00
commands Move thread class to base lib (the new thread class has a C++0x-like api). 2010-10-02 19:00:01 -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 Modify jnew(FileOp) with "new FileOp". 2010-10-03 13:50:01 -03:00
gfx Fix typo in gfx/point.cpp. 2010-09-27 18:56:38 -03:00
gui Simple fix to improve performance in Linux with pixel scaling > x1. 2010-10-14 19:19:40 -07:00
modules Minor change in SkinneableTheme::reload_skin(). 2010-10-12 17:16:07 -07:00
raster Avoid asserting leak of GfxObjs when MEMLEAK is defined. 2010-10-12 10:21:17 -03:00
settings Move Point/Size/Rect classes to a new gfx-lib. 2010-09-25 16:22:32 -03:00
tests Remove algo_dirty() and old 00dirty.cpp test/example. 2010-10-10 21:19:56 -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 Fix compilation errors with gcc in Mac OS X (void* <-> int conversions). 2010-10-17 00:49:28 -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 Move link flags and other cmake configuration from Allegro's CMakeLists.txt to the main CMakeLists.txt. 2010-10-16 17:02:12 -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 thread class to base lib (the new thread class has a C++0x-like api). 2010-10-02 19:00:01 -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 Move thread class to base lib (the new thread class has a C++0x-like api). 2010-10-02 19:00:01 -03:00
job.h Move thread class to base lib (the new thread class has a C++0x-like api). 2010-10-02 19:00:01 -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 Remove DEFAULT_PREFIX variable (on Linux resources are searched in ../share now). 2010-10-12 17:18:42 -07: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 Convert Dirty to a class. 2010-10-11 14:57:04 -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