summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_box.cc
AgeCommit message (Expand)Author
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-16wierd->weird misspeling fix.Taybin Rutkin
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2006-12-19fix behaviour of middle mouse button in a redirect box, without debug output,...Paul Davis
2006-12-19fix behaviour of middle mouse button in a redirect box, without debug outputPaul Davis
2006-12-19fix behaviour of middle mouse button in a redirect boxPaul Davis
2006-12-08fix required library versions; fix use of shared_ptr by redirect_box; fix dou...Paul Davis
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
2006-11-13handle disconnected-from-JACK state a little better (i.e. don't crash and be ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-03Fixed snapshot dialog annoyance.Taybin Rutkin
2006-11-03Plugin windows change title when route title changes.Taybin Rutkin
2006-09-20fixes for drag-n-drop broken by use of boost::shared_ptr<T>Paul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-10Removed unnecessary AudioEngine argument to FooPluginUIs.Taybin Rutkin
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
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-05-14Mixer strip uses button 1 where possible, make mouse click behaviour more con...Nick Mainsbridge
2006-05-06brought the track/bus inspector back to lifeJesse Chappell
2006-04-29more tranzport lowlevel fixes and rebindingPaul Davis
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge
2006-04-20Add a stock question image to the choices dialog, other general dialog love.....Nick Mainsbridge
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-21Gtkmm2ext::Choice now inherits from Gtk::Dialog; embed/import rate mismatch d...Paul Davis
2006-03-17fix for another broken prompterDoug McLain
2006-03-16set a smaller minimum RedirectBox height, allowing the mixer window height to...Doug 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-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2005-12-18Don't resize the editor_mixer when changing tracks, gcc 4.1 fix, reorder edit...Nick Mainsbridge
2005-12-07Set fixed width for RedirectBoxDoug McLain
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-11-29remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realiz...Paul Davis
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-28come up and stay upPaul Davis
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-11-27ripping, tearing, shreddingPaul Davis
2005-11-26more fixes for gobject stuff plus doug's patch for redirect box menus, minus ...Paul Davis
2005-11-01io_selector.cc done, connection_editor in progress but skippedPaul Davis
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-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin