aseprite/src/gfx
2016-03-03 19:20:00 -03:00
..
border.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
clip_tests.cpp Fix minor problems with clang 2015-03-04 22:57:55 -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
CMakeLists.txt doc and gfx libraries depends on fixmath (fix #817) 2015-09-24 10:02:52 -03:00
color.h Move stdints to base/ints.h file 2016-03-03 19:20:00 -03:00
fwd.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
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
LICENSE.txt Merge she::Color and ui::Color types in gfx::Color 2014-06-28 16:10:39 -03:00
packing_rects_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
point.h Fix header of files distributed under the terms of the MIT license 2014-03-29 20:08:05 -03:00
README.md Add dependency with pixman library 2014-10-25 22:22:58 -03:00
rect_io.h Unify all render code in one library 2014-12-28 11:06:11 -03:00
rect_tests.cpp Unify all render code in one library 2014-12-28 11:06:11 -03:00
rect.h Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
region_tests.cpp Fix region_tests compilation (as now it depends on pixman library) 2014-10-29 10:37:44 -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
rgb_tests.cpp Unify all render code in one library 2014-12-28 11:06:11 -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
size.h Rename gfx::Rect::createIntersect -> createIntersection 2015-06-09 16:22:47 -03:00
transformation.cpp Refactor several "getNoun()" getters to "noun()" 2015-12-04 14:39:04 -03:00
transformation.h Add opaque/transparent mode in context bar for transformations (fix #546) 2015-07-23 22:42:14 -03:00

Aseprite Gfx Library

Copyright (C) 2001-2014 David Capello

Distributed under MIT license

The gfx::Region class depends on pixman library.