summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-25Remove dead code.David Robillard
2014-11-15Fix MIDI region keyboard editing (add key handling to canvas).David Robillard
2014-11-10further work on new color manipulation codePaul Davis
2014-11-10add background color property to Canvas::Canvas ; rearrange expose handling a...Paul Davis
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-07move canvas colors code into its own file(s)Paul Davis
2014-11-06add API to extract color from ArdourCanvas::Text and tidy up member declarationsPaul Davis
2014-11-05add Rect::shrink(Distance) even though it arguably should be handled by Rect:...Paul Davis
2014-11-05add some more outline enums to ArdourCanvas::RectanglePaul Davis
2014-11-05allow derived classes to access Item::{scroll,position}_offset(), mostly for ...Paul Davis
2014-11-05add ArdourCanvas::Fill::set_pattern() to allow any filled canvas item to be f...Paul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis
2014-10-28allow to use cairo-image/software surface for canvas & cairowidgetsRobin Gareus
2014-10-28remove unused old APIRobin Gareus
2014-10-24add #include that had gone unnoticed beforePaul Davis
2014-09-26further tweaks to canvas tooltip mechanismPaul Davis
2014-09-26display and position canvas tooltip windowPaul Davis
2014-09-25basic design of Canvas item tooltip mechanism.Paul Davis
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