13
0
livetrax/libs/canvas
Robin Gareus 0e4ddcf506 Fix out-of-bounds waveform image rendering.
With large sample-rates and high-zoom-level the minimal request-size
or at least 1/10sed can exceed the max image size supported by cairo.
e.g. @192kSPS;  100ms = 19200 samples.
 * 1 sample/pixel, * 2 (left/right) = 38400px > 2^15px.
2017-05-14 20:37:58 +02:00
..
benchmark
canvas Stop tooltip timeout when a canvas-widget or item is hidden. 2017-04-17 01:45:25 +02:00
doc
macosx/canvas/canvas.xcodeproj
MSVCcanvas
test
arc.cc
arrow.cc
box.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
canvas.cc Stop tooltip timeout when a canvas-widget or item is hidden. 2017-04-17 01:45:25 +02:00
circle.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-06-21 11:43:42 -04:00
colors.cc Use locale independent string conversion functions in SVAModifier class 2017-04-19 09:36:55 +10:00
colorspace.cc
container.cc
curve.cc
debug.cc
fill.cc
flag.cc
framed_curve.cc
grid.cc canvas::grid - more tweaks and improvements 2017-02-01 21:58:20 +01:00
image.cc
item.cc
line_set.cc remove use of boost::optional to define "undefined" Canvas::Rect, and use Rect::empty instead. 2017-01-19 20:54:54 +01:00
line.cc
lookup_table.cc remove use of boost::optional to define "undefined" Canvas::Rect, and use Rect::empty instead. 2017-01-19 20:54:54 +01:00
meter.cc
Notes
outline.cc
pixbuf.cc
poly_item.cc remove use of boost::optional to define "undefined" Canvas::Rect, and use Rect::empty instead. 2017-01-19 20:54:54 +01:00
poly_line.cc
polygon.cc
rectangle.cc
root_group.cc
ruler.cc
run-manual-test.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
run-tests.sh
scroll_group.cc
stateful_image.cc remove use of boost::optional to define "undefined" Canvas::Rect, and use Rect::empty instead. 2017-01-19 20:54:54 +01:00
text.cc Disable Retina/Appple pango text-width workaround 2017-03-11 05:13:17 +01:00
tracking_text.cc
types.cc
utils.cc
wave_view.cc Fix out-of-bounds waveform image rendering. 2017-05-14 20:37:58 +02:00
widget.cc Towards a consistent render() API. 2017-03-20 17:12:08 +01:00
wscript Move NSGlView into libgtkmm2ext 2017-03-20 04:35:05 +01:00
xfade_curve.cc