summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2013-10-20fix compilationPaul Davis
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-16Merge branch 'master' into windowsPaul Davis
2013-10-16Merge remote-tracking branch 'remotes/origin/master' into windows+ccJohn Emmas
2013-10-15make the startup -> session dialog flow more sensible for brand new usersPaul Davis
2013-10-15Merge branch 'master' into windowsPaul Davis
2013-10-14Merge branch 'master' into windows+ccJohn Emmas
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-10-12post a dialog about a session being opened in read-only mode (if it happens)Paul Davis
2013-10-12remove erroneous ` in stringPaul Davis
2013-10-11don't use a possibly non-existent window as a transient parent when showing a...Paul Davis
2013-10-11Merge branch 'windows' into windows+ccJohn Emmas
2013-10-10minor tweaks to audio/MIDI setup windowPaul Davis
2013-10-10nicely handle the (should-never-happen) case of no audio/MIDI backends being ...Paul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-08fix some issues with window flow when session loading fails; shrink "New Sess...Paul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul Davis
2013-10-06fix up some aspects of loading from a cmdline session namePaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-03'gtk2_ardour' - Specify 'Glib::usleep' where needed (global ::usleep is not a...John Emmas
2013-10-03'gtk2_ardour' - Use 'floor / floorf' instead of 'trunc / truncf'John Emmas
2013-10-03'gtk2_ardour' - Use 'GStatBuf' instead of 'struct stat'John Emmas
2013-09-23tighten up layout of session dialog; make button say cancel or quit in differ...Paul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-22use WindowManager/WMProxy to correctly manage the audio/MIDI setup windowPaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-19show a different audio/MIDI option screen if JACK is already running. try to ...Paul Davis
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
2013-09-17Merge branch 'master' into cairocanvasPaul Davis
2013-09-17Merge branch 'master' into windowsPaul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-16Merge branch 'master' into cairocanvasPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-12remove some debug output messagesPaul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-10many changes relating to session construction and audioengine interactionPaul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-05always save/keep audio/MIDI setup states so that they are available for use *...Paul Davis
2013-09-04change names of actions groups that include "jack"Paul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-14Merge branch 'master' into cairocanvasPaul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-13Move initialization of libardour from ARDOUR_UI class into main()Tim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-09fix display of latencyPaul Davis