aseprite/src
2011-01-15 13:36:33 -03:00
..
allegro Modify sys_directx_assert() to call DebugBreak() instead of abort(). 2010-12-12 11:36:50 -03:00
app Replace "tests/test.h" to <gtest/gtest.h> (as various unittests are for independent libraries). 2010-12-11 10:03:23 -03:00
base Replace "tests/test.h" to <gtest/gtest.h> (as various unittests are for independent libraries). 2010-12-11 10:03:23 -03:00
commands Move functions related to quantization and dithering algorithms to raster/quantization.h|cpp. 2010-12-26 10:57:03 -03:00
core
dialogs Convert jentry to Entry class. 2010-12-08 14:28:13 -03:00
effect Replace images_ref functions (src/effect) with ImagesCollector class (src/raster). 2010-12-26 17:03:35 -03:00
file Fix loading of GIF files with transparent background color (without global palette). 2011-01-15 13:36:33 -03:00
gfx Fix HSV unittests. 2010-12-11 22:14:38 -03:00
gui Fix a subtle problem in close_menuitem() setting the "is_processing" flag when it is not the last one in the chain (e.g. when it is followed by a JM_OPEN_MENUITEM message). 2010-12-12 11:58:22 -03:00
modules Show current sprite's filename in window title bar. 2010-12-29 23:19:45 -03:00
raster Fix convert_imgtype from Indexed to RGB when the first palette entry is not black (is not transparent color). 2011-01-14 18:29:25 -03:00
settings
tests Remove all deprecated jinete and raster samples. 2010-12-08 14:04:51 -03:00
tools New "overlap" trace-policy for tools like Spray, Blur, and Jumble. 2010-12-11 21:49:44 -03:00
util Fix convert_imgtype from Indexed to RGB when the first palette entry is not black (is not transparent color). 2011-01-14 18:29:25 -03:00
widgets Fix null pointer reference for tools without icons in StatusBar::onProcessMessage. 2010-12-11 15:28:28 -03:00
app.cpp
app.h
ase_exception.cpp
ase_exception.h
check_args.cpp
check_args.h
CMakeLists.txt Replace images_ref functions (src/effect) with ImagesCollector class (src/raster). 2010-12-26 17:03:35 -03:00
console.cpp
console.h
context.cpp
context.h
errno_unittest.cpp Replace "tests/test.h" to <gtest/gtest.h> (as various unittests are for independent libraries). 2010-12-11 10:03:23 -03:00
gfxmode.cpp
gfxmode.h
gui_xml.cpp
gui_xml.h
job.cpp
job.h
launcher.cpp
launcher.h
log.cpp
log.h
main.cpp
pen_type.h
recent_files.cpp
recent_files.h
resource_finder.cpp
resource_finder.h
resources_win32.rc Update version to ASE 0.9 in master branch. 2010-11-30 11:49:58 -03:00
sprite_wrappers.h
tiled_mode.h
ui_context.cpp Show current sprite's filename in window title bar. 2010-12-29 23:19:45 -03:00
ui_context.h
undoable.cpp Fix convert_imgtype from Indexed to RGB when the first palette entry is not black (is not transparent color). 2011-01-14 18:29:25 -03:00
undoable.h Move functions related to quantization and dithering algorithms to raster/quantization.h|cpp. 2010-12-26 10:57:03 -03:00
xml_widgets.cpp Convert jentry to Entry class. 2010-12-08 14:28:13 -03:00
xml_widgets.h