summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-02-24fix VST shell-scanner (double free), support for VST2.4Robin Gareus
2014-02-23remaining bits for VST-shell plugin support ..and more VST reworkRobin Gareus
2014-02-23preparations for VST Shell plugins (mostly mixbus code forward port)Robin Gareus
2014-02-23consolidate lxVST & winVST file-info code into libardourRobin Gareus
2014-02-22fix minimum VST GUI window size (gtk padding)Robin Gareus
2014-02-22resolve gtk + VST threading issuesRobin Gareus
2014-02-22NOOP, whitespace change onlyRobin Gareus
2014-02-22Windows VST GUI related reworkRobin Gareus
2014-02-22first part of merging windows and wine VSTRobin Gareus
2014-02-22update vestige header (from mixbus)Robin Gareus
2014-02-22add support for VST>=2.4Robin Gareus
2014-02-20allow per-line configurability of the threshold used to determine if a PolyLi...Paul Davis
2014-02-19fix error in canvas PolyLine::covers(), so that the mouse can actually enter/...Paul Davis
2014-02-19use new ControlList::add() argumentPaul Davis
2014-02-19do not needlessly keep starting touch/automation watch passes just because a ...Paul Davis
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2014-02-19clear up some stupid thinking in Amp regarding the way the underlying Automat...Paul Davis
2014-02-19add a hack to deal with device discovery race, in which the devices were not ...Paul Davis
2014-02-19move SystemExec to libpbdRobin Gareus
2014-02-17make stateful image canvas item actually compilePaul Davis
2014-02-17use boost::uuids method to get a string from a boost UUIDPaul Davis
2014-02-17new canvas item to allow image-based GUI constructionPaul Davis
2014-02-14debugging export format UUID creationPaul Davis
2014-02-14possible fix for error during export format load-from-diskPaul Davis
2014-02-14fix up problems with patch change flgs not changing height correctlyPaul Davis
2014-02-14since we now expand rectangles to the right always, adjust the bounding box c...Paul Davis
2014-02-13remove debug messagePaul Davis
2014-02-13fix up some issues with precise placement of ArdourCanvas::Rectangle frame/ou...Paul Davis
2014-02-13make Item::set_position() do nothing if the position doesn't changePaul Davis
2014-02-13Guard some Debug output so that it only appears when applicable ('Item::name'...John Emmas
2014-02-12slight code tidy for Line::render() ... don't use 0.5 pixel adjustment if the...Paul Davis
2014-02-12fix up major thinko's in ArdourCanvas::Group's handling of deletion (both its...Paul Davis
2014-02-12correct delete/free messPaul Davis
2014-02-11fix major thinko in ArdourCanvas::Group::clear()Paul Davis
2014-02-11when delivering canvas events, if an item is grabbed, use it in preference to...Paul Davis
2014-02-11fix text placement in ArdourCanvas::FlagPaul Davis
2014-02-10i18n updates (specifically .de from edgar a, but also contains results of ./w...Paul Davis
2014-02-10string fix up, IIPaul Davis
2014-02-10string fix upPaul Davis
2014-02-08Merge branch 'master' into cairocanvasPaul Davis
2014-02-08add kxstudio linux vst dirs to LXVST default search pathPaul Davis
2014-02-08fix missing colon in extension of LXVST search pathPaul Davis
2014-02-07merge with master, with minor conflict fixesPaul Davis
2014-02-07equivalent change to realpath() error return as was done in master rev 60a921...Paul Davis
2014-02-07when cleaning up sources, do not remove "stub" sources from the source list, ...Paul Davis
2014-02-07add FileSource::is_stub() declarationPaul Davis
2014-02-07Fix egregious logic bug in FileSource::removable() and introduce FileSource::...Paul Davis
2014-02-07fix utter confusion about session _path in new sessions.Paul Davis
2014-02-07don't add a [shared] panner for the sends to monitoing sectionRobin Gareus
2014-02-05add debug-message to track down missing SourcesRobin Gareus