summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-08-06Use StripableTAV to inform Ctrl surfaces about selection.Robin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-19Use XMLNode::get/set_property API in Mixer_UI classTim Mayberry
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-07-03UI: Add editor_mixer route pointer to session so all UIs can know the same cu...Len Ovens
2016-06-05no-op: one line not 3Paul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22remove use of current_toplevel() where unnecessary, fix broken necessary case...Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-04-13remove UI configuration variable link-editor-and-mixer-selection, and make be...Paul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-07-24Revert previous select-strips-under-mouse behaviorBen Loftis
2014-07-23Allow deletion of processors in editor_mixer_strip by pointing and pressing D...Ben Loftis
2014-07-23holding Primary(ctrl/cmd) allows user to make noncontiguous strip selectionsBen Loftis
2014-06-12OS X specific cleanup after canvas ruler introductionPaul Davis
2014-01-07Merge branch 'master' into cairocanvasPaul Davis
2014-01-08fix issue with editor-mixer:Robin Gareus
2013-10-31fix merge with masterPaul Davis
2013-10-27give those who insist on seeing the mixer window and/or editor mixer on stupi...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-12-11do not show the mixer window if the (current) screen height is < 700 pixels (...Paul Davis
2012-12-02make newly-added string translatablePaul Davis
2012-12-02refuse to show the editor mixer is the screen is < 700 pixels high (makes the...Paul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-11-18Trim includes.Carl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-10Prevent erroneous splitting icons in the editor mixer strip's processor box.Carl Hetherington
2010-12-28Remember editor mixer size setting across close and reopen. Fixes #3624.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-08-20version of 6997 from 2.x: if selecting an automation track, show its parent i...Paul Davis
2010-02-07Move a couple of methods into editor.cc, where they seem to be more at home t...Carl Hetherington
2010-01-15Restore old behaviour when updating the view when the playhead goes off it du...Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-06When moving around using nudge / move to next region etc., arrange the canvas...Carl Hetherington
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...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-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis