13
0
livetrax/libs/canvas
2013-10-24 17:14:12 -04:00
..
benchmark initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
canvas fix computation of canvas text item bounding box 2013-10-24 17:12:28 -04:00
doc initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
test initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
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 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 expand bounding box of all objects by 0.5 before computing intersection for render cycle; alter debug output 2013-10-24 17:14:12 -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 workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limit 2013-06-27 10:41:00 -04:00
flag.cc add headers to all canvas .cc and .h files 2013-04-15 22:10:18 -04:00
group.cc expand bounding box of all objects by 0.5 before computing intersection for render cycle; alter debug output 2013-10-24 17:14:12 -04:00
image.cc likely fix for Canvas::Image positioning under new coordinate/render rules 2013-06-22 14:59:43 -04:00
item.cc minor fixes for recent cairocanvas work so that it builds on OS X (64bit) 2013-07-01 12:04:02 -04:00
line_set.cc fix drawing of a canvas LineSet object 2013-10-24 17:13:22 -04:00
line.cc an awful lot of tweaks to drawing details 2013-06-24 16:28:53 -04:00
lookup_table.cc add casting for MSVC sqrt 2013-09-25 10:36:42 -04: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 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 fix incorrect coordinate space when drawing first poly-curve line 2013-06-21 13:56:01 -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 computation of rectangle bounding box 2013-10-24 17:13:03 -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 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
text.cc fix computation of canvas text item bounding box 2013-10-24 17:12:28 -04:00
types.cc an awful lot of tweaks to drawing details 2013-06-24 16:28:53 -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 changes to waveform clipping display 2013-06-28 20:21:30 -04:00
wscript expand tabs to spaces in wscript 2013-07-14 19:39:24 +02:00