summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-09-14unsigned/signed confusionPaul Davis
2011-09-13restore the use of Glib::ustring when iterating over possibly illegal charact...Paul Davis
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because this...Paul Davis
2011-08-18remove critical use of Glib::ustringPaul Davis
2011-08-18remove Glib::ustring from libardourPaul Davis
2011-08-18step one of removing Glib::ustring from ardour2Paul Davis
2011-07-24fix return value from ::ensure_outputs()Paul Davis
2011-07-22fix botched argument prototype and return signature for IO::ensure_(input|out...Paul Davis
2011-07-13fix bug that prevented fade-ins from recallingBen Loftis
2011-07-08new Basque translation from Pablo F. and friendsPaul Davis
2011-06-16When importing sources that are using sample rate conversion, the BWF start t...Todd Naugle
2011-06-11commit patch from colinf to just err, rather than abort, if ::truncate_start(...Paul Davis
2011-06-01fix cut-n-paste typo that caused Session::send_buffers to be the wrong sizePaul Davis
2011-06-01fix reallocation of silent, passthru and send buffers, specifically after a r...Paul Davis
2011-05-31conditionally compile support for jack_port_type_get_buffer_size() and if ava...Paul Davis
2011-05-31do not try to silence port buffers after a reconnect, since this violates old...Paul Davis
2011-05-30gcc 4.6 compile fixPaul Davis
2011-05-28fix declaration of setup_enum_writer()Paul Davis
2011-05-13fixes for gcc 4.6 from bug #3771Paul Davis
2011-05-09fix old issue where copy-pasting a range selection from region(s), each regio...Ben Loftis
2011-04-26fix nasty bug caused by incorrect checking of list contentsBen Loftis
2011-04-07fix for AU param listenersBen Loftis
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ...Paul Davis
2011-04-07remove recently added, but bogus, property listener stuff from appleutility libsPaul Davis
2011-04-07move deprecated JACK latency API out of port.h so that deprecation messages d...Paul Davis
2011-04-06add support for AudioUnit parameter listening (e.g. in non-plugin GUIs)Paul Davis
2011-04-06back-port capture offset corrections from 3.0 to 2.0-ongoing. fairly well tes...Paul Davis
2011-03-30add an API for listening to AU propertiesPaul Davis
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide poi...Ben Loftis
2011-03-29new route groups should default ON Ben Loftis
2011-03-29make sure declicking fades reach their target, from svn 9086Ben Loftis
2011-03-02make AUBIO a non-optional dependencyPaul Davis
2011-03-02remove per-file references to __STDC_FORMAT_MACROSPaul Davis
2011-02-14prevent ardour from ever, EVER, EVAH removing an existing source filePaul Davis
2011-02-07register Lock edit mode as an enum to provide restore of Lock edit modePaul Davis
2011-02-04use PROGRAM_NAME to determine MIDI port to use for Mackie controlPaul Davis
2011-02-04remove debug output from previous commitPaul Davis
2011-02-04better (?) fix for handling cleanup of per-thread UI request buffers : the th...Paul Davis
2011-02-04ensure that Gtkmm2ext::UI's requests always get their type field initialized,...Paul Davis
2011-02-04remove unused variablePaul Davis
2011-02-04final tweaks for LV2 UI fixes: (a) add per-key destructors for the request bu...Paul Davis
2011-02-03more fixes for any and all LV2 UI thread schemesPaul Davis
2011-01-26really fix conflicts in epa.ccPaul Davis
2011-01-25fix use of environ in shared library on OS XPaul Davis
2011-01-18Add checks and config for Rasqal, required by slv2Doug McLain
2011-01-06remove EPA debug output, and use scoped_ptr<> to make sure we don't change th...Paul Davis
2011-01-06more fixes for EPA madnessPaul Davis
2011-01-06correct more brain-damage with EPAPaul Davis
2011-01-05fixed bug: any change to a region end would move the session end location to...Ben Loftis
2011-01-04fix from carl (backported from A3) that causes varispeed to let tracks go out...Paul Davis