summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_channel_selector.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-02-02Tweak MIDI channel dialog layout.Ben Loftis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-11-03update midi channel button display when mode changesRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-03-29Fix mute of MIDI tracks with channel forcing.David Robillard
2014-11-18Make MIDI channel selector rows/col constraints actually do something.David Robillard
2013-07-22Use PBD::ffs for portabilityTim Mayberry
2013-03-28some deep tweaking to get MIDI channel control into nearly done shape for 3.1Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2011-05-16Make MIDI channel selector button colours more distinct (#3772).Carl Hetherington
2010-07-25(1) extend region if needed BEFORE adding step-edit note, so that the new not...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-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-16Don't bind playlist_modified with a shared_ptr<Playlist> parameter.David Robillard
2008-12-29* fixed bug introduced in revision 3335: Hibyte lost in channel mask when res...Hans Baier
2008-12-25* Made MIDI channel coloring work in the track channel selectorHans Baier
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-04-21* persisting/restoring track channel settings works nowHans Baier
2008-04-21* UI fixes for track channel selectionHans Baier
2008-04-19* made channel selector look quite nice, see http://www.flickr.com/photos/240...Hans Baier
2008-04-17* fixed missing get coordinate functions in CanvasHitHans Baier
2008-04-17* added All/None/Invert Buttons to MidiMultipleChannelSelectorHans Baier
2008-04-14* first working version of editing MIDI channels of individual notes, see: ht...Hans Baier