13
0
livetrax/libs/canvas
2014-01-10 11:54:05 -05:00
..
benchmark
canvas remove unused code 2014-01-08 10:31:39 -05:00
doc
test
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
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc don't go through ::deliver_enter_leave() unnecessarily 2014-01-10 11:02:05 -05:00
circle.cc
curve.cc change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working 2013-12-12 10:03:33 -05:00
debug.cc
drag_handle.cc for now, hide ugly circle thing in drag handles 2014-01-07 20:56:03 -05:00
fill.cc
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 fix up thinko in recent raise_to_top/lower_to_bottom optimization 2014-01-10 11:54:05 -05:00
image.cc
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 change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working 2013-12-12 10:03:33 -05:00
Notes
outline.cc outline width of 0.5 is stupid and meaningless, and was just hiding other issues with outlines 2014-01-07 11:31:47 -05:00
pixbuf.cc
poly_item.cc add missing iterator increment to poly item renders. 2014-01-06 20:45:40 -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 change event propagation to be based on parent/child lineage, not z-axis stacking, plus some more alterations to try to get enter/leave working 2013-12-12 10:03:33 -05:00
rectangle.cc tweak rectangle bounding box computation 2014-01-08 10:42:14 -05:00
root_group.cc
run-manual-test.sh
run-tests.sh
text.cc fix computation of Text bounding box to respect _clamped_width 2013-10-28 12:27:33 -04:00
types.cc prevent Rect::expand() from generating negative coordinates where there were none before 2014-01-08 18:20:19 -05: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 shrink waveview zero line to single pixel 2014-01-07 22:51:18 -05:00
wscript add drag handle source to wscript 2014-01-02 16:49:11 -05:00