.. |
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
|
clamp expose (queue_redraw()) requests to visible window area, some extra debugging details
|
2014-01-10 14:35:36 -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
|
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
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
drag_handle.cc
|
for now, hide ugly circle thing in drag handles
|
2014-01-07 20:56:03 -05: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
|
fix up thinko in recent raise_to_top/lower_to_bottom optimization
|
2014-01-10 11:54:05 -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
|
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
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
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
|
final (?) tweaks to rectangle rendering
|
2014-01-10 14:36:05 -05: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
|
|
|
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
|
make no-zero-line be the default for wave views (still shown for normal audio region views
|
2014-01-10 12:08:58 -05:00 |
wscript
|
move -fvisibility=hidden to the top of the source tree, and remove its internal use; use libtimecode as a shared lib again
|
2014-01-12 15:40:47 -05:00 |