summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
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