13
0
livetrax/libs/canvas
2021-08-13 12:51:26 -06:00
..
benchmark
canvas step button for Canvas (used by BeatBox GUI) 2021-08-13 12:51:26 -06:00
doc
kiwi Canvas: reindent Kiwi code, and provide operator<<(ostream&) for several objects 2021-08-13 12:51:25 -06:00
MSVCcanvas
test
arc.cc Canvas: modify Arc to work with layout 2021-08-13 12:51:25 -06:00
arrow.cc
box.cc Canvas: child_changed() API fix for Box 2021-08-13 12:51:25 -06:00
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc Canvas: re-use Solver as much as possible, with possible (but not substantive) speedup; remove debug output 2021-08-13 12:51:26 -06:00
cbox.cc Canvas: add a nice new syntax for constraint packing 2021-08-13 12:51:26 -06:00
circle.cc
constrained_item.cc Canvas: add a nice new syntax for constraint packing 2021-08-13 12:51:26 -06:00
constraint_packer.cc Canvas: improve implementation/design of ConstraintPacker::preferred_size() 2021-08-13 12:51:26 -06:00
constraint_test.cc Canvas: add a nice new syntax for constraint packing 2021-08-13 12:51:26 -06:00
constraint_test2.cc Canvas: tweak debug output for canvas rendering 2021-08-13 12:51:26 -06:00
constraint_test3.cc Canvas: third constraint test 2021-08-13 12:51:26 -06:00
constraint_test4.cc Canvas: improve implementation/design of ConstraintPacker::preferred_size() 2021-08-13 12:51:26 -06:00
container.cc remove debug output 2021-08-13 12:51:26 -06:00
ct Canvas: tweak test script runner 2021-08-13 12:51:26 -06:00
curve.cc
debug.cc
fill.cc NOOP: remove whitespace 2021-08-13 12:51:25 -06:00
flag.cc
framed_curve.cc
grid.cc Canvas: change API of Item::child_changed() to include bool indicate bounding_box change 2021-08-13 12:51:25 -06:00
image.cc
item.cc Canvas: re-use Solver as much as possible, with possible (but not substantive) speedup; remove debug output 2021-08-13 12:51:26 -06:00
line_set.cc Canvas: change LineSet::add() to ::add_line() 2021-08-13 12:51:25 -06:00
line.cc
lookup_table.cc
meter.cc
note.cc change velocity bar inside notes to extend to edges of note 2020-03-26 10:12:54 -06:00
Notes
outline.cc
pixbuf.cc
poly_item.cc Remove hardcoded 2^15 cairo-boundary, prefer window-area 2020-04-10 18:28:26 +02:00
poly_line.cc NO-OP: whitespace 2020-04-10 18:32:18 +02:00
polygon.cc Fix polygon redrawing -- #8148 2020-07-09 02:10:28 +02:00
rectangle.cc do not double-translate Canvas::Rectangle by _position; item_to_window() already includes it by calling item_to_canvas() 2021-08-13 12:51:26 -06:00
root_group.cc Canvas: re-use Solver as much as possible, with possible (but not substantive) speedup; remove debug output 2021-08-13 12:51:26 -06:00
ruler.cc canvas/ruler: provide option for a second font to be used for "major" marks 2021-01-03 16:50:18 -07:00
run-manual-test.sh
run-tests.sh
scroll_group.cc
stateful_image.cc
step_button.cc step button for Canvas (used by BeatBox GUI) 2021-08-13 12:51:26 -06:00
text.cc steps in the evolution of beatbox 2021-08-13 12:51:26 -06:00
tracking_text.cc Fix tracking-text offset 2020-12-30 03:26:00 +01:00
types.cc
utils.cc
widget.cc Remove unused #include<> (2/2) 2021-05-05 17:57:16 +02:00
wscript add step_button to wscript 2021-08-13 12:51:26 -06:00
xfade_curve.cc