aseprite/src
David Capello 864d13fb40 Add accurate color quantization or use median cut if the sprite has more than 256 colors.
+ Implemented issue #3 - Accurate Sprite Quantize.
+ Remove Ben Davis code to quantize color palette (to avoid license problems).
2011-01-14 18:22:23 -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 Remove config.cpp because the config.c in src/allegro already has my patch for override_config_file(). 2010-10-31 00:32:37 -03:00
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 Add support for 8-bit transparent PNG sprites (fixed issue #5). 2011-01-05 00:16:39 -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 Add accurate color quantization or use median cut if the sprite has more than 256 colors. 2011-01-14 18:22:23 -03:00
settings Move Point/Size/Rect classes to a new gfx-lib. 2010-09-25 16:22:32 -03:00
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 Move functions related to quantization and dithering algorithms to raster/quantization.h|cpp. 2010-12-26 10:57:03 -03:00
widgets Fix null pointer reference for tools without icons in StatusBar::onProcessMessage. 2010-12-11 15:28:28 -03:00
app.cpp Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00
app.h Remove Vaca::Application class. Move Vaca::String class to src/base/string.h (and split_string and convert_to algorithms to src/base/). 2010-09-28 15:36:03 -03:00
ase_exception.cpp Remove jexception, leave ase_exception only. 2010-09-18 00:12:53 -03:00
ase_exception.h Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
check_args.cpp Remove jstring class replacing it with the new base::string and new functions to manipulate strings. 2010-09-30 15:34:12 -03:00
check_args.h Remove Vaca::Application class. Move Vaca::String class to src/base/string.h (and split_string and convert_to algorithms to src/base/). 2010-09-28 15:36:03 -03:00
CMakeLists.txt Replace images_ref functions (src/effect) with ImagesCollector class (src/raster). 2010-12-26 17:03:35 -03:00
console.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
console.h Remove user_printf() function. 2010-09-18 23:33:32 -03:00
context.cpp Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
context.h Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00
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 Rename src/gui/jwindow.cpp|h to src/gui/frame.cpp|h. 2010-10-02 10:47:58 -03:00
gfxmode.h Add some comments to GfxMode / CurrentGfxModeGuard. 2010-09-17 23:28:05 -03:00
gui_xml.cpp Add GuiXml class to avoid duplicated code and loading gui.xml file several times. 2010-10-27 21:04:05 -03:00
gui_xml.h Add GuiXml class to avoid duplicated code and loading gui.xml file several times. 2010-10-27 21:04:05 -03:00
job.cpp Move thread class to base lib (the new thread class has a C++0x-like api). 2010-10-02 19:00:01 -03:00
job.h Move thread class to base lib (the new thread class has a C++0x-like api). 2010-10-02 19:00:01 -03:00
launcher.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
launcher.h Added "Quick Reference" command. 2010-07-03 13:34:17 -03:00
log.cpp Move Jinete library to src/gui directory (future gui-lib). 2010-09-26 15:59:32 -03:00
log.h Remove core/core.h-cpp. 2010-09-18 17:36:21 -03:00
main.cpp Add resize support to Allegro library (Windows port is ready). 2010-10-30 20:37:31 -03:00
pen_type.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
recent_files.cpp Remove "static" member functions from RecentFiles. Now App has a RecentFiles member and it must be accessed through the App singleton. 2010-09-18 00:28:24 -03:00
recent_files.h Remove "static" member functions from RecentFiles. Now App has a RecentFiles member and it must be accessed through the App singleton. 2010-09-18 00:28:24 -03:00
resource_finder.cpp Remove DEFAULT_PREFIX variable (on Linux resources are searched in ../share now). 2010-10-12 17:18:42 -07:00
resource_finder.h Replaced old DIRS structure with ResourceFinder class. 2010-07-16 16:56:45 -03:00
resources_win32.rc Update version to ASE 0.9 in master branch. 2010-11-30 11:49:58 -03:00
sprite_wrappers.h Use Allegro's ASSERT() instead of assert(). 2010-08-03 23:33:44 -03:00
tiled_mode.h Updated copyright to 2010. 2010-04-28 23:52:51 -03:00
ui_context.cpp Show current sprite's filename in window title bar. 2010-12-29 23:19:45 -03:00
ui_context.h Context class is Vaca::NonCopyable now. 2010-04-10 16:56:26 -03:00
undoable.cpp Move functions related to quantization and dithering algorithms to raster/quantization.h|cpp. 2010-12-26 10:57:03 -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 Move jinete/jfile.cpp to xml_widgets.cpp. 2010-08-23 17:52:17 -03:00