summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
2014-09-07add Canvas::Ruler::set_metric() to allow ruler metrics to be changed dynamicallyPaul Davis
2014-09-07change Metric element of a Canvas::Ruler item into a pointer internallyPaul Davis
2014-07-18Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairoc...Paul Davis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-15Render waveview components onto alpha masks to simplify drawing.nick_m
2014-07-07Add Canvas::re_enter() which picks the current item again based on mouse poin...Paul Davis
2014-06-30verbose cursor text is always outlinedPaul Davis
2014-06-30move contrasting_text_color() into ArdourCanvasPaul Davis
2014-06-29Change some declarations from 'struct' to 'class' (and vice-versa)John Emmas
2014-06-26new API for TrackingText and similar itemsPaul Davis
2014-06-26new TrackingText canvas item, to resolve conceptual issues with the Editor::V...Paul Davis
2014-06-24add scroll wheel handler to canvasBen Loftis
2014-06-23completely rethink waveform rendering (again)Paul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-22add missing new files for canvas redesignPaul Davis
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-18Cache entries are now region colour aware.nick_m
2014-06-12change Canvas heirarchy and constructorsPaul Davis
2014-06-12remove drag handle canvas object - it was just a stupid unfinished experimentPaul Davis
2014-06-12derive ArdourCanvas::Ruler from RectanglePaul Davis
2014-06-11many fixes and improvements for a now-working ArdourCanvas::Ruler itemPaul Davis
2014-06-11add Ruler to Canvas fwd.hPaul Davis
2014-06-11add initial (untested) implementation of canvas ruler itemPaul Davis
2014-06-09fix Canvas::LineSet implementation to support horizontal and vertical linesetsPaul Davis
2014-06-09remove global canvas scroll offset, to provide no-scroll-parent == no-scroll ...Paul Davis
2014-06-08Merge branch 'waveview_caching_for_upstream' of https://github.com/nmains/ard...Paul Davis
2014-06-08add Item::canvas_origin() for conveniencePaul Davis
2014-06-08Use a dumb cache for waveview ImageSurfaces. This halves the size of thenick_m
2014-06-05clip rendering of ScrollGroup to just the part of the canvas covered by the s...Paul Davis
2014-06-05fix problems with expose/redraws from canvas where requested area goes way ou...Paul Davis
2014-06-05basic, initial structure for canvas widget itemPaul Davis
2014-06-03merge onecanvas and cairocanvas branches, and manually resolve conflicts, inc...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-06-03use window-based coordinates when picking current item so that we get per-ite...Paul Davis
2014-06-03various changes to get independent scrolling to work better in canvas. mostly...Paul Davis
2014-06-03clean up ArdourCanvas::Arrow implementation to remove unshown polygon/headPaul Davis
2014-06-03rationalize and centralize computation of positional offset and scroll offset...Paul Davis
2014-06-03inline ScrollGroup::canvas_position() for no particular reasonPaul Davis
2014-06-03avoid recursing through the entire canvas when scrolling - only scroll explic...Paul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-05-30Rearrange some #includes to keep MSVC happyJohn Emmas
2014-05-30smooth visual curve drawingRobin Gareus
2014-05-29Canvas: new x-fade drawing, two curve widgetRobin Gareus
2014-05-28Revert "cairo sub-surface prototype & exampleRobin Gareus
2014-05-28cairo sub-surface prototype - intermediate flattened group renderer.Robin Gareus
2014-05-27implement Curve in/outside fillRobin Gareus
2014-05-27directly apply waveform clip-level changesRobin Gareus
2014-05-26fix x-fade drawingRobin Gareus
2014-03-11don't queue redraws when various canvas item properties are "reset" to the sa...Paul Davis