summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2010-01-22fix AU configure pathway so that we uninitialize the plugin if necessary; str...Paul Davis
2010-01-22use correct menu item label strings for [ and ] (but Cocoa refuses to display...Paul Davis
2010-01-22provide Glib::ustring() variant of strip_whitespace_edgesPaul Davis
2010-01-22fix weak ordering logic for plugin statusesPaul Davis
2010-01-21fix up parsing/format of plugin_statuses file, and add new italian translatorsPaul Davis
2010-01-21Forgotten file from ye olde general plugin type fixSampo Savolainen
2010-01-21use correct number of buffers when setting up data for an AudioUnit pluginPaul Davis
2010-01-21ensure that the relevant quarks are initialized before linking cocoa & gtk me...Paul Davis
2010-01-21tweak for yesterday's stopped/monitoring/state change fixPaul Davis
2010-01-20if ::no_roll() is called on a track or a route, and there is some behind-the-...Paul Davis
2010-01-20actually make i18n work on OS X, and update osx_build to install .mo files (f...Paul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-17do not run update() on a Crossfade from inside its constructor, since shared_...Paul Davis
2010-01-16lincoln's fix for punch in latency compensation, for 2.XPaul Davis
2010-01-16a tiny change that fixes MMC (and other things) aborting capture-on-stop when...Paul Davis
2010-01-16libs/sigc++2/missing is a generated file that should not be in svnPaul Davis
2010-01-16minor tweaks to gtkapplication quartz code and turn off keyboard event debuggingPaul Davis
2010-01-15add missing functiong for GtkApplication on X11Paul Davis
2010-01-15tidy up and abstract the GtkApplication concept a bit for OS X integrationPaul Davis
2010-01-15fix missing parenBen Loftis
2010-01-15rework "ige_mac" menubar integration from Carbon to Cocoa; recast as start of...Paul Davis
2010-01-13fix unprintable chars in au_cache file, version it, and overwrite files of th...Ben Loftis
2009-12-31required extra header for memset() in FPUPaul Davis
2009-12-31un-fix register clobber for gcc on x86 and update comments on register clobbe...Paul Davis
2009-12-31asm fixes for FPU::FPU() back ported from 3.0Paul Davis
2009-12-23fix borked discovery of factory presetsPaul Davis
2009-12-22fix typo in AU cache loadingBen Loftis
2009-12-08backport feature to show only tracks with regions under the playhead (thanks ...Ben Loftis
2009-12-07weak version of "Save As"Paul Davis
2009-11-20do not indirect through AU transport state pointers when actually testing for...Paul Davis
2009-11-16define VSTPluginInfo::VSTPluginInfo()Paul Davis
2009-11-12use "weak" attribute rather than "weak_import"Paul Davis
2009-11-12add run-time tests for weak-linked symbols from JACK (e.g. functions added to...Paul Davis
2009-11-12JAG's new region layer editor, tweaked by me to (a) hide editor if we click i...Paul Davis
2009-11-11fixup compilation of AU i/o debug patchPaul Davis
2009-11-11better/correct AU transport state callback ; debug info for AU I/O configsPaul Davis
2009-11-11permit compilation even without unreleased versions of JACKPaul Davis
2009-11-11fix scons tests for various JACK functions; use jack_on_info_shutdown() if it...Paul Davis
2009-11-11do AU parameter change notify for user-created preset changes not just factor...Paul Davis
2009-11-11working version of AU parameter change notification, presets tooPaul Davis
2009-11-10first pass at fixing AU parameter notification changesPaul Davis
2009-11-10add configure tests for a new JACK API functionPaul Davis
2009-11-10disable recording when stopping even if we where looping, unless latched rec-...Paul Davis
2009-11-10prevent routes from being renamed to match some other send/insert name, as we...Paul Davis
2009-11-10when renaming redirects, scan all routes AND sends AND port inserts for the n...Paul Davis
2009-11-08plugin menu/manager patch from J. Abelardo Gutierrez (already applied to 3.0)Paul Davis
2009-11-08minor cleanups noted while forward porting transport stuff to 3.0Paul Davis
2009-11-08what chris asks for, chris gets. don't ask me why : if in range mode and rang...Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis