13
0
livetrax/libs/canvas
2015-02-12 11:35:35 -06:00
..
benchmark
canvas add accessor methods for single_exposure 2015-02-12 11:35:35 -06:00
doc
MSVCcanvas
test
arc.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-06-21 11:43:42 -04:00
arrow.cc Compute arrow bbox manually to appease crazy canvas. 2015-01-16 22:04:26 -05:00
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc _single_exposure is now a member variable for each GtkCanvas. 2015-02-12 11:35:35 -06:00
circle.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-06-21 11:43:42 -04:00
colors.cc use C locale, because POSIX locale is not supported on windows, and operation is undefined. C works on all platforms 2015-01-19 07:29:25 -06:00
colorspace.cc massive reworking of color selection implementation 2014-11-26 18:22:22 +02:00
container.cc
curve.cc
debug.cc mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64) 2014-03-04 15:25:58 +01:00
fill.cc
flag.cc Fix inappropriately massive flag font. 2014-12-06 16:07:32 -05:00
i18n.h make stateful image canvas item actually compile 2014-02-17 16:05:52 -05:00
image.cc
item.cc canvas items must be able to use fractional positions when rendering. 2015-02-09 16:40:10 -05:00
line_set.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-06-21 11:43:42 -04:00
line.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-06-21 11:43:42 -04:00
lookup_table.cc
Notes initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
outline.cc
pixbuf.cc
poly_item.cc
poly_line.cc
polygon.cc Close polygon borders (fix partially drawn hits). 2015-01-08 11:09:38 -05:00
rectangle.cc simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remove TimeRectangle 2015-02-11 21:59:38 -05:00
root_group.cc
ruler.cc
run-manual-test.sh
run-tests.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
scroll_group.cc ScrollGroup::covers_{window,canvas}() need to account for possible non-zero position of the group. 2015-01-24 18:48:28 -05:00
stateful_image.cc
text.cc
tracking_text.cc
types.cc
utils.cc
wave_view.cc remove naive attempt to avoid drawing first vertical pixel line of Canvas::WaveView 2015-02-11 21:59:38 -05:00
widget.cc
wscript remove cruft (old unused pre-git version files) 2015-01-09 06:11:57 +01:00
xfade_curve.cc