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
canvas
doc
MSVCcanvas
test
arc.cc canvas: tweaks to Arc canvas item 2022-08-27 12:54:43 -06:00
arrow.cc
box.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 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
canvas.cc
circle.cc
container.cc Only use render-group when container is not opaque 2023-02-05 22:34:38 +01:00
ct
curve.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
debug.cc
fill.cc
flag.cc
framed_curve.cc Fix various typos in libs/canvas 2022-08-03 12:07:46 -06:00
grid.cc
image.cc
item.cc
line_set.cc
line.cc canvas: change Item::bb_clean() to better named Item::set_bbox_clean() 2022-04-26 22:04:08 -06:00
lollipop.cc
lookup_table.cc C++ auto iteration FTW 2023-06-26 14:18:17 -06:00
meter.cc
note.cc
Notes
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
poly_line.cc
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
run-manual-test.sh
run-tests.sh
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
table.cc
text.cc Fix a small memory leak 2023-04-19 14:20:48 +02:00
tracking_text.cc
types.cc
utils.cc
widget.cc
wscript
xfade_curve.cc