ardour/libs/canvas
nick_m aebd5863f0 Use a dumb cache for waveview ImageSurfaces. This halves the size of the
previous one, but usually ends up using three of them at the current
CACHE_HIGH_WATER setting.
Should result in a smaller memory footprint for sessions with
multiple copies of nearby audio segments (electronic style).
The downside is the larger memory footprint for linear recording
sessions if CACHE_HIGH_WATER > 1 (1 giving a max of two
half - sized cache entries per audio stream).
2014-08-17 14:55:20 -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 Use a dumb cache for waveview ImageSurfaces. This halves the size of the 2014-08-17 14:55:20 -04:00
doc [Summary] Fixed MAC build 2014-03-26 06:31:34 -05:00
MSVCcanvas Add newly introduced sources to MSVC project 2014-08-17 13:46:21 -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 use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -04:00
arrow.cc clean up ArdourCanvas::Arrow implementation to remove unshown polygon/head 2014-08-17 13:39:02 -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 fix problems with expose/redraws from canvas where requested area goes way outside the integer range allowed by GTK/GDK 2014-08-17 14:49:34 -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 use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -04:00
debug.cc mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64) 2014-03-04 15:25:58 +01:00
drag_handle.cc for now, hide ugly circle thing in drag handles 2014-01-07 20:56:03 -05:00
fill.cc overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
flag.cc fix up problems with patch change flgs not changing height correctly 2014-02-14 12:06:44 -05:00
group.cc use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -04:00
i18n.h make stateful image canvas item actually compile 2014-02-17 16:05:52 -05:00
image.cc likely fix for Canvas::Image positioning under new coordinate/render rules 2013-06-22 14:59:43 -04:00
item.cc merge onecanvas and cairocanvas branches, and manually resolve conflicts, including rounding in item_to_window() methods 2014-08-17 13:44:57 -04:00
line.cc use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -04:00
line_set.cc drop use of bounding box to determine whether an item covers a point; add Item::covers(Duple const&) 2013-11-04 11:56:10 -05:00
lookup_table.cc use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -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 overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
pixbuf.cc overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00
poly_item.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
poly_line.cc use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -04:00
polygon.cc use window-based coordinates when picking current item so that we get per-item (per-scroll-group,really) computation of position and coverage. 2014-08-17 13:39:15 -04:00
rectangle.cc When rendering a Canvas::Rectangle take its _position into account, even though in general this is always (0,0) within its parent 2014-08-17 14:50:37 -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 [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 clip rendering of ScrollGroup to just the part of the canvas covered by the scroll group. 2014-08-17 14:50:12 -04:00
stateful_image.cc make stateful image canvas item actually compile 2014-02-17 16:05:52 -05:00
text.cc overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -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 add a utility function to Canvas to compute distance from a point to a line segment 2013-12-09 13:35:07 -05:00
wave_view.cc Use a dumb cache for waveview ImageSurfaces. This halves the size of the 2014-08-17 14:55:20 -04:00
widget.cc remove debugging output 2014-08-17 14:44:31 -04:00
wscript basic, initial structure for canvas widget item 2014-08-17 14:44:25 -04:00
xfade_curve.cc test possible 'flickering' with nvidia 2014-08-16 17:59:45 -04:00
xml_ui.cc overwrite state of libs/canvas with code from corresponding period in ardour-cairocanvas 2014-08-17 13:29:01 -04:00