summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
AgeCommit message (Expand)Author
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-09-19Add active toggle to editor route list (#4236).Carl Hetherington
2011-07-12Maintain order keys even when routes are hidden, to preventCarl Hetherington
2011-07-09use thorsten's new icons where relevantPaul Davis
2011-07-07fix behaviour of "Hide" in track context menuPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-07-01fixed width columns for LHS of editor route listPaul Davis
2011-07-01new editor track/bus list icons from thorwilPaul Davis
2011-07-01switch to basic round icon for MIDI input enable in editor track list; use St...Paul Davis
2011-07-01add MIDI input control column to editor route list; tweak SVG for MIDI not DINPaul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
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