13
0
livetrax/libs/canvas
2014-07-07 08:00:20 -04:00
..
benchmark
canvas Add Canvas::re_enter() which picks the current item again based on mouse pointer position and generates an enter event for it 2014-07-07 07:53:17 -04:00
doc
MSVCcanvas Add (newly introduced) sources to our MSVC projects 2014-06-28 11:56:19 +01:00
test
arc.cc
arrow.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc fix potential crash if certain Canvas methods are used before its window is realized 2014-07-07 08:00:20 -04:00
circle.cc
container.cc
curve.cc
debug.cc
fill.cc
flag.cc
i18n.h
image.cc
item.cc add event-insensitivity to the list of conditions that causes a container to NOT add its children to the list of items-at-point 2014-06-30 16:31:31 -04:00
line_set.cc
line.cc
lookup_table.cc
Notes
outline.cc
pixbuf.cc
poly_item.cc slightly increase size of a Canvas::PolyItem, to avoid left-over pixels when dragging (as well as other general incorrectness 2014-06-27 10:30:09 -04:00
poly_line.cc
polygon.cc
rectangle.cc
root_group.cc
ruler.cc
run-manual-test.sh
run-tests.sh
scroll_group.cc
stateful_image.cc Rename PBD::find_file_in_search_path to just PBD::find_file 2014-06-25 12:40:10 -04:00
text.cc allow Canvas::Text to have outline drawn in a contrasting color (based on actual color) 2014-06-30 10:39:26 -04:00
tracking_text.cc verbose cursor text is always outlined 2014-06-30 10:39:41 -04:00
types.cc
utils.cc move contrasting_text_color() into ArdourCanvas 2014-06-30 10:38:45 -04:00
wave_view.cc actually do something in WaveView::region_resized() which is called whenever the region is resized; implement WaveView::set_region_start() which could be used by an xfade editor etc. 2014-07-03 10:00:12 -04:00
widget.cc
wscript add tracking_text.cc to canvas wscript 2014-06-26 15:10:24 -04:00
xfade_curve.cc