aseprite/src
2012-01-01 23:37:32 -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 Add IsDeveloper to [Updater] section and &dev=1 to updater URL. 2011-11-13 12:37:32 -03:00
base Overwrite memory dump file if it already exists (win32 impl). 2011-11-13 18:08:56 -03:00
commands Fix problems specifying the box bounds in "Import Sprite Sheet" using text-entries (fix issue #52). 2011-11-28 16:38:14 -03:00
dialogs Fix issue #29: error using a non-const reference as parameter 2011-07-10 00:44:48 -03:00
file Fix problems loading/saving .png files with non-zero transparent index. 2011-08-09 00:01:57 -03:00
filters Remove "typename" from get_neighboring_pixels() params. 2011-03-30 16:41:49 -07:00
gfx Fix errors detected with gcc. 2012-01-01 23:37:32 -03:00
gui Add transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -03:00
la Add transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -03:00
modules Convert Point/Size/Rect/Border in PointT/SizeT/RectT/BorderT templates. 2012-01-01 14:37:03 -03:00
net "curl" is compiled statically so "net" library must be compiled with CURL_STATICLIB flag. 2011-08-09 22:52:30 -03:00
raster Fix errors detected with gcc. 2012-01-01 23:37:32 -03:00
settings Move src/core/ to src/ 2011-06-29 22:51:46 -03:00
skin Add transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -03:00
tests Remove "j" prefix from some files in gui library. 2011-01-30 19:12:10 -03:00
tools Add transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -03:00
undo Fix problems generating a lot of consecutive "undo" entries when the palette were modified. 2011-08-09 22:40:09 -03: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 Fix some problems with sprites with non-zero transparent color. 2011-10-29 21:54:16 -03:00
widgets Fix errors detected with gcc. 2012-01-01 23:37:32 -03:00
app.cpp Fix error deleting the mini-editor after the color bar is destroyed. 2011-08-06 14:36:40 -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 transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -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 Add transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -03:00
document.h Add transformation support (scale/rotate) to the selected area. 2012-01-01 23:08:25 -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 Minor changes in drop_files.cpp to avoid cast problems. 2011-10-29 12:32:18 -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 Add gui.xml version validation to avoid using an old customized gui.xml file. 2011-08-22 21:37:14 -03:00
gui_xml.h Add gui.xml version validation to avoid using an old customized gui.xml file. 2011-08-22 21:37:14 -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 Add MemoryDump class in base library to create mini-memory dumps on win32 platform. 2011-10-29 12:30:49 -03:00
modules.cpp Fix error deleting the mini-editor after the color bar is destroyed. 2011-08-06 14:36:40 -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 Remove ASSERTs from ObjectsContainerImpl. 2011-11-13 18:00:46 -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 Add ase icon (32,48,64 created by iLKke) 2011-08-22 21:02:46 -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 Fix bug in UndoTransaction::clearMask(): clear all the image is the mask isn't empty but is hidden. 2011-10-29 22:15:05 -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
xpm_icon.c Add xpm icon for X11. 2011-09-06 19:37:35 -03:00