aseprite/src
David Capello eacd0c7642 Replace ui::jregion with gfx::Region class
This is an old TODO item, and it's the first step to finally
get rid of JRect and struct jrect.
2013-01-13 22:39:44 -03:00
..
allegro Add support for VC++11 (2012) 2012-10-30 21:08:33 -03:00
app Add ui::Color and ThemeColor, move Color to app::Color 2013-01-06 14:45:43 -03:00
base Fix compilation error in the dummy implementation of SystemConsole. 2012-09-26 17:26:41 -03:00
commands Replace ui::jregion with gfx::Region class 2013-01-13 22:39:44 -03:00
dialogs Replace ui::jregion with gfx::Region class 2013-01-13 22:39:44 -03:00
file Fix unittests compilation for Windows. 2012-08-24 00:49:38 -03:00
filters Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
gfx Add gfx::Region class 2013-01-13 21:49:17 -03:00
la Fix a typo in all files distributed under BSD-like and Allegro licenses 2012-09-23 23:24:43 -03:00
modules Move draw_progress_bar() to SkinTheme::drawProgressBar() 2013-01-06 14:52:57 -03:00
net Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
raster Fix a typo in all files distributed under BSD-like and Allegro licenses 2012-09-23 23:24:43 -03:00
scripting Add scripting-lib (link with v8 when it's available) 2012-09-02 17:35:14 -03:00
settings Add ui::Color and ThemeColor, move Color to app::Color 2013-01-06 14:45:43 -03:00
she Fix a typo in all files distributed under BSD-like and Allegro licenses 2012-09-23 23:24:43 -03:00
skin Replace ui::jregion with gfx::Region class 2013-01-13 22:39:44 -03:00
tests Fix unittests compilation for Windows. 2012-08-24 00:49:38 -03:00
tools Add IDocumentSettings to separate document related settings from ISettings 2012-11-18 10:21:06 -03:00
ui Replace ui::jregion with gfx::Region class 2013-01-13 22:39:44 -03:00
undo Replace UndoConfigProvider with UndoHistoryDelegate interface 2013-01-06 15:46:53 -03:00
undoers Fix a typo in all files distributed under BSD-like and Allegro licenses 2012-09-23 23:24:43 -03:00
updater Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
util Add ui::Color and ThemeColor, move Color to app::Color 2013-01-06 14:45:43 -03:00
widgets Replace ui::jregion with gfx::Region class 2013-01-13 22:39:44 -03:00
CMakeLists.txt Fix FTBFS with --as-needed linker option 2013-01-01 21:12:22 -03:00
README.md Add "she" layer. 2012-07-14 16:55:16 -03:00
app.cpp Add ui::Color and ThemeColor, move Color to app::Color 2013-01-06 14:45:43 -03:00
app.h Add shell mode to execute scripts interactively. 2012-09-08 20:10:48 -03:00
app_menus.cpp Refactor: replace JList with std::vector<> or std::list<>. 2012-07-17 21:42:02 -03:00
app_menus.h Refactor: replace JList with std::vector<> or std::list<>. 2012-07-17 21:42:02 -03:00
console.cpp Rename ui::Frame to ui::Window. 2012-07-08 23:24:42 -03:00
console.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
context.cpp Rename "listener" to "observer" which is better to reference the "Observer" pattern. 2012-08-18 15:22:23 -03:00
context.h Rename "listener" to "observer" which is better to reference the "Observer" pattern. 2012-08-18 15:22:23 -03:00
context_flags.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
context_flags.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
context_observer.h Add DataRecovery and Backup classes. They do nothing at the moment. 2012-08-22 21:05:02 -03:00
context_observer_list.cpp Add DataRecovery and Backup classes. They do nothing at the moment. 2012-08-22 21:05:02 -03:00
context_observer_list.h Add DataRecovery and Backup classes. They do nothing at the moment. 2012-08-22 21:05:02 -03:00
document.cpp Add LayerIndex and SpritePosition types. 2012-08-23 21:32:55 -03:00
document.h Add DocumentObserver and now the Document is an Observable class. 2012-08-18 17:50:36 -03:00
document_event.h Add DocumentEvent class so all DocumentObserver's member functions receive one parameter. 2012-08-18 23:45:37 -03:00
document_id.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
document_observer.h Add DocumentEvent class so all DocumentObserver's member functions receive one parameter. 2012-08-18 23:45:37 -03:00
document_undo.cpp Replace UndoConfigProvider with UndoHistoryDelegate interface 2013-01-06 15:46:53 -03:00
document_undo.h Replace UndoConfigProvider with UndoHistoryDelegate interface 2013-01-06 15:46:53 -03:00
document_wrappers.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
documents.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
documents.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
drop_files.cpp Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class. 2012-07-09 13:20:58 -03:00
drop_files.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
errno_unittest.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
file_system.cpp Win32: Show filename with extension instead of display name for files. 2012-07-09 13:49:08 -03:00
file_system.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
flatten.cpp Add FrameNumber type. 2012-07-08 21:09:09 -03:00
flatten.h Fix compilation errors in GCC. 2012-07-09 17:36:45 -03:00
gfxmode.cpp Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class. 2012-07-09 13:20:58 -03:00
gfxmode.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
gui_xml.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
gui_xml.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
ini_file.cpp Add ui::Color and ThemeColor, move Color to app::Color 2013-01-06 14:45:43 -03:00
ini_file.h Add ui::Color and ThemeColor, move Color to app::Color 2013-01-06 14:45:43 -03:00
job.cpp Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class. 2012-07-09 13:20:58 -03:00
job.h Replace deprecated "Monitor" struct from gui module with ui::Timers. 2012-07-06 01:06:00 -03:00
launcher.cpp Fix compilation errors in GCC. 2012-07-09 17:36:45 -03:00
launcher.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
log.cpp Move some App members (ConfigModule/CheckArgs/LoggerModule) to App::Modules 2012-09-02 17:42:32 -03:00
log.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
main.cpp Add shell mode to execute scripts interactively. 2012-09-08 20:10:48 -03:00
modules.cpp Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class. 2012-07-09 13:20:58 -03:00
modules.h Move src/gui/ to src/ui/ 2012-06-17 22:49:58 -03:00
objects_container_impl.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
objects_container_impl.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
objects_container_impl_unittest.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
observable.h Fix Observable::notifyObservers<> member functions to call specific Observers members explicitly. 2012-08-18 22:54:03 -03:00
observers.h Add Observable template. 2012-08-18 17:47:00 -03:00
recent_files.cpp Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class. 2012-07-09 13:20:58 -03:00
recent_files.h Add compatibility to load the recent list of paths from the recent list of files from old aseprite.ini files. 2012-02-11 19:09:50 -03:00
resource_finder.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
resource_finder.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
resources_win32.rc Update version to 0.9.6-dev 2012-08-24 21:42:46 -03:00
shell.cpp Add shell mode to execute scripts interactively. 2012-09-08 20:10:48 -03:00
shell.h Add shell mode to execute scripts interactively. 2012-09-08 20:10:48 -03:00
thumbnail_generator.cpp Add FrameNumber type. 2012-07-08 21:09:09 -03:00
thumbnail_generator.h Replace deprecated "Monitor" struct from gui module with ui::Timers. 2012-07-06 01:06:00 -03:00
ui_context.cpp Add MainWindow & MainMenuBar, and replace rootmenu module with AppMenus class. 2012-07-09 13:20:58 -03:00
ui_context.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
undo_transaction.cpp Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame". 2012-08-23 21:44:41 -03:00
undo_transaction.h Fix issue #160, crashes undoing critical actions like "remove layer" or "remove frame". 2012-08-23 21:44:41 -03:00
xml_exception.cpp Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
xml_exception.h Replace Allegro Sprite Editor or ASE with ASEPRITE in all files. 2012-01-06 01:12:57 -03:00
xpm_icon.c Add xpm icon for X11. 2011-09-06 19:37:35 -03:00

README.md

ASEPRITE Source Code

If you are here is because you want to learn about ASEPRITE source code. I'll try to write in these README.md files a summary of each module/library.