summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.cc
AgeCommit message (Expand)Author
2007-03-26The traditional LAC2007 final dinner fix. This fix was written in a 24/7 Sampo Savolainen
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
2006-11-14desensitize remove button for start location; fix inadvertent use of _() when...Paul Davis
2006-11-13handle disconnected-from-JACK state a little better (i.e. don't crash and be ...Paul Davis
2006-11-12fix stupid button sensitivity issue in IO SelectorPaul Davis
2006-11-12debugging stuff for IO SelectorPaul Davis
2006-11-11do not crash in IO Selector when there are no portsPaul Davis
2006-11-11fix visual focus indication in IOSelector; import pays attention to audio fil...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-03-10final fix for IOSelector widget: clicking on port header will now make that p...Doug McLain
2006-03-08fixed goofy selection behavior with the notebook/treeview in IOSelectorDoug McLain
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-03-05another get_vbox() fix, this time for PortSelectorWindowDoug McLain
2006-01-01add ability to specify row colors for region treeviewDoug McLain
2005-12-24Some fixes to ioselector. Remaining fixes coming soonDoug McLain
2005-12-14segfault fixes and some functionality for the IOSelectorDoug McLain
2005-11-01io_selector.cc done, connection_editor in progress but skippedPaul Davis
2005-10-22More compliation fixes. add_with_viewport() -> add(). track_gnome_canvas ->...Taybin Rutkin
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-26fix all _impl member functions to be on_ insteadPaul 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