summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
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
2014-05-27Curve: anti-aliasing.Robin Gareus
2014-05-27implement Curve in/outside fillRobin Gareus
2014-05-27directly apply waveform clip-level changesRobin Gareus
2014-05-26"We brake for nobody." oh wait. - fixes Rectified Waveform view.Robin Gareus
2014-05-26fix prev commit, window-offset for x-fade drawingRobin Gareus
2014-05-26fix x-fade drawingRobin Gareus
2014-05-07first pass at tightening up waveform drawing algorithm to generally round dow...Paul Davis
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-20big rework of scrolling, horizontal part considered almost 100% done.Paul Davis
2014-03-11don't queue redraws when various canvas item properties are "reset" to the sa...Paul Davis
2014-03-10tiny red dots, be gone (expand poly_item bounding box by correct (?) amount)Paul Davis
2014-03-10missing iterator advancePaul Davis
2014-03-09stupid hack to fix rectangle damage noisePaul Davis
2014-03-07use fill transparency detection to avoid rendering transparent (invisible) re...Paul Davis
2014-03-07if a Fill object is given a zero-alpha (transparent) color, note thatPaul Davis
2014-03-07alter ArdourCanvas::Rect::expand() to not clamp to all-positive values becaus...Paul Davis
2014-03-07slightly optimize bounding box computation for ArdourCanvas::PolyItem by avoi...Paul Davis
2014-03-07move an assert to cover only cases where it is neededPaul Davis
2014-03-06tweak Polygon::render() to work whether or not fill or outline are unsetPaul Davis
2014-03-05manually revert change to canvas expose handling in fee026c5ef7107d5d594159f5...Paul Davis
2014-03-05use a centripetal catmull-rom curve to smooth ArdourCanvas::CurvePaul Davis
2014-03-04"correct" curve drawing (no artifacts during redraw)Paul Davis
2014-03-04tentative intermediate state for ArdourCanvas::CurvePaul Davis
2014-03-04only queue an item redraw from Item::show() or Item::Hide() if the call chang...Paul Davis
2014-03-04break down GdkEventExpose into distinct rectangles for canvas expose rather t...Paul Davis