Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / engine_dialog.cc
2013-11-30 Paul Davismerge and resolve conflict with master
2013-11-27 Paul Davisdo not push new state to backend from audio/MIDI setup...
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-22 Paul DavisMerge branch 'miscfix' of https://github.com/mojofunk...
2013-10-21 Paul Davisuse new default SR + bufsize values in engine dialog
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-16 Paul Davisfix typo from earlier change to conditionalize driver... 3.5
2013-10-15 Paul Davisprevent button in latency measurement dialog from chang...
2013-10-15 Paul Davistry to prevent crash if running latency calibration...
2013-10-15 Paul Davisfix crash when opening audio/MIDI setup while playing...
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul Davisdo not call AudioEngine::set_driver() when the backend...
2013-10-12 Paul Davisdo not use delete_when_idle() to delete a plugin UI...
2013-10-12 Paul Davisrework things for Audio/MIDI setup dialog a bit: no...
2013-10-12 Paul Davisminor adjustments to latency measurement UI stuff
2013-10-11 Paul Davisminor tweaks to audio/MIDI setup window
2013-10-10 Paul Davismore fixes and rationalizations for MIDI option handlin...
2013-10-10 Paul Davisbasic use of new backend MIDI options
2013-10-10 Paul Davisnicely handle the (should-never-happen) case of no...
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-08 Paul Davisremove debug output
2013-09-24 Paul Davismove rate_as_string() from EngineControl to utils.cc
2013-09-23 Paul Davismajor rearrangement of startup/session loading code
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-19 Paul Davisreallow changing bufsize AND sample rate when we are...
2013-09-19 Paul Davismissing initialization
2013-09-19 Paul Davisshow a different audio/MIDI option screen if JACK is...
2013-09-18 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-18 Paul Davisminor code changes
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-17 Paul Davisadd basic display of existing MIDI ports to audio/MIDI...
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-17 Paul Davisminor fixups for audio/MIDI setup spin buttons (now...
2013-09-16 Paul Davisend latency detection if AMS window closed while runnin...
2013-09-16 Paul Davisvarious bits of polish for the latency tab of audio...
2013-09-16 Paul Davisupdate buffer size duration (msecs) while displaying...
2013-09-16 Paul Daviscommit some logic problems with the EngineDialog when...
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davislots of changes to auto-start (and stop) the backend...
2013-09-12 Paul Davischange names, add comment, improve return type to avoid...
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-11 Paul Davismake use of measured latency values to set dialog contr...
2013-09-11 Paul Davisremove unused members and code from EngineControl dialo...
2013-09-11 Paul Davismore tweaks to latency measurement
2013-09-11 Paul Davisbasic functionality for hardware latency measurement
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-10 Paul Davismove control app launching back into audio backend...
2013-09-09 Paul Davisfix control app breakage
2013-09-09 Paul Davisfix crash when unconditionally using null env var;...
2013-09-09 Paul Davislaunching control app is now responsibility of ardour...
2013-09-09 Paul Davisinitial work on adding access to h/w control apps when...
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-07 Paul Davisadd input/output channel counts and reorganize table...
2013-09-06 Paul Davissave/restore I/O latency values in audio/midi setup
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-05 Paul Davisalways save/keep audio/MIDI setup states so that they...
2013-09-05 Paul Davisshorten tab labels on audio/midi setup notebook
2013-09-05 Paul Davissave and restore the selected engine state at startup
2013-09-05 Paul Davisfix up restoration of saved state from disk, still...
2013-09-04 Paul Davissave and restore audio/MIDI setup states to disk (in...
2013-09-04 Paul Davissave and restore settings for different backend/driver...
2013-09-04 Paul Davisrename interface_ stuff in the engine dialog to device_...
2013-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-14 Paul Davisfix merge issues with master
2013-08-09 Paul DavisMerge branch 'master' into audioengine
2013-08-09 Paul Davisa few more visual tweaks and simplifications for audio...
2013-08-09 Paul Davissome rearrangements and details for the engine dialog
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-05 Paul Davisadd notion of unavailable devices to ARDOUR::AudioBackend
2013-08-05 Paul Daviscan now start JACK based on config dialog
2013-08-04 Paul Davisstart work on the changes to EngineControl (dialog...
2013-08-03 Paul Davisadd tim's jack_utils code to rationalize setup of JACK...
2013-08-03 Paul Davisaudioengine branch can now load and run at least one...
2013-08-01 Paul Davisfix merge conflict from master
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherAdd relavent OSX midi options in the startup dialog
2013-02-05 Paul Davisreplace final(?) incidences of program name (ardour...
2013-01-07 Colin FletcherFix case of strings in comparisions in engine_dialog.cc
2013-01-04 Robin Gareusmore fixups regarding FreeBSD support
2013-01-04 Robin Gareusmerge Marcel Bonnet's patches for Free-BSD
2013-01-04 Paul DavisFix typos in use of __APPLE__ macro
2012-11-13 Paul Davisremove a bunch of cerr output and/or convert to use...
2012-11-08 Paul Davisnotably modify the design and logic of the startup...
2012-07-11 Paul Davishandle failure to start audioengine correctly
2012-06-25 Carl HetheringtonDon't specify real-time priority when starting JACK...
2012-06-05 Carl HetheringtonMarginal cleanup.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-05 Carl HetheringtonFix possible deref of 0 pointer (#4815).
2012-03-02 Paul Davisfixes for 64 bit OS X build (c/o david robillard);...
2012-01-20 Paul Davisminor tweaks for engine dialog (remove channel counts...
2012-01-20 Paul Davisheuristic to workaround over-eager translation of NN000...
2011-11-22 Carl HetheringtonSeparate visual and audio interfaces for translation.
2011-08-30 Paul Davisremove needless message from log window when a system...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-01 David RobillardDelete trailing whitespace
2011-01-07 Paul Davisforward port EPA changes from 2.X
2010-11-04 Paul Davislincoln's patch to fix audio setup dialog/jack startup...
2010-09-18 Carl HetheringtonProvide both FreeBoB and FFADO options in the engine...
next