summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-10-07Working Soundcloud exportColin Fletcher
2013-10-07add soundcloud export to wscript, and make it compile.Colin Fletcher
2013-10-07soundcloud export: use tabs for indentation.Colin Fletcher
2013-10-07soundcloud export: fix MS-DOS line endings.Colin Fletcher
2013-10-07soundcloud upload - initial copy of files from Mixbus.Colin Fletcher
2013-10-07Fix comment typos.Colin Fletcher
2013-10-07Export dialogue visual re-arrangementColin Fletcher
2013-10-07Show ranges in more sensible order in export dialog.Colin Fletcher
2013-10-07Remove unused files.Colin Fletcher
2013-10-06fix up some aspects of loading from a cmdline session namePaul Davis
2013-10-04remove another unnecessary use of libgen.hPaul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-10-04use g_strcasecmp() instead of strcasecmp() which doesn't exist with MSVC (som...Paul Davis
2013-10-04switch from MAXPATHLEN to PATH_MAX, and use <limits.h> not <sys/param.h> for ...Paul Davis
2013-10-04remove unnecessary header includePaul Davis
2013-10-04remove OSC related cruft from ardour_ui_options.ccPaul Davis
2013-09-24fix crash when cmdline provides session namePaul Davis
2013-09-23tighten up layout of session dialog; make button say cancel or quit in differ...Paul Davis
2013-09-23shrink small-splash.png image by 50%Paul Davis
2013-09-23use new Session API to show session SR and disk bit depth in recent sessions ...Paul Davis
2013-09-23move rate_as_string() from EngineControl to utils.ccPaul Davis
2013-09-23move announcements frame around in the session dialog and adjust spacing/bordersPaul 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-22make session creation from a template work againPaul Davis
2013-09-21remove use-session-as-template option from new session dialog and fix ability...Paul Davis
2013-09-21make sure the template selector has an item visible if there are anyPaul Davis
2013-09-21apply same always-check-display to recent sessions scroller in new session di...Paul Davis
2013-09-21reset the visibility of the template selector stuff every time the startup/NS...Paul Davis
2013-09-20if new session button clicked, clear any selection in recent sessions and mar...Paul Davis
2013-09-20move advanced new session options into an expander, change some wordingPaul Davis
2013-09-20changes to integrate new/recent/browse in new session dialog.Paul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-19reallow changing bufsize AND sample rate when we are in control, because this...Paul Davis
2013-09-19missing initializationPaul 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-17minor code changesPaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-17remove JACK related action definitions (audio/MIDI setup is where this happen...Paul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-17remove JACK related menu items (audio/MIDI setup is where this happens now)Paul Davis
2013-09-17add basic display of existing MIDI ports to audio/MIDI setupPaul Davis
2013-09-16correctly restore zoom focus state after restart (from nick mainsbridge)Paul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-16check for an existing PublicEditor instance AFTER attempting to handle a key ...Paul Davis
2013-09-16end latency detection if AMS window closed while running detection (plus some...Paul Davis
2013-09-16various bits of polish for the latency tab of audio/midi setup dialogPaul Davis
2013-09-16update buffer size duration (msecs) while displaying saved audio/MIDI setup s...Paul Davis
2013-09-16commit some logic problems with the EngineDialog when change the driver/devic...Paul Davis