summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16make waveform gradient depth continuously variable. color probably needs adju...Paul Davis
2013-04-16virtual Fill:: and Outline:: methods so that Canvas::Items that cache image r...Paul Davis
2013-04-16some rationalization of how global WaveView properties and per-WaveView prope...Paul Davis
2013-04-16somewhat restore ability to see rectified waveformsPaul Davis
2013-04-16restore log-scaled waveform functionalityPaul Davis
2013-04-16(hopefully) fix double-buffering design of ArdourCanvas::ImagePaul Davis
2013-04-16change rendering technique for waveforms, add back optional gradient, add bac...Paul Davis
2013-04-16add back various functionality to waveviews such as zero line, amplitude scalingPaul Davis
2013-04-15add some comments to Canvas::Image and ensure that the canvas redraws after a...Paul Davis
2013-04-15add headers to all canvas .cc and .h filesPaul Davis
2013-04-15remove all xml++.h inclusion by canvas implementationsPaul Davis
2013-04-15remove all XML related API from canvas. it may have been useful during develo...Paul Davis
2013-04-15add new canvas Image item, with somewhat optimized API for asynchronous, thre...Paul Davis
2013-04-15tweak time axis view item text positioning; allow ArdourCanvas::Text to have ...Paul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-15a few changes to fix region dragging, all related to coordinate system handli...Paul Davis
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2013-04-12switch from frames_per_pixel to samples_per_pixel in the one canvas object th...Paul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12slightly optimize drawing of rectangles with all 4 sides outlined to avoid mu...Paul Davis
2013-04-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis
2013-04-11many changes to get the cairo-canvas version much, much more functional. stil...Paul Davis
2013-04-10remove intermediate GdkPixbuf from waveview rendering, and use shared_array<>...Paul Davis
2013-04-10remove incorrect merge of cairocanvas patch that stopped most tracks from dis...Paul Davis
2013-04-10add -D canvasevents tracing for grabbed items and remove render count outputPaul Davis
2013-04-10remove debugging outputPaul Davis
2013-04-10alter arrow drawing to fully close path and thus avoid cairo mitering variabi...Paul Davis
2013-04-09a variety of fixes for the cairocanvas, but it still buggy as hell handling e...Paul Davis
2013-04-08mo' better debugging of canvas "structure" via Item::dump and derivativesPaul Davis
2013-04-06lazy redraw of Canvas::Text imagePaul Davis
2013-04-06pre-render text canvas items so that ::render() is just a blit from an image ...Paul Davis
2013-04-06add API to directly request access to pixbufRobin Gareus
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis
2013-04-05lots of tweaking and adding debug output including operator<</dump(ostream&) ...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis