summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
2014-02-04merge (w/fix) with masterPaul Davis
2014-02-03VBAP nomenclature s/Direction/Azimuth/Robin Gareus
2014-02-03update audio-buffer assert, take offset into accountRobin Gareus
2014-02-03remove cruft - unused _size in audio-buffersRobin Gareus
2014-02-03fix stem-export buffer-size checkRobin Gareus
2014-02-03fix processor_lockRobin Gareus
2014-02-01forward port lv2_evbuf update (from jalv)Robin Gareus
2014-01-30Merge branch 'master' into cairocanvasPaul Davis
2014-01-30even though man alloca says to include <alloca.h>, it apparently isn't necess...Paul Davis
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-29move check for n_speakers so that we avoid needless workPaul Davis
2014-01-29fix vbap-speaker calculations to work with alloca()Robin Gareus
2014-01-27fix up the abomination caused by moving from variable length (multidimensiona...Paul Davis