summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-22remove extraneous separator from menus; remove separator from main menu on OS...2.8.5Paul Davis
2010-01-22fix AU configure pathway so that we uninitialize the plugin if necessary; str...Paul Davis
2010-01-22include BOTH loop-region and set-loop-from-region on main Region menu, and ad...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 misleading message when copy i18n files for GTKPaul Davis
2010-01-22fix up a little memory mgmt to avoid crashing on OS X 10.5 while setting lang...Paul 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-21its time for 2.8.5Paul Davis
2010-01-21update to swedish translationPaul Davis
2010-01-21don't show symbol bindings when starting gdb on OS XPaul Davis
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-20move i18n _() call out of global scopePaul Davis
2010-01-20add GPL as the license, update other about dialog infoPaul Davis
2010-01-20add Alexandre P. to translator listPaul Davis
2010-01-20updated russian translated from alexandrePaul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-20rename languages as they should bePaul Davis
2010-01-19allow translation of "Custom" in add route dialogPaul Davis
2010-01-18(OS X only) grab user's language pref from cocoa and push it as LANGUAGE envi...Paul Davis
2010-01-18updated norwegian translation from Eivind ØdegårdPaul Davis
2010-01-18updated italian translation from Emanuele CostantiniPaul Davis
2010-01-17(OS X only) if key focus is not in a text entry or a "magic" widget, convert ...Paul 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-16second part of the fix to the argument order of Session::request_stop() - whe...Paul 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
2010-01-13fix handling of carbon AU GUIs, and start to remove Carbon (so far: no more u...Paul Davis
2010-01-13fix error in construction of system template pathPaul Davis
2010-01-12fix export file path initializationBen 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