aseprite/src
2011-07-31 23:42:12 -03:00
..
allegro Fix problem losing the mouse capture on Windows platform when the mouse leaves the windows. 2011-07-28 19:32:05 -03:00
app Fix src/app/check_update.cpp compilation error with the renamed cfg.h to ini_file.h. 2011-07-27 22:21:30 -03:00
base Add Sha1 class to base-lib. 2011-07-10 00:24:19 -03:00
commands Fix problem with new lines. 2011-07-31 23:42:12 -03:00
dialogs Fix issue #29: error using a non-const reference as parameter 2011-07-10 00:44:48 -03:00
file Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
filters Remove "typename" from get_neighboring_pixels() params. 2011-03-30 16:41:49 -07:00
gfx Add Border(int) constructor. 2011-02-20 20:25:57 -03:00
gui Fix problem losing the mouse capture on Windows platform when the mouse leaves the windows. 2011-07-28 19:32:05 -03:00
modules Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
net Add net-lib (HttpRequest/Response classes). 2011-06-12 10:50:30 -03:00
raster Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
settings Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
skin Convert menu widgets to Menu, MenuItem, MenuBox, and MenuBar classes. 2011-04-30 15:31:05 -03:00
tests Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
tools Refactor Editor class to use a state design pattern. 2011-04-10 20:15:17 -03:00
undo Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
undoers Remove UndoHistory::undo_* member functions to use Undoers directly 2011-03-30 18:27:52 -07:00
updater Fix problems compiling on Linux with GCC. 2011-07-27 23:08:54 -03:00
util Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
widgets Fix bug switching current fg color (X key) and updating Editor's brush preview. 2011-07-28 20:02:07 -03:00
app.cpp Destroy editors first to avoid disconnection from dead signals. 2011-07-31 22:41:49 -03:00
app.h Fix problem regenerating the recent file menu. 2011-06-25 19:10:31 -03:00
check_args.cpp Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
check_args.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
CMakeLists.txt Add "Import Sprite Sheet" command (part of issue #4). 2011-07-31 22:55:52 -03:00
console.cpp Replace jwidget_add_child/remove_child/replace_child with Widget's methods. 2011-03-29 21:35:17 -03:00
console.h Console::showException() does not modify the exception (added "const"). 2011-03-09 00:18:43 -03:00
context_flags.cpp Remove all public fields of Cel adding accessors. 2011-03-28 00:24:27 -03:00
context_flags.h Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context.cpp Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
context.h Add ContextFlags to simplify Command::onEnabled() implementations. 2011-03-27 14:51:02 -03:00
document_id.h Use C99 uint*_t instead of ase_uint*. 2011-03-24 18:36:19 -03:00
document_wrappers.h Improve Document::lock() with an enum as parameter instead of a bool. 2011-03-27 00:15:08 -03:00
document.cpp Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
document.h Fix issue #9: GIF files are loaded as Indexed images now. 2011-06-25 17:12:08 -03:00
documents.cpp Move UndoHistory from raster/ to undo/ directory. 2011-03-24 11:50:00 -03:00
documents.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
drop_files.cpp Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
drop_files.h Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
errno_unittest.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
file_system.cpp Fix bug with dead FileItems in fileitems_map. 2011-07-06 22:03:58 -03:00
file_system.h Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
gfxmode.cpp Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
gfxmode.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
gui_xml.cpp Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
gui_xml.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
ini_file.cpp Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
ini_file.h Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
job.cpp Convert jalert to Alert C++ class. 2011-01-27 17:21:33 -03:00
job.h Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
launcher.cpp Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
launcher.h Now right-clicking a tab shows a popup-menu with useful options for the document. 2011-06-25 14:28:50 -03:00
listeners.h Add EditorListeners. 2011-04-02 15:47:44 -03:00
log.cpp Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
log.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
main.cpp Move jmalloc/jfree to base/ library as base_malloc/free (remove new/new0/renew macros). 2011-01-23 19:19:18 -03:00
modules.cpp Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
modules.h Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
objects_container_impl_unittest.cpp Fix objects_container_impl_unittest. 2011-04-28 22:32:23 -03:00
objects_container_impl.cpp Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
objects_container_impl.h Refactored the entire Undo system in several layers. 2011-03-26 17:40:55 -03:00
recent_files.cpp Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
recent_files.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
resource_finder.cpp Update copyright year to 2011. 2011-01-18 20:49:53 -03:00
resource_finder.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
resources_win32.rc More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
ui_context.cpp Move UndoHistory from raster/ to undo/ directory. 2011-03-24 11:50:00 -03:00
ui_context.h Add Document class, to remove app specific properties from Sprite. 2011-03-22 21:11:25 -03:00
undo_transaction.cpp UndoTransaction::newLayer() returns a LayerImage. 2011-07-31 22:42:10 -03:00
undo_transaction.h UndoTransaction::newLayer() returns a LayerImage. 2011-07-31 22:42:10 -03:00
xml_exception.cpp Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
xml_exception.h Move "AseException" to "base::Exception" class. 2011-01-20 23:33:57 -03:00
xml_widgets.cpp Now "closewindow" attribute works for <button> widget when it isn't inside a window. 2011-04-21 17:17:16 -03:00
xml_widgets.h More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00