summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2014-06-15comment correction regarding Canvas::visible_area()Paul Davis
2014-06-15initialize _scroll_parent in Canvas::itemPaul Davis
2014-06-15initialize uninitialized variableRobin Gareus
2014-06-15Add newly introduced sources to our MSVC projectsJohn Emmas
2014-06-15Remove no longer needed sources from MSVC projectsJohn Emmas
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-12remove hard-coded colorsPaul Davis
2014-06-11many fixes and improvements for a now-working ArdourCanvas::Ruler itemPaul Davis
2014-06-11add ruler.cc to canvas wscriptPaul 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-08fix borked logic controlling whether/when to draw clip/outline pixels/lines i...Paul Davis
2014-06-08Merge branch 'waveview_caching_for_upstream' of https://github.com/nmains/ard...Paul Davis
2014-06-09Use global clip level from prefs. Restore clip colour, \nick_m
2014-06-08when delivering enter/leave events to canvas items, ensure that the event coo...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-06When rendering a Canvas::Rectangle take its _position into account, even thou...Paul Davis
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-05remove debugging outputPaul Davis
2014-06-05basic, initial structure for canvas widget itemPaul Davis
2014-06-04 Add newly introduced sources to MSVC projectJohn Emmas
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-03fix missing leftover Canvas::pick_current_item() which was confusing button r...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-31test possible 'flickering' with nvidiaRobin Gareus
2014-05-31don't allow waveform to bleed into TimeAxisViewItem frame borderRobin Gareus
2014-05-30Add newly introduced sources to MSVC projectJohn Emmas
2014-05-30Rearrange some #includes to keep MSVC happyJohn Emmas
2014-05-30smooth visual curve drawingRobin Gareus
2014-05-29smoothen rendering of x-fadesRobin Gareus
2014-05-29fix prev commitRobin Gareus
2014-05-29renice x-fade rendering w/cairo-antialiasingRobin Gareus
2014-05-29Canvas: new x-fade drawing, two curve widgetRobin Gareus
2014-05-28Revert "cairo sub-surface prototype & exampleRobin Gareus
2014-05-28exercise subsurface rendering for x-fade curvesRobin Gareus
2014-05-28cairo sub-surface prototype - intermediate flattened group renderer.Robin Gareus