summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
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
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01fix compilation of libcanvas so that when built as a shared lib (the default)...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-02-28remove debug messages, for nowPaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
2014-02-27remove unneeded extra methods in ArdourCanvas::CurvePaul Davis
2014-02-25fix canvas enter/leave bug when point is over a group/ignore-event item and w...Paul Davis
2014-02-25add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave e...Paul Davis