summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.cc
AgeCommit message (Expand)Author
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-03-14enable icon-start-from-.ardour-file to work on OS X; properly install apple e...Paul Davis
2008-02-02Sort things to reduce merge hell. No functional changes.David Robillard
2008-02-01large chunks of code to deal with pre-analysis of audio; transient/perconset ...Paul Davis
2008-01-18audun's waveview outline patch; some diskstream fixes; real splash screen; mo...Paul Davis
2008-01-12more NSD madness curing; fix up canvas range rects and marker line height mgmtPaul Davis
2008-01-11fix absolute path madness in NSDPaul Davis
2008-01-11pass it back to linuxPaul Davis
2008-01-11commit so i can do this on OS X with a reasonable link timePaul Davis
2008-01-11fix handling ./ and ../ in NSDPaul Davis
2008-01-11fixes for region menus; fixes for new session dialog/Gnome VFS assertionPaul Davis
2008-01-11enable packaging for OSX native without jack; use which_page() everywhere in ...Paul Davis
2008-01-09make separate work with/without selected tracks; make align-regions-*-relativ...Paul Davis
2008-01-09even more fixes for the new session dialog and its usePaul Davis
2008-01-08more appropriate button labels for NSDNick Mainsbridge
2008-01-08prettify and change button order for pending state dialog, use an icon for th...Nick Mainsbridge
2008-01-08remove duplicated code in NSD, fix keyboard focus for new session page.Nick Mainsbridge
2007-12-20try to make NewSessionDialog only show up when really needed, and only have n...Paul Davis
2007-12-19made new session dialog hide pages as necessary, to be a bit simpler whenever...Paul Davis
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with absolut...Paul Davis
2007-10-03useful changes from the world of OS X failure testingPaul Davis
2007-09-19Fix opening session when manually entering path in the file chooser. Fixes bu...Tim Mayberry
2007-09-12make big clock be on top ALWAYS; more design fixes for async peak building; f...Paul Davis
2007-09-03fix for NSD filename/folder extraction; import now works as well as embed doe...Paul Davis
2007-08-17continue cleanup+improvements to audio setup dialog; add save+restore to said...Paul Davis
2007-08-16make NSD open correctly if open clicked from audio setup pagePaul Davis
2007-08-15basic startup changes to enable the engine control stuff to work; a little AR...Paul Davis
2007-08-01fixes for OS X compilationPaul Davis
2007-05-16tim mayberry's patches to fix middle-click pasting ina couple of dialogs (mer...Paul Davis
2007-04-24make "New Session" open NSD on the right pagePaul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-20missing template dir patch from tim, fix extend selection to track when track...Paul Davis
2006-11-15fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI bind...Paul Davis
2006-10-05thorwil's design picks for NSDPaul Davis
2006-09-01If you rename a session directory, it will no longer open from the recent ses...Doug McLain
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-10Plugin selector keyboard focus should now stay in the plugin list. More Sampo Savolainen
2006-08-08New session dialog fixups:Sampo Savolainen
2006-06-15Check for templates dir existence before adding bookmarkDavid Robillard
2006-06-15- Fixed templates install directory to <prefix>/share/ardour2David Robillard
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-05-14Misc layout and useability fixes for NSD.Nick Mainsbridge
2006-05-12NSD bug fixes.. align text, default open and session folder directories, nami...Nick Mainsbridge
2006-05-12NSD cleanups (again).Nick Mainsbridge
2006-05-11Convert NSD from glade to gtkmm objectDoug McLain
2006-05-11Be more sane about finding default template path.Nick Mainsbridge
2006-05-11New session dialog defaults to the 'best' templates directory, clearing templ...Nick Mainsbridge
2006-05-10Some fixes to the new session dialog.Nick Mainsbridge
2006-04-24New session dialog now opens as well as makes new sessions. Avoid seeing an u...Nick Mainsbridge