ardour.git
2013-10-14 John Emmas'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc...
2013-10-14 John Emmas'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc...
2013-10-11 John EmmasMerge branch 'windows' into windows+cc
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-10-09 Paul Daviswhen looking for backends, search for *.dll as well...
2013-10-08 Paul Davisreduce version requirement for JACK
2013-10-08 Paul Davismove JACK configuration test(s) down to where they...
2013-10-08 Paul Davisremove link-time use of JACK, since it is now dlopen...
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-08 Paul Davis-arestore jack timebase master and jack session callbac...
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisfix some issues with window flow when session loading...
2013-10-08 Paul Davispossible relief for snapshot loading
2013-10-08 Paul Davisremove debug output
2013-10-08 Paul Davisuse AudioEngine destructor to do necessary stuff when...
2013-10-08 Paul Davischange return type on ARDOUR::cleanup() since nobody...
2013-10-08 Paul Davisdelete the UI from main() to get full cleanup
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-06 John EmmasMerge branch 'master' into windows+cc
2013-10-06 John EmmasMiscellaneous additions to 'msvc_extra_headers'
2013-10-06 John Emmas'gtk2_ardour' - In 'Note' c'tor, don't try to set ...
2013-10-06 John Emmas'gtk2_ardour' - One further Glib::usleep needed
2013-10-06 John Emmas'gtk2_ardour' - Some further casting
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-03 John Emmas'gtk2_ardour' - Make sure that 'getpid()' can be found...
2013-10-03 John Emmas'gtk2_ardour' - Use 'const_iterator' where appropriate...
2013-10-03 John Emmas'gtk2_ardour' - Try 'lrintf' instead of 'rintf' which...
2013-10-03 John Emmas'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not...
2013-10-03 John Emmas'gtk2_ardour' - When building with MSVC, use 'std:...
2013-10-03 John Emmas'gtk2_ardour' - Specify 'Glib::usleep' where needed...
2013-10-03 John Emmas'gtk2_ardour' - Use 'floor / floorf' instead of 'trunc...
2013-10-03 John Emmas'gtk2_ardour' - Use 'GStatBuf' instead of 'struct stat'
2013-10-03 John Emmas'gtk2_ardour' - Use 'std::vector' to implement an array...
2013-10-03 John Emmas'gtk2_ardour' - Add namespaces + casting where necessar...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-26 John EmmasAdd a header file guard (to prevent multiple #inclusion)
2013-09-26 John EmmasDeliberately specify 'Gtk::manage' where necessary...
2013-09-26 John EmmasA further change which needs to be tested on the other...
2013-09-26 John Emmas'gtk2_ardour (msvc)' - Some changes needed before anyth...
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 John EmmasDefine 'suseconds_t' which isn't normally defined for...
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-25 Paul Davisonly generate some current canvas debug output when...
2013-09-25 Paul Davisadd casting for MSVC sqrt
2013-09-25 Paul Davisfix a typo in canvas-debug.h
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-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
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 Davisremove file (this moved to libs/backends/jack as part...
2013-09-19 Paul Davismove configure-time dependency on PortAudio out of...
2013-09-19 Paul Davismissing initialization
2013-09-19 Paul Davisshow a different audio/MIDI option screen if JACK is...
2013-09-18 John Emmas'libs/ardour' - Further compiler specific changes
2013-09-18 John Emmas'libs/ardour' - Further platform specific changes
2013-09-18 John Emmas'libs/ardour' - Use 'std::vector' to implement an array...
2013-09-18 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-18 John Emmas'libs/ardour' - Clarify ambiguous symbols (needs to...
2013-09-18 John Emmas'libs/ardour/async_midi_port.cc' - Add a missing header...
2013-09-18 John Emmas'libs/gtkmm2ext/idle_adjustment.cc' - Add a missing...
2013-09-18 Paul Davismore excision of "JACK" from labels, menu items, etc.
2013-09-18 Paul DavisMerge branch 'master' into cairocanvas
next