ardour.git
2013-10-08 Paul Davisuse new GtkUI design in ARDOUR_UI
2013-10-08 Paul Davischange tortured GtkUI startup process into something...
2013-10-08 Paul Daviswindow proxy should delete its window during its destructor
2013-10-06 Paul Davisfix up some aspects of loading from a cmdline session...
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Paul Davisremove another unnecessary use of libgen.h
2013-10-04 Paul Davisuse g_strcasecmp() instead of strcasecmp() which doesn...
2013-10-04 Paul Davisuse g_strcasecmp() instead of strcasecmp() which doesn...
2013-10-04 Paul Davisswitch from MAXPATHLEN to PATH_MAX, and use <limits...
2013-10-04 Paul Davisremove unnecessary header include
2013-10-04 Paul Davisprovide PBD::demangle() even on platforms without HAVE_...
2013-10-04 Paul Davisremove OSC related cruft from ardour_ui_options.cc
2013-10-04 Tim MayberryImplement JACKAudioBackend::in_process_thread
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
2013-10-04 Tim MayberryAdd AudioBackendThread class to support different threa...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-26 Paul Davisdon't ping JACK server 4 times to see if it is already...
2013-09-25 Paul Davisfix up enum mess caused by switching from JACK to Engin...
2013-09-25 Paul Davismake information extraction from session file options...
2013-09-25 Paul Davisstart explicitly linking against libtimecode (this...
2013-09-25 Paul Davisfix crash when cmdline provides session name
2013-09-24 Paul Davistighten up layout of session dialog; make button say...
2013-09-24 Paul Davisshrink small-splash.png image by 50%
2013-09-24 Paul Davisuse new Session API to show session SR and disk bit...
2013-09-24 Paul Davisadd new static functions to get SR and disk sample...
2013-09-24 Paul Davismove rate_as_string() from EngineControl to utils.cc
2013-09-23 Paul Davismove announcements frame around in the session dialog...
2013-09-23 Paul Davismajor rearrangement of startup/session loading code
2013-09-23 Paul Davisthe output of git describe --tags is not subject to...
2013-09-22 Paul Davisuse WindowManager/WMProxy to correctly manage the audio...
2013-09-22 Paul Davismake session creation from a template work again
2013-09-21 Paul Davisremove use-session-as-template option from new session...
2013-09-21 Paul Davismake sure the template selector has an item visible...
2013-09-21 Paul Davisapply same always-check-display to recent sessions...
2013-09-21 Paul Davisreset the visibility of the template selector stuff...
2013-09-21 Paul Davislikely fix for creating new sessions from templates
2013-09-20 Paul Davisif new session button clicked, clear any selection...
2013-09-20 Paul DavisRevert "actually load new state after creating a session."
2013-09-20 Paul Davismove advanced new session options into an expander...
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-20 Paul Davisrather hacky fix for the change of the SyncSource ...
2013-09-20 Paul Davischanges to integrate new/recent/browse in new session...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
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 Paul Davismore excision of "JACK" from labels, menu items, etc.
2013-09-18 Paul Davisminor code changes
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-18 Paul Davisremove JACK related action definitions (audio/MIDI...
2013-09-18 Paul Davischange return type on {disconnect_from,reconnect_to...
2013-09-18 Paul Davisremove JACK related menu items (audio/MIDI setup is...
2013-09-17 nick_mactually load new state after creating a session.
2013-09-17 Paul Davisadd basic display of existing MIDI ports to audio/MIDI...
2013-09-17 Paul Davisfix crash caused by trying to unregister null ports
2013-09-17 Paul Daviscorrectly restore zoom focus state after restart (from...
2013-09-17 Paul Davisminor fixups for audio/MIDI setup spin buttons (now...
2013-09-17 Paul Davischeck for an existing PublicEditor instance AFTER attem...
2013-09-17 Paul Davisa few DEBUG_TRACE improvements
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 Davismore session construction order changes, and removal...
2013-09-16 Paul Davisupdate buffer size duration (msecs) while displaying...
2013-09-16 Paul Davisfix missing initialization of two Session members,...
2013-09-16 Paul Daviscommit some logic problems with the EngineDialog when...
2013-09-16 Paul Davisfix language issue
2013-09-16 Paul Davisallow waf to handle inconsistent case where cwiid.h...
2013-09-16 Paul Davisfix ordering in session construction so that new sessio...
2013-09-14 Paul Davisreally fix build issues after removal of "using" directives
2013-09-14 Paul Davisfix build issues after removal of "using" directives
2013-09-14 Paul Daviscerr output when JACK halt callback is executed
2013-09-14 Paul Davisfix return value from thread creation function when...
2013-09-14 Paul Davismove creation of Graph till after we have the engine...
2013-09-13 Paul DavisMerge branch 'master--arm' of https://github.com/nphili...
2013-09-13 Paul Davisuse visibility control on JACK audio backend, so that...
2013-09-13 Paul Davisupdate JACK backend to use new inheritance structure...
2013-09-13 Paul Davischange inheritance so that an AudioBackend IS-A PortEngine
2013-09-13 Nils Philippsendon't confuse arm with i686
2013-09-13 Paul Davisexplanatory comment
2013-09-12 Paul Davisremove some debug output messages
2013-09-12 Paul Davisdon't stop metering thread when session is removed...
2013-09-12 Robin Gareusvtl: export selected range
2013-09-12 Robin Gareustweak narrow-mixer-strip meters: nettings vs the_CLA...
2013-09-12 Paul Davislots of changes to auto-start (and stop) the backend...
2013-09-12 Paul Davisreinstate unblocking-of-connections in session setup...
2013-09-12 Paul Davisprevent key press in pre-main-window dialog(s) from...
2013-09-12 Paul Davischange names, add comment, improve return type to avoid...
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-09-12 Paul Davisalways add a timeout value of 200msec to jack, just...
2013-09-11 Paul Davis*maybe* fix issues with zombification during session...
2013-09-11 Paul Davismake use of measured latency values to set dialog contr...
2013-09-11 Paul Davisremove some configure time tests from libs/ardour regar...
2013-09-11 Paul Davisremove unused members and code from EngineControl dialo...
2013-09-11 Paul Davismake quit work even when latency measurement is in...
2013-09-11 Paul Davisfix handling of new session
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 Davisnew generic MIDI binding map for Novation Impulse 61...
2013-09-10 Paul Davisstart reordering of Session initialization
next