summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
AgeCommit message (Expand)Author
2011-05-11Cope with tracks having order keys higher than the number of tracks; although...Carl Hetherington
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-01-29a radically new approach to sizing the track header layout that now allows ar...Paul Davis
2011-01-02Fix MIDI solo buttons in the editor route list, and improve AFL/PFL behaviour...Carl Hetherington
2011-01-01Make editor route list rec enable work for MIDI tracks.Carl Hetherington
2011-01-01Don't grab focus on enter if we are editing a name. Otherwise when the mouse...Carl Hetherington
2010-12-15make track list solo-isolate column wide enough to show "SI" as its namePaul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-05take control of colors in text cell entry-editing widgets (region & route lists)Paul Davis
2010-09-29don't unnecessarily reset name_editable in editor route list, so that tab wil...Paul Davis
2010-09-29more route + region list navigation/editing changes. not sure we actually wan...Paul Davis
2010-09-29(1) awful grungy code to make tab/shift-tab correctly end route editing in tr...Paul Davis
2010-09-28use select next/prev stuff on editor track+bus listPaul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-15Fix up solo / mute colouring in the tracks list. Should fix #2940.Carl Hetherington
2010-08-15Make route list tab LEDs follow record state correctly.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-06-06Lincoln's patch from #3223 to add show/hide midi track options to the route l...Carl Hetherington
2010-05-23Make track Hide option work again.Carl Hetherington
2010-05-10Remove some debug code.Carl Hetherington
2010-05-10Remove some dead code.Carl Hetherington
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-05Add solo safe control to editor route list, as per #3063.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-03Allow buss names to be edited in the track/bus list.Carl Hetherington
2010-01-25Tweaks to prevent flicker in the treeview when changing record / solo isolate...Carl Hetherington
2010-01-22lincoln's revised patch for editor route list, to get column widths better etc.Paul Davis
2010-01-15Fix #2992: mute/solo state in tracks/busses tab not set up correctly on sessi...Carl Hetherington
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-30make generic MIDI control track remote control ID changes; fixup messes in th...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...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-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-11-30Speed up some track state operations (e.g. mute etc.) that affect the editor ...Carl Hetherington
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-11-26Fix #2926 and #2927; presence and behaviour of solo/mute icons in the editor ...Carl Hetherington
2009-11-25don't resort routelists during session destructionPaul Davis
2009-11-24Fix for routes being renamed if you start editing their names but then change...Carl Hetherington
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul Davis
2009-11-16lincoln's patch to show mute/solo in editor RHS track/bus listPaul Davis