13
0
livetrax/libs/canvas
Robin Gareus 5bdc869e49 remove invalid assertion - #6634
There is a highly unlikely case where the render thread can have zero
requests in the queue, but it is not supposed to be terminated.

 1) WaveView::queue_get_image(); 
wake up thread, *but* the thread does not start yet
 2) WaveView::cancel_my_render_request(); 
and now the thread starts.

1,2 are initiated by user actions from the GUI thread and are normally
orders of magnitude slower than scheduler-thread wakeup.
2015-10-22 12:20:42 +02:00
..
benchmark
canvas
doc
macosx/canvas/canvas.xcodeproj
MSVCcanvas
test
arc.cc
arrow.cc
build-and-run-benchmark.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc Include button number in canvas button press/release debug info 2015-10-06 13:29:57 +10: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
colorspace.cc
container.cc
curve.cc
debug.cc
fill.cc
flag.cc
i18n.h
image.cc
item.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
line_set.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
line.cc
lookup_table.cc
Notes
outline.cc change Canvas heirarchy and constructors 2014-06-12 14:53:44 -04:00
pixbuf.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
poly_item.cc
poly_line.cc
polygon.cc
rectangle.cc
root_group.cc
ruler.cc
run-manual-test.sh
run-tests.sh initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
scroll_group.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
stateful_image.cc
text.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
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 remove invalid assertion - #6634 2015-10-22 12:20:42 +02:00
widget.cc
wscript
xfade_curve.cc