summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2013-04-17Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis
2013-04-17ArdourCanvas::Image allow to set custom data instead of class pre-allocated m...Robin Gareus
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-11Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul 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-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10remove intermediate GdkPixbuf from waveview rendering, and use shared_array<>...Paul Davis