aseprite/src/gfx
David Capello c2103df444 Move base module to laf library 2016-11-01 12:47:48 -03:00
..
CMakeLists.txt Move base module to laf library 2016-11-01 12:47:48 -03:00
LICENSE.txt Save fg/bg color selector dialog positions between sessions (fix #1249) 2016-09-08 15:34:09 -03:00
README.md Update src/gfx/README.md 2016-05-09 17:50:53 -03:00
border.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
clip.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
clip.h Unify all render code in one library 2014-12-28 11:06:11 -03:00
clip_tests.cpp Fix minor problems with clang 2015-03-04 22:57:55 -03:00
color.h Move stdints to base/ints.h file 2016-03-03 19:20:00 -03:00
fwd.h Add gfx::Region in forward declarations (gfx/fwd.h file) 2016-05-09 17:50:39 -03:00
hsv.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
hsv.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
hsv_tests.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
packing_rects.cpp Add gfx::PackingRects class for packing multiple rectangles in a texture 2014-11-07 10:32:14 -03:00
packing_rects.h Use std:: when necessary, and std::numeric_limits instead of INT_MAX 2015-03-04 21:35:11 -03:00
packing_rects_tests.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
point.h Fix arrow keys to move a rotated selection (fix #775) 2016-05-18 14:26:25 -03:00
rect.h Fix arrow keys to move a rotated selection (fix #775) 2016-05-18 14:26:25 -03:00
rect_io.h Save fg/bg color selector dialog positions between sessions (fix #1249) 2016-09-08 15:34:09 -03:00
rect_tests.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
region.cpp Fix several warnings in MSVC, clang, and gcc 2015-03-05 15:19:00 -03:00
region.h Add some gfx::Region operators 2016-01-04 17:48:56 -03:00
region_tests.cpp Save fg/bg color selector dialog positions between sessions (fix #1249) 2016-09-08 15:34:09 -03:00
rgb.cpp Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
rgb.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
rgb_tests.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
size.h Fix arrow keys to move a rotated selection (fix #775) 2016-05-18 14:26:25 -03:00

README.md

Aseprite Gfx Library

Copyright (C) 2001-2016 David Capello

Distributed under MIT license

The gfx::Region class depends on pixman library.