13
0
livetrax/libs/canvas
Mads Kiilerich a0916ef368 wscript: drop unused APPNAME assignment in libs
https://waf.io/book/ says
  By default, the project name and version are set to noname and 1.0. To
  change them, it is necessary to provide two additional variables in
  the top-level project file

- and waf code inspection confirms that waf itself only will use the top
level APPNAME.

Also, the 'waf dist' comment doesn't seem relevant - especially after
this change - and is removed too.

(Note: libs/evoral/wscript and libs/temporal/wscript still use APPNAME
for other purposes.)
2023-09-17 07:34:55 -06:00
..
benchmark
canvas provide PolyItem::pop_back() 2023-07-09 20:41:36 -06:00
doc
MSVCcanvas
test
arc.cc
arrow.cc
box.cc
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc fix thinko in canvas logic (fixes mouse cursor on desensitized playhead) 2023-05-01 08:49:27 -05:00
circle.cc
container.cc Only use render-group when container is not opaque 2023-02-05 22:34:38 +01:00
ct
curve.cc
debug.cc
fill.cc
flag.cc
framed_curve.cc
grid.cc
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: skip intermediate Canvas::Rect object (trivial optimization) 2023-09-15 17:34:30 -06:00
line.cc
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
note.cc
Notes
outline.cc
pixbuf.cc
poly_item.cc provide PolyItem::pop_back() 2023-07-09 20:41:36 -06:00
poly_line.cc
polygon.cc
rectangle.cc Fix canvas rectangle bounding box 2023-09-07 02:45:26 +02:00
root_group.cc
ruler.cc another pixel width fix, to accomodate for the unliekly 2023-09-15 17:34:30 -06:00
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
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 wscript: drop unused APPNAME assignment in libs 2023-09-17 07:34:55 -06:00
xfade_curve.cc