.. |
allegro
|
Add support for VC++11 (2012)
|
2012-10-30 21:08:33 -03:00 |
app
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
base
|
Fix compilation error in the dummy implementation of SystemConsole.
|
2012-09-26 17:26:41 -03:00 |
commands
|
Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev
|
2013-01-13 22:45:25 -03:00 |
dialogs
|
Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev
|
2013-01-13 22:45:25 -03:00 |
file
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
filters
|
|
|
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
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
net
|
|
|
raster
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -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
|
Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev
|
2013-01-13 22:45:25 -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
|
Remove deprecated messages
|
2013-01-16 21:54:47 -03:00 |
undo
|
Replace UndoConfigProvider with UndoHistoryDelegate interface
|
2013-01-06 15:46:53 -03:00 |
undoers
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
updater
|
|
|
util
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
widgets
|
Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev
|
2013-01-13 22:45:25 -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 |
app.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
app.h
|
Add shell mode to execute scripts interactively.
|
2012-09-08 20:10:48 -03:00 |
CMakeLists.txt
|
Fix FTBFS with --as-needed linker option
|
2013-01-01 21:12:22 -03:00 |
console.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
console.h
|
|
|
context_flags.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
context_flags.h
|
|
|
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 |
context_observer.h
|
Add DataRecovery and Backup classes. They do nothing at the moment.
|
2012-08-22 21:05:02 -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 |
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
|
|
|
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
|
|
|
document.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
document.h
|
Add DocumentObserver and now the Document is an Observable class.
|
2012-08-18 17:50:36 -03:00 |
documents.cpp
|
|
|
documents.h
|
|
|
drop_files.cpp
|
|
|
drop_files.h
|
|
|
errno_unittest.cpp
|
|
|
file_system.cpp
|
|
|
file_system.h
|
|
|
flatten.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
flatten.h
|
|
|
gfxmode.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -03:00 |
gfxmode.h
|
|
|
gui_xml.cpp
|
|
|
gui_xml.h
|
|
|
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
|
|
|
job.h
|
|
|
launcher.cpp
|
|
|
launcher.h
|
|
|
log.cpp
|
Move some App members (ConfigModule/CheckArgs/LoggerModule) to App::Modules
|
2012-09-02 17:42:32 -03:00 |
log.h
|
|
|
main.cpp
|
Add shell mode to execute scripts interactively.
|
2012-09-08 20:10:48 -03:00 |
modules.cpp
|
|
|
modules.h
|
|
|
objects_container_impl_unittest.cpp
|
|
|
objects_container_impl.cpp
|
|
|
objects_container_impl.h
|
|
|
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 |
README.md
|
|
|
recent_files.cpp
|
|
|
recent_files.h
|
|
|
resource_finder.cpp
|
|
|
resource_finder.h
|
|
|
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
|
|
|
thumbnail_generator.h
|
|
|
ui_context.cpp
|
|
|
ui_context.h
|
|
|
undo_transaction.cpp
|
Rename some member_functions to memberFunctions
|
2013-01-11 12:43:25 -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
|
|
|
xml_exception.h
|
|
|
xpm_icon.c
|
|
|