13
0
livetrax/libs/canvas
David Robillard 86c6541323 Move PC flags to avoid obscuring region name.
Fixes bug #6179.  Top vs. bottom seems pretty arbitrary to me, and this solves
the obscuring issue (which is quite common since there are often PC events at
the start of MIDI files), so bottom it is.
2015-03-14 00:21:29 -04:00
..
benchmark
canvas Move PC flags to avoid obscuring region name. 2015-03-14 00:21:29 -04:00
doc
MSVCcanvas Add some newly introduced source files to our MSVC project (cairocanvas) 2014-11-28 14:42:17 +00:00
test
arc.cc
arrow.cc Compute arrow bbox manually to appease crazy canvas. 2015-01-16 22:04:26 -05:00
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc _single_exposure is now a member variable for each GtkCanvas. 2015-02-12 11:35:35 -06:00
circle.cc
colors.cc use C locale, because POSIX locale is not supported on windows, and operation is undefined. C works on all platforms 2015-01-19 07:29:25 -06:00
colorspace.cc massive reworking of color selection implementation 2014-11-26 18:22:22 +02:00
container.cc
curve.cc Remove dead code. 2014-11-25 02:11:44 -05:00
debug.cc
fill.cc
flag.cc Move PC flags to avoid obscuring region name. 2015-03-14 00:21:29 -04:00
i18n.h
image.cc
item.cc canvas items must be able to use fractional positions when rendering. 2015-02-09 16:40:10 -05:00
line_set.cc
line.cc
lookup_table.cc experimental drawing optimization. 2014-12-05 22:40:26 +01:00
Notes
outline.cc
pixbuf.cc
poly_item.cc
poly_line.cc Show discrete/toggled automation as stepped line. 2014-11-28 21:15:28 -05:00
polygon.cc Close polygon borders (fix partially drawn hits). 2015-01-08 11:09:38 -05:00
rectangle.cc simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remove TimeRectangle 2015-02-11 21:59:38 -05:00
root_group.cc
ruler.cc
run-manual-test.sh
run-tests.sh
scroll_group.cc ScrollGroup::covers_{window,canvas}() need to account for possible non-zero position of the group. 2015-01-24 18:48:28 -05:00
stateful_image.cc
text.cc
tracking_text.cc
types.cc first pass at optimization for low-level canvas code 2014-12-02 05:32:34 -05:00
utils.cc
wave_view.cc Manual merge of the drawing component of waveview branch. 2015-03-10 23:35:53 +11:00
widget.cc Avoid possible use of uninitialized values. 2014-11-18 02:55:03 -05:00
wscript remove cruft (old unused pre-git version files) 2015-01-09 06:11:57 +01:00
xfade_curve.cc