13
0
livetrax/libs/canvas
2013-12-09 17:24:34 -05:00
..
benchmark initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
canvas make PolyLine use distance_to_segment_squared(), and add separate (null, for now) method Curve::covers(Duple) because the math there needs to be different, maybe 2013-12-09 17:24:34 -05:00
doc initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
test initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
arc.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
arrow.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
build-and-run-benchmark.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
build-and-run-manual-test.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
build-and-run-tests.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
canvas.cc debug trace tweaks 2013-12-09 13:38:22 -05:00
circle.cc part two of ... add Canvas::Arc and derive Canvas::Circle from it 2013-04-18 21:29:13 -04:00
curve.cc make PolyLine use distance_to_segment_squared(), and add separate (null, for now) method Curve::covers(Duple) because the math there needs to be different, maybe 2013-12-09 17:24:34 -05:00
debug.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
fill.cc workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limit 2013-06-27 10:41:00 -04:00
flag.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
group.cc send enter events to EVERY newly entered item (ignore the bool return from the event handler); other canvas debugging aids;switch items_at_point() to use canvas coordinates 2013-11-03 10:07:00 -05:00
image.cc likely fix for Canvas::Image positioning under new coordinate/render rules 2013-06-22 14:59:43 -04:00
item.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
line_set.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
line.cc ArdourCanvas::Line::covers() uses distance_to_segment_squared() 2013-12-09 13:39:10 -05:00
lookup_table.cc make PolyLine use distance_to_segment_squared(), and add separate (null, for now) method Curve::covers(Duple) because the math there needs to be different, maybe 2013-12-09 17:24:34 -05:00
Notes initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
outline.cc many pervasive changes primarily related to waveform drawing, particular content-dragging, colors, and more 2013-04-24 15:42:14 -04:00
pixbuf.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
poly_item.cc make PolyLine use distance_to_segment_squared(), and add separate (null, for now) method Curve::covers(Duple) because the math there needs to be different, maybe 2013-12-09 17:24:34 -05:00
poly_line.cc make PolyLine use distance_to_segment_squared(), and add separate (null, for now) method Curve::covers(Duple) because the math there needs to be different, maybe 2013-12-09 17:24:34 -05:00
polygon.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
rectangle.cc finally (?) fix up logic for rectangle drawing (fill+stroke) to tackle what is hopefully the last of the expose problems 2013-10-31 11:49:36 -04:00
root_group.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
run-manual-test.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
run-tests.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
text.cc fix computation of Text bounding box to respect _clamped_width 2013-10-28 12:27:33 -04:00
types.cc an awful lot of tweaks to drawing details 2013-06-24 16:28:53 -04:00
utils.cc add a utility function to Canvas to compute distance from a point to a line segment 2013-12-09 13:35:07 -05:00
wave_view.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
wscript expand tabs to spaces in wscript 2013-07-14 19:39:24 +02:00