summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2013-09-25only generate some current canvas debug output when CANVAS_DEBUG is defined, ...Paul Davis
2013-09-25add casting for MSVC sqrtPaul Davis
2013-09-25fix a typo in canvas-debug.hPaul Davis
2013-08-08debugging various canvas event issuesPaul Davis
2013-07-14expand tabs to spaces in wscriptRobin Gareus
2013-07-01minor fixes for recent cairocanvas work so that it builds on OS X (64bit)Paul Davis
2013-06-28changes to waveform clipping displayPaul Davis
2013-06-28make clip indicators more visible (the smaller of 7 pixels or 5% of track hei...Paul Davis
2013-06-28restore display of clipping in waveform displaysPaul Davis
2013-06-27fix drawing of rectangles larger than 2000 pixels, caused by silly hard-codin...Paul Davis
2013-06-27cleanup ArdourCanvas::WaveViewPaul Davis
2013-06-27workaround/hack/fix for cairo pattern gradient space exceeding 2^16 size limitPaul Davis
2013-06-26move text origin back down, since it was a mistake to move it; alter computat...Paul Davis
2013-06-26tweak position of pango-rendered text image on canvas by 2 pixels upwardPaul Davis
2013-06-25fix gradient pattern origin translation for time axis view itemsPaul Davis
2013-06-24fix up size and drawing of measure lines, even when vertically scrolledPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-06-22likely fix for Canvas::Image positioning under new coordinate/render rulesPaul Davis
2013-06-21properly restore newer (cairo-canvas related) UI config parametersPaul Davis
2013-06-21fix incorrect coordinate space when drawing first poly-curve linePaul Davis
2013-06-21waveform drawing improvementsPaul Davis
2013-06-20(working) start of an experiment with pyramix-style waveform drawingPaul Davis
2013-06-20new image cache design for waveviews, with various fixes.Paul Davis
2013-06-19get wave drawing improved, but commit before i tear it all up and go back to ...Paul Davis
2013-06-19inching pretty close to fully working waves nowPaul Davis
2013-06-18initial semi-working attempt at getting waveview cache to work correctlyPaul Davis
2013-06-18fix rect redraw problems caused by intersection requiring the usual 0.5 expan...Paul Davis
2013-06-18basically operational switch to canvas drawing coordinates, although text and...Paul Davis
2013-05-02move setup_outline_context() to a more sensible shared locationPaul Davis
2013-04-26do not trigger visual changes when Fill::set_* methods don't change anythingPaul Davis
2013-04-26fix incorrect 3rd arg to AudioRegion::read_peaks() - was passing end, not cnt...Paul Davis
2013-04-25tweak enter/leave code, remove debug outputPaul Davis
2013-04-25don't invalidate image cache for every regionr esize, only region start changesPaul Davis
2013-04-24more tweaks for enter/leave events for canvas itemsPaul Davis
2013-04-24tweaks to improve enter/leave event handling - fixes at least some crashes ca...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-21add back change lost during branch mergingPaul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-21Revert "add Group::clear(), do not clear _canvas member of Item when unparent...Paul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-20Revert "cairo image crash debugging" and "initialize image data"Robin Gareus
2013-04-20cairo image crash debuggingRobin Gareus
2013-04-20tweak event/leave event delivery so that it applies to items being deleted as...Paul Davis
2013-04-20initialize image data.Robin Gareus
2013-04-19no create cached waveview images that span from render-start to cache-start, ...Paul Davis
2013-04-18part two of ... add Canvas::Arc and derive Canvas::Circle from itPaul Davis
2013-04-18add Canvas::Arc and derive Canvas::Circle from itPaul Davis
2013-04-18add Canvas::CirclePaul Davis
2013-04-18expand bbox for Canvas::Line to get rid of artifacts caused when moving them ...Paul Davis
2013-04-18display waveform polarity correctlyRobin Gareus