summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_export_audio.cc
AgeCommit message (Expand)Author
2011-05-27somewhat illogical and temporary workaround to the problems with consolidate ...Paul Davis
2011-04-09remove all use of access(2) (this was done a bit stupidly, we could have used...Paul Davis
2011-01-06Add stem export dialog and make all different export dialogs save their confi...Sakari Bergen
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-09add "origin" property to FileSource so that we can track multiple importsPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-05-02Small cleanup: add constructor to InterThreadInfo.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2008-10-11Region export dialog: Make export channel and -selector polymorphic, add the ...Sakari Bergen
2008-09-29* Fixed const correctness error in LocationSakari Bergen
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-26use filechooser widget in export dialog, selected files set format combos, hi...Nick Mainsbridge
2007-06-17Use Session::session_directory to access the sound path of the session in Edi...Tim Mayberry
2007-05-11Add some comments.Carl Hetherington
2007-05-10Re-work main right-click context menu to operate on the selection, and remove...Carl Hetherington
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-09-19Merged with trunk R920.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-08-01Mostly Cosmetic/Design changes to bring trunk and midi branch closerDavid Robillard
2006-07-28Merged with trunk R708David Robillard
2006-07-23Split pretty much the entire GUI in 3. Audio and Midi "editor strips" andDavid Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 600David Robillard
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-02-10committed INCOMPLETE 24bit filesource supportJesse Chappell
2005-12-12editor window layout changes, and lots morePaul Davis
2005-10-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...Paul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin