13
0
livetrax/libs/canvas
2013-06-19 14:44:08 -04:00
..
benchmark
canvas initial semi-working attempt at getting waveview cache to work correctly 2013-06-18 23:03:20 -04:00
doc
test
arc.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
arrow.cc alter arrow drawing to fully close path and thus avoid cairo mitering variability 2013-04-10 10:27:37 -04:00
build-and-run-benchmark.sh
build-and-run-manual-test.sh
build-and-run-tests.sh
canvas.cc fix rect redraw problems caused by intersection requiring the usual 0.5 expansion (though consider a more general fix for this at teh group level) 2013-06-18 13:46:24 -04:00
circle.cc part two of ... add Canvas::Arc and derive Canvas::Circle from it 2013-04-18 21:29:13 -04:00
curve.cc remove all xml++.h inclusion by canvas implementations 2013-04-15 22:00:13 -04:00
debug.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
fill.cc do not trigger visual changes when Fill::set_* methods don't change anything 2013-04-26 14:19:16 -04:00
flag.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
group.cc fix rect redraw problems caused by intersection requiring the usual 0.5 expansion (though consider a more general fix for this at teh group level) 2013-06-18 13:46:24 -04:00
image.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
item.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
line_set.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
line.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
lookup_table.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
Notes
outline.cc many pervasive changes primarily related to waveform drawing, particular content-dragging, colors, and more 2013-04-24 15:42:14 -04:00
pixbuf.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
poly_item.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
poly_line.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
polygon.cc basically operational switch to canvas drawing coordinates, although text and waves don't work, and redraw areas are too small 2013-06-18 08:23:06 -04:00
rectangle.cc fix rect redraw problems caused by intersection requiring the usual 0.5 expansion (though consider a more general fix for this at teh group level) 2013-06-18 13:46:24 -04:00
root_group.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
run-manual-test.sh
run-tests.sh
text.cc fix rect redraw problems caused by intersection requiring the usual 0.5 expansion (though consider a more general fix for this at teh group level) 2013-06-18 13:46:24 -04:00
types.cc fix clamping of line and rect coordinates to avoid issues with cairo when drawing way outside a surface's dimensions; move various coordinate methods down to Canvas, because they don't require GTK information; make visible_area() a Canvas virtual method so that we don't have to cast to call it 2013-04-17 10:53:17 -04:00
utils.cc change rendering technique for waveforms, add back optional gradient, add back amplitude scaling, add rgb/hsv conversion utilities to canvas 2013-04-16 14:04:59 -04:00
wave_view.cc inching pretty close to fully working waves now 2013-06-19 14:44:08 -04:00
wscript part two of ... add Canvas::Arc and derive Canvas::Circle from it 2013-04-18 21:29:13 -04:00