aseprite/src/gfx
David Capello 21b6e8716d Merge branch 'beta' into ref-layer 2016-11-01 14:11:03 -03:00
..
CMakeLists.txt Merge branch 'beta' into ref-layer 2016-11-01 14:11:03 -03:00
LICENSE.txt Merge branch 'master' into beta 2016-09-12 17:53:01 -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.h Use old composite code (faster code) when possible 2016-10-11 16:43:37 -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 subpixel bounds for reference layer cels 2016-10-10 23:42:47 -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 Merge branch 'master' into beta 2016-06-06 18:02:30 -03:00
rect_io.h Merge branch 'master' into beta 2016-09-12 17:53:01 -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 Merge branch 'master' into beta 2016-09-12 17:53:01 -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.