aseprite/src
2010-11-06 11:59:03 -03:00
..
allegro Remove unused local variable in init_directx_window(). 2010-11-04 21:55:47 -03: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 Modify FileOp structure to use std::string and std::vector<> instead of raw pointers and JList. 2010-11-06 11:59:03 -03:00
core Remove config.cpp because the config.c in src/allegro already has my patch for override_config_file(). 2010-10-31 00:32:37 -03:00
dialogs Rename src/gui/jwidget.cpp|h to src/gui/widget.cpp|h. 2010-10-02 11:19:09 -03:00
effect Minor style changes. 2010-10-26 14:16:11 -07:00
file Modify FileOp structure to use std::string and std::vector<> instead of raw pointers and JList. 2010-11-06 11:59:03 -03:00
gfx Fix typo in gfx/point.cpp. 2010-09-27 18:56:38 -03:00
gui Remove references to Vaca namespace and old vaca source files. 2010-11-04 22:01:47 -03:00
modules Return true when a key is used to select a tool. 2010-11-04 21:48:36 -03:00
raster Fix dirty for RGB and grayscale images (bug introduced in commit 4c5a0177cc). 2010-10-26 18:14:25 -03:00
settings Move Point/Size/Rect classes to a new gfx-lib. 2010-09-25 16:22:32 -03:00
tests Do not use key_shifts anymore. 2010-10-20 00:07:27 -03:00
tools Add GuiXml class to avoid duplicated code and loading gui.xml file several times. 2010-10-27 21:04:05 -03:00
util Fix possible bug in tok_fgets() processing an empty line. 2010-10-26 14:16:11 -07:00
widgets Modify FileOp structure to use std::string and std::vector<> instead of raw pointers and JList. 2010-11-06 11:59:03 -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 As now the window can be resized in all platforms we can remove "Configure Screen" option. 2010-11-04 21:47:54 -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
gui_xml.cpp Add GuiXml class to avoid duplicated code and loading gui.xml file several times. 2010-10-27 21:04:05 -03:00
gui_xml.h Add GuiXml class to avoid duplicated code and loading gui.xml file several times. 2010-10-27 21:04: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 Add resize support to Allegro library (Windows port is ready). 2010-10-30 20:37:31 -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