fix presentation of plugin UI's
[ardour.git] / gtk2_ardour / redirect_box.cc
2007-05-08 Paul Davisfix presentation of plugin UI's 2.0.1
2007-05-08 Paul Davisfix x-constrained copy-drag in same track
2007-05-08 Paul Davisredirect button2 click with non-relevant modifiers...
2007-05-08 Paul Davisfix numlock-effect on redirect clicks; fix control...
2007-04-11 Sampo SavolainenPrevent copy & paste of sends and inserts. Add "delete...
2007-04-10 Paul Davisfixes from carl for #1158 and #1554, plus better behavi...
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-16 Taybin Rutkinwierd->weird misspeling fix.
2007-01-05 Paul Davisuse dynamic bitsets for send + port insert naming;...
2006-12-19 Paul Davisfix behaviour of middle mouse button in a redirect...
2006-12-19 Paul Davisfix behaviour of middle mouse button in a redirect...
2006-12-19 Paul Davisfix behaviour of middle mouse button in a redirect box
2006-12-08 Paul Davisfix required library versions; fix use of shared_ptr...
2006-12-06 Paul Davismiscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX...
2006-11-13 Paul Davishandle disconnected-from-JACK state a little better...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-03 Taybin RutkinFixed snapshot dialog annoyance.
2006-11-03 Taybin RutkinPlugin windows change title when route title changes.
2006-09-20 Paul Davisfixes for drag-n-drop broken by use of boost::shared_ptr<T>
2006-08-31 Taybin RutkinFixed compilation of CoreAudioSource
2006-08-12 Hans Fugal r261@gwythaint (orig r801): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r260@gwythaint (orig r800): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r259@gwythaint (orig r799): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r258@gwythaint (orig r798): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r257@gwythaint (orig r797): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugalmerge from trunk
2006-08-12 Hans Fugalmerge from trunk
2006-08-11 Taybin RutkinRemove unnecessary header usage.
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
2006-08-10 Taybin RutkinRemoved unnecessary AudioEngine argument to FooPluginUIs.
2006-08-10 Taybin RutkinMoved PluginInfo::Type to ARDOUR::PluginType in ardour...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-03 Taybin RutkinMost PluginManager refactoring is out of the way. ...
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-05-14 Nick MainsbridgeMixer strip uses button 1 where possible, make mouse...
2006-05-06 Jesse Chappellbrought the track/bus inspector back to life
2006-04-29 Paul Davismore tranzport lowlevel fixes and rebinding
2006-04-25 Taybin RutkinAll included libraries now link dynamically instead...
2006-04-22 Nick MainsbridgePrompter now prevents blank strings or unaltered names...
2006-04-20 Nick MainsbridgeAdd a stock question image to the choices dialog, other...
2006-04-19 Nick MainsbridgeChange ArdourPrompter to not have an OK button by defau...
2006-03-22 Paul Davissignificant changes in code to handle import/embedding...
2006-03-21 Paul DavisGtkmm2ext::Choice now inherits from Gtk::Dialog; embed...
2006-03-17 Doug McLainfix for another broken prompter
2006-03-16 Doug McLainset a smaller minimum RedirectBox height, allowing...
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-17 Paul Davisa metric boatload of changes; plugin UIs work, adding...
2005-12-18 Nick MainsbridgeDon't resize the editor_mixer when changing tracks...
2005-12-07 Doug McLainSet fixed width for RedirectBox
2005-12-02 Paul Davisthe usual blob of fixes. note the requirement for Combo...
2005-11-29 Paul Davisremove <gtkmm/gtkmm.h> from all files, plus a small...
2005-11-28 Paul Davismega commit to remove gtk_object cruft, and much other...
2005-11-28 Paul Daviscome up and stay up
2005-11-27 Paul Davisslowly fixing up ArdourDialog nonsense
2005-11-27 Paul Davisripping, tearing, shredding
2005-11-26 Paul Davismore fixes for gobject stuff plus doug's patch for...
2005-11-01 Paul Davisio_selector.cc done, connection_editor in progress...
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-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.