remove all lines to avoid recompiles after commits
[ardour.git] / gtk2_ardour / io_selector.cc
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2006-12-06 Paul Davismiscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX...
2006-11-14 Paul Davisdesensitize remove button for start location; fix inadv...
2006-11-13 Paul Davishandle disconnected-from-JACK state a little better...
2006-11-12 Paul Davisfix stupid button sensitivity issue in IO Selector
2006-11-12 Paul Davisdebugging stuff for IO Selector
2006-11-11 Paul Davisdo not crash in IO Selector when there are no ports
2006-11-11 Paul Davisfix visual focus indication in IOSelector; import pays...
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-06-14 Hans Fugalpulling trunk
2006-06-07 Taybin RutkinMerged timbyr's win32 branch. -r 547:566.
2006-03-10 Doug McLainfinal fix for IOSelector widget: clicking on port heade...
2006-03-08 Doug McLainfixed goofy selection behavior with the notebook/treevi...
2006-03-05 Paul Davisexport range markers patch (revisited), change selectio...
2006-03-05 Doug McLainanother get_vbox() fix, this time for PortSelectorWindow
2006-01-01 Doug McLainadd ability to specify row colors for region treeview
2005-12-24 Doug McLainSome fixes to ioselector. Remaining fixes coming soon
2005-12-14 Doug McLainsegfault fixes and some functionality for the IOSelector
2005-11-01 Paul Davisio_selector.cc done, connection_editor in progress...
2005-10-22 Taybin RutkinMore compliation fixes. add_with_viewport() -> add...
2005-10-09 Paul Davis"finalmunge" patch from nick, plus work on editor regio...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-26 Paul Daviscontinuing fixes to get this shibboleth to compile
2005-09-26 Paul Davisrename all GTK signals
2005-09-26 Paul Davisfix all _impl member functions to be on_ instead
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.