summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_file_notebook.cc
AgeCommit message (Expand)Author
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-03the basics of step editing, more details to followPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-10-11* Some Export GUI tweaksSakari Bergen
2008-09-29* Fixed const correctness error in LocationSakari Bergen