summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.cc
AgeCommit message (Expand)Author
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
2005-11-29remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realiz...Paul Davis
2005-11-28minor new session dialog glade fixesTim Mayberry
2005-11-27fix widget name mismatches in glade file/source codeTim Mayberry
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-11-14support for glade and new new session dialogsolido
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-26got ardour_dialog compilingPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin