ardour/libs/canvas
Paul Davis 87cc9f7d4f completely rethink waveform rendering (again)
There are 3 possible components to draw at each x-axis position: the waveform "line", the zero line and an outline/clip indicator.
We have to decide which of the 3 to draw at each position, pixel by pixel. This makes the rendering less efficient but it is
the only way I can see to do this correctly.
2014-08-17 18:07:24 -04:00
..
benchmark
canvas completely rethink waveform rendering (again) 2014-08-17 18:07:24 -04:00
doc [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
MSVCcanvas Add newly introduced sources to our MSVC projects 2014-08-17 15:26:34 -04:00
test
arc.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
arrow.cc more canvas refactoring. 2014-08-17 17:44:17 -04:00
build-and-run-benchmark.sh [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
build-and-run-manual-test.sh [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
build-and-run-tests.sh [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
canvas.cc explicitly qualify cast to ArdourCanvas::Container so that it works. 2014-08-17 17:43:51 -04:00
circle.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
container.cc more canvas refactoring. 2014-08-17 17:44:17 -04:00
curve.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
debug.cc mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64) 2014-03-04 15:25:58 +01:00
fill.cc change Canvas heirarchy and constructors 2014-08-17 15:08:56 -04:00
flag.cc more canvas refactoring. 2014-08-17 17:44:17 -04:00
i18n.h make stateful image canvas item actually compile 2014-02-17 16:05:52 -05:00
image.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
item.cc more canvas refactoring. 2014-08-17 17:44:17 -04:00
line.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
line_set.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
lookup_table.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
Notes
outline.cc change Canvas heirarchy and constructors 2014-08-17 15:08:56 -04:00
pixbuf.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
poly_item.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
poly_line.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
polygon.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
rectangle.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
root_group.cc more canvas refactoring. 2014-08-17 17:44:17 -04:00
ruler.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
run-manual-test.sh [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
run-tests.sh [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
scroll_group.cc more canvas refactoring. 2014-08-17 17:44:17 -04:00
stateful_image.cc change Canvas heirarchy and constructors 2014-08-17 15:08:56 -04:00
text.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
types.cc don't queue redraws when various canvas item properties are "reset" to the same value, plus supporting functions 2014-03-11 07:36:09 -04:00
utils.cc
wave_view.cc completely rethink waveform rendering (again) 2014-08-17 18:07:24 -04:00
widget.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
wscript more canvas refactoring. 2014-08-17 17:44:17 -04:00
xfade_curve.cc refactor Canvas so that all Items have children; add Container abstract base class; rename Group as "Layout" and retain only drawing semantics 2014-08-17 17:42:59 -04:00
xml_ui.cc Canvas::Group was removed 2014-08-17 18:04:05 -04:00