summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.h
AgeCommit message (Collapse)Author
2016-11-30allow to remove a session from the recent listRobin Gareus
2016-10-06Hold ctrl + click "open" session -> safe modeRobin Gareus
This allows to hide the "Safe Mode" checkbox.
2015-11-29fix OSX openFile Application DelegateRobin Gareus
allows to open Ardour via double-click on a .ardour file in Finder.
2015-11-03GUI checkbox to disable pluginsRobin Gareus
for the benefit of Windows and OSX users and everyone else who does not run Ardour from the commandline.
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-09-16unify recent session dialogsRobin Gareus
2015-09-16remeber recent-session sort-columnRobin Gareus
2015-09-16add "last modified" column to session-dialogRobin Gareus
2015-09-16partially revert de53fac (pre-sort session list)Robin Gareus
<glib> header includes and commends remain for later use
2015-09-16prepare time column in recent sessionRobin Gareus
2015-09-16pre-sort recent-sessions by modification time - #6575Robin Gareus
2014-06-25namespace libardour utilsRobin Gareus
2013-10-08fix some issues with window flow when session loading fails; shrink "New ↵Paul Davis
Session" button in session setup dialog
2013-09-23tighten up layout of session dialog; make button say cancel or quit in ↵Paul Davis
difference scenarios
2013-09-23use new Session API to show session SR and disk bit depth in recent sessions ↵Paul Davis
list
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
first-time user code remains in ArdourStartup session selection/setup moved to SessionDialog many other cleanups, logic improvements, and so forth to the overall session loading process. Not 100% finished yet.