.. |
arc.h
|
add Canvas::Arc and derive Canvas::Circle from it
|
2013-04-18 21:28:11 -04:00 |
arrow.h
|
|
|
canvas.h
|
more tweaks for enter/leave events for canvas items
|
2013-04-24 22:57:23 -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
|
change UIConfig to use accessor/setter methods like RCConfig so that ParameterChanged methods can actually be emitted; add variable (over a small range) background shading for all TimeAxisViewItems
|
2013-04-16 23:46:22 -04:00 |
flag.h
|
add headers to all canvas .cc and .h files
|
2013-04-15 22:10:18 -04:00 |
fwd.h
|
|
|
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
|
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 |
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 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.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
|
many pervasive changes primarily related to waveform drawing, particular content-dragging, colors, and more
|
2013-04-24 15:42:14 -04:00 |