summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
2015-02-09canvas items must be able to use fractional positions when rendering.Paul Davis
2015-01-16Revert "Kludgey fix for invisible playhead when scrolled."David Robillard
2015-01-16Compute arrow bbox manually to appease crazy canvas.David Robillard
2015-01-16Kludgey fix for invisible playhead when scrolled.David Robillard
2015-01-16Put playhead on top of everything.David Robillard
2014-12-19add ArdourCanvas::change_alpha()Paul Davis
2014-12-18change Item::visible() to Item::self_visible(); add Item::visible() which ret...Paul Davis
2014-12-15add getters for SVAModifierPaul Davis
2014-12-14fix up SVAModifier constructorsPaul Davis
2014-12-14add SVAModifier to ArdourCanvas color codePaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ap...Paul Davis
2014-12-06Fix inappropriately massive flag font.David Robillard
2014-12-02first pass at optimization for low-level canvas codePaul Davis
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
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