summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.cc
AgeCommit message (Expand)Author
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-07-03fix alignment of meters on midi-tracksRobin Gareus
2013-05-30Mark forgotten messages for translation (from Alexandre Prokoudine)Robin Gareus
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-03-30add tooltip for channel edit buttonPaul Davis
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-26Fix border case where bank select controlers are last in midnam file.David Robillard
2013-01-26Fix named controls menu to display all controls (don't miss the last submenu).David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Support note names from midnam files (tested with the DM5).David Robillard
2013-01-19Set MIDI device mode to the first by default if unset.David Robillard
2013-01-19Set MIDI device model to "Generic" by default (previously was unset).David Robillard
2013-01-19fix MIDI track channel selector etc. visibility after show_all()=>show() chan...Paul Davis
2013-01-19fix midnam-related crash introduced around 13892Paul Davis
2013-01-19Add standard MIDI midnam file and remove hard coded equivalent.David Robillard
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-19Avoid some copy overhead and sprinkle in some const for good measure.David Robillard
2013-01-19Reflow ridiculously wide code.David Robillard
2013-01-19Hide MIDI device mode selector unless there is actually more than one mode.David Robillard
2013-01-16Preliminary support for named MIDI controllers via midname files.David Robillard
2012-10-16implement double click to ContentsRange on MidiScroomerHans Baier
2012-10-12make the time axis view remember it midnam model/mode settingsHans Baier
2012-10-11further tweak midi channel selector layout in track headerHans Baier
2012-10-11nicer layout of MIDI channel selectorHans Baier
2012-06-17Remove believed-unnecessary and broken MIDI thru option;Carl Hetherington
2012-06-13Fix visibility of midi scroomer and keyboard.Carl Hetherington
2012-06-13Scale the piano roll right with stacked tracks, as well.Carl Hetherington
2012-06-13Shrink the midi scroomer to match the keyboard in stacked mode.Carl Hetherington
2012-06-13Make a few more MIDI track menu options apply to the current selection (#4106).Carl Hetherington
2012-06-13Make fit contents / show full range work for allCarl Hetherington
2012-06-12fix complete screw up in connecting MIDNAM PatchNameList with ChannelNameSets...Paul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-11partially-done (but compile-friendly) move of instrument info into a new back...Paul Davis
2012-06-10remove craziness of propagating MIDI 7 bit limits into MIDNAM handling by rep...Paul Davis
2012-06-02Persist track MIDNAM settings via a GUI property. Fix aCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-24eventloop and abstractui debugging, lots more commenting on abstractui/eventl...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-03-05Remove unused dialog.Carl Hetherington
2012-01-20Simplify GUIOBjectState a bit by just walking the XMLCarl Hetherington
2012-01-20make mouse range mode do something interesting when in internal/note edit mod...Paul Davis
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-11-27Set up piano roll and scroomer objects before the MidiTimeAxisView height get...Carl Hetherington
2011-11-27Fix partial visibility of piano roll when changing MIDI track height in vario...Carl Hetherington
2011-11-19Fix mute display on session load (#4480).Carl Hetherington
2011-11-02solo buttons are now ArdourButtonsPaul Davis