.. |
arc.h
|
add Canvas::Arc and derive Canvas::Circle from it
|
2013-04-18 21:28:11 -04:00 |
arrow.h
|
|
|
canvas.h
|
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 |
circle.h
|
part two of ... add Canvas::Arc and derive Canvas::Circle from it
|
2013-04-18 21:29:13 -04:00 |
curve.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
debug.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
fill.h
|
workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limit
|
2013-06-27 10:41:00 -04:00 |
flag.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
fwd.h
|
add (bezier) curves to canvas, use for automation lines; fix issue with rectangles missing their upper line segment; more cairo canvas fixes
|
2013-04-11 22:54:12 -04:00 |
group.h
|
add Group::clear(), do not clear _canvas member of Item when unparented (only the parent is changed)
|
2013-04-21 15:35:20 -04:00 |
image.h
|
Revert "cairo image crash debugging" and "initialize image data"
|
2013-04-20 23:36:13 +02:00 |
item.h
|
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.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
line.h
|
various work waveview amplitude mgmt; fix playhead cursor drag from timebar click
|
2013-04-17 15:22:09 -04:00 |
lookup_table.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
outline.h
|
virtual Fill:: and Outline:: methods so that Canvas::Items that cache image renderings of themselves can invalidate those caches when colors etc. change; add Item::{begin,end}_visual_change() so that we can notify the canvas more efficiently when *only* visual properties have changed and not the bounding box (probably needs to be used more widely)
|
2013-04-16 20:38:10 -04:00 |
pixbuf.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
poly_item.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
poly_line.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
polygon.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
rectangle.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
root_group.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
text.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
types.h
|
fix up size and drawing of measure lines, even when vertically scrolled
|
2013-06-24 23:03:11 -04:00 |
utils.h
|
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.h
|
changes to waveform clipping display
|
2013-06-28 20:21:30 -04:00 |