.. |
benchmark
|
|
|
canvas
|
add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave events
|
2014-02-25 16:07:51 -05:00 |
doc
|
|
|
test
|
|
|
arc.cc
|
|
|
arrow.cc
|
|
|
build-and-run-benchmark.sh
|
|
|
build-and-run-manual-test.sh
|
|
|
build-and-run-tests.sh
|
|
|
canvas.cc
|
fix canvas enter/leave bug when point is over a group/ignore-event item and we fail to send a leave event to the previous item
|
2014-02-25 16:08:36 -05:00 |
circle.cc
|
|
|
curve.cc
|
|
|
debug.cc
|
add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave events
|
2014-02-25 16:07:51 -05:00 |
drag_handle.cc
|
for now, hide ugly circle thing in drag handles
|
2014-01-07 20:56:03 -05:00 |
fill.cc
|
|
|
flag.cc
|
fix up problems with patch change flgs not changing height correctly
|
2014-02-14 12:06:44 -05:00 |
group.cc
|
fix up major thinko's in ArdourCanvas::Group's handling of deletion (both its own, and child items)
|
2014-02-12 15:15:27 -05:00 |
i18n.h
|
make stateful image canvas item actually compile
|
2014-02-17 16:05:52 -05:00 |
image.cc
|
|
|
item.cc
|
make Item::set_position() do nothing if the position doesn't change
|
2014-02-13 18:18:19 -05:00 |
line_set.cc
|
|
|
line.cc
|
slight code tidy for Line::render() ... don't use 0.5 pixel adjustment if the line width > 1.0
|
2014-02-12 15:26:53 -05:00 |
lookup_table.cc
|
|
|
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
|
pixel-align canvas PolyItems with single-pixel outlines, for crispness
|
2014-01-13 09:39:50 -05:00 |
poly_line.cc
|
allow per-line configurability of the threshold used to determine if a PolyLine covers a given coordination
|
2014-02-20 12:53:08 -05:00 |
polygon.cc
|
|
|
rectangle.cc
|
tweak canvas rect drawing to correctly place bottom edge of rectangle inside the bounds (cairo works in mysterious ways)
|
2014-02-25 12:02:50 -05:00 |
root_group.cc
|
|
|
run-manual-test.sh
|
|
|
run-tests.sh
|
|
|
stateful_image.cc
|
make stateful image canvas item actually compile
|
2014-02-17 16:05:52 -05:00 |
text.cc
|
|
|
types.cc
|
prevent Rect::expand() from generating negative coordinates where there were none before
|
2014-01-08 18:20:19 -05:00 |
utils.cc
|
|
|
wave_view.cc
|
remove unused _wave_color member from waveview canvas item; use outline color for edge dots of waveforms instead of hardcoding black
|
2014-01-26 16:02:38 -05:00 |
wscript
|
make stateful image canvas item actually compile
|
2014-02-17 16:05:52 -05:00 |