13
0
livetrax/libs/canvas
Mads Kiilerich 6b61b03434 wscript: drop traces of shutdown() handling
autowaf has no real shutdown functionality anyway. The automatic
shutdown function that could have been called wouldn't work anyway, as
it takes an argument.

The only reason it doesn't fail is that the top level wscript has no
shutdown handling and doesn't recurse to other scripts, so it is all
dead code.
2023-10-15 10:47:16 -06:00
..
benchmark NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
canvas canvas: add PolyItem::clear() 2023-09-30 11:09:58 -06:00
doc initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
MSVCcanvas Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 09:19:28 +01:00
test remove Kiwi constraint-based packing code from canvas library and users (library version) 2021-11-04 11:25:30 -06:00
arc.cc canvas: tweaks to Arc canvas item 2022-08-27 12:54:43 -06:00
arrow.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
box.cc canvas: improve debug trace output during Box::reposition_children() 2022-09-03 16:46:41 -06:00
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 initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
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 fix thinko in canvas logic (fixes mouse cursor on desensitized playhead) 2023-05-01 08:49:27 -05:00
circle.cc Update canvas/UI lib GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
container.cc Only use render-group when container is not opaque 2023-02-05 22:34:38 +01:00
ct Canvas: tweak test script runner 2021-08-13 12:51:26 -06:00
curve.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
debug.cc canvas: add Table debug bit 2021-09-14 18:29:39 -06:00
fill.cc NOOP: remove whitespace 2021-08-13 12:51:25 -06:00
flag.cc Update canvas/UI lib GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
framed_curve.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
grid.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
image.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
item.cc another use of auto iterators 2023-06-26 14:18:17 -06:00
line_set.cc canvas: if LineSet does the 0.5 pixel shift, make it the right direction 2023-09-25 20:01:21 -06:00
line.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
lollipop.cc lollis: draw stems in fill color (optionally) 2023-06-26 14:18:18 -06:00
lookup_table.cc C++ auto iteration FTW 2023-06-26 14:18:17 -06:00
meter.cc canvas: NOOP - meter, whitespace adjustment 2022-09-03 16:46:41 -06:00
note.cc use selected (outline) color for MIDI note velocity bar (thanks, cooltehno, for the idea) 2022-08-31 13:53:43 -06:00
Notes initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
outline.cc canvas: when an item has its bbox marked dirty, this should propagate to all parents 2022-04-26 22:04:08 -06:00
pixbuf.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
poly_item.cc canvas: add PolyItem::clear() 2023-09-30 11:09:58 -06:00
poly_line.cc Fix proximity threshold for polyline 2022-10-17 00:09:25 +02:00
polygon.cc canvas: when an item has its bbox marked dirty, this should propagate to all parents 2022-04-26 22:04:08 -06:00
rectangle.cc Fix canvas rectangle bounding box 2023-09-07 02:45:26 +02:00
root_group.cc Remove 18 month old debug messages 2022-02-01 22:01:41 +01:00
ruler.cc another pixel width fix, to accomodate for the unliekly 2023-09-15 17:34:30 -06:00
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 initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
scroll_group.cc canvas: invalidate scrollgroup, request redraw after scrolling 2023-02-01 02:57:10 +01:00
stateful_image.cc Update canvas/UI lib GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
step_button.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
table.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
text.cc Fix a small memory leak 2023-04-19 14:20:48 +02:00
tracking_text.cc Fix tracking-text offset 2020-12-30 03:26:00 +01:00
types.cc canvas; change operator<<() for Rect to show BIG instead of gigantic 64 bit numbers 2021-08-13 12:51:36 -06:00
utils.cc Update canvas/UI lib GPL boilerplate and (C) from git log 2019-08-03 15:53:17 +02:00
widget.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
wscript wscript: drop traces of shutdown() handling 2023-10-15 10:47:16 -06:00
xfade_curve.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00