summaryrefslogtreecommitdiff
path: root/libs/canvas/wscript
AgeCommit message (Expand)Author
2020-01-25Explicitly use OSXRobin Gareus
2020-01-14NO-OP: whitespaceRobin Gareus
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-07-03use new Canvas::Note object for (sustained) note displayPaul Davis
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-06-26Reimplementation of large parts of the WaveView classTim Mayberry
2017-03-20Move NSGlView into libgtkmm2extRobin Gareus
2017-03-19Prepare NSView/OpenGL Canvas (to speed up rendering on [mac]OS[X]Robin Gareus
2017-01-15include Canvas::Grid in build scriptPaul Davis
2016-09-27add canvas-based Meter objectPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis
2016-05-27Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar.nick_m
2016-02-28prepare for update to waf 1.8Robin Gareus
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-06-29conditionalize background fades depending on whether this is a tracks or othe...Paul Davis
2015-06-29tweak for static library buildPaul Davis
2015-06-23several changes, major and minor, to improve threaded waveview renderingPaul Davis
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-06-26add tracking_text.cc to canvas wscriptPaul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-12remove drag handle canvas object - it was just a stupid unfinished experimentPaul Davis
2014-06-11add ruler.cc to canvas wscriptPaul Davis
2014-06-05basic, initial structure for canvas widget itemPaul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-05-29Canvas: new x-fade drawing, two curve widgetRobin Gareus
2014-05-28Revert "cairo sub-surface prototype & exampleRobin Gareus
2014-05-28cairo sub-surface prototype - intermediate flattened group renderer.Robin Gareus
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-03-01fix compilation of libcanvas so that when built as a shared lib (the default)...Paul Davis
2014-02-17make stateful image canvas item actually compilePaul Davis
2014-01-12move -fvisibility=hidden to the top of the source tree, and remove its intern...Paul Davis
2014-01-02add drag handle source to wscriptPaul Davis
2013-12-27add visibility/export control to libcanvasPaul Davis
2013-07-14expand tabs to spaces in wscriptRobin Gareus
2013-04-18part two of ... add Canvas::Arc and derive Canvas::Circle from itPaul Davis
2013-04-18add Canvas::CirclePaul Davis
2013-04-15remove all XML related API from canvas. it may have been useful during develo...Paul Davis
2013-04-15add new canvas Image item, with somewhat optimized API for asynchronous, thre...Paul Davis
2013-04-11add (bezier) curves to canvas, use for automation lines; fix issue with recta...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis