summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-21Trim the include tree a bit.David Robillard
2013-01-21Fix whitespace.David Robillard
2013-01-20Use rectangle intersection for MIDI note rect select.David Robillard
2013-01-20More consistent verbose cursor label style for PC flags.David Robillard
2013-01-20Show matching controller name in automation lane header.David Robillard
2013-01-20Fix crash on verbose note text in regions with no patch changes.David Robillard
2013-01-20Fix completely wrong MidiRegionView::get_patch_key_at().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-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2012-12-22add Delete button to patch change dialog when editing itPaul Davis
2012-12-19keep velocity value visible in verbose cursor until we leave a note (fixes #5...Paul Davis
2012-10-11Make input filtering while recording work in GUI, tooHans Baier
2012-10-11make sysex contents appear as verbose_cursor for visual feedback the flag as ...Hans Baier
2012-10-11fix bug: sysexes x position not relative to regionHans Baier
2012-10-11implement deleting of sysex eventsHans Baier
2012-07-15use correct event struct when handling key events in patch changes, and flip ...Paul Davis
2012-06-25Patch from tophatdave to prevent exit from note editCarl Hetherington
2012-06-24put patch chnage dialog under the mouse cursor when it appearsPaul Davis
2012-06-22don't swallow left/right scroll events in a midi region view when in internal...Paul Davis
2012-06-19really, really do not signal MidiRegionView::SelectionCleared during destructionPaul Davis
2012-06-17make it possible for canvas patch changes to receive kbd events, and along th...Paul Davis
2012-06-13Fix some uninitialised variable warnings.Carl Hetherington
2012-06-12prevent too-wide program change flags at startupPaul Davis
2012-06-12hide patch changes if they are too wide for the region at a given zoom levelPaul Davis
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-08When sounding notes on selection / note movements, play the note for as long ...Carl Hetherington
2012-06-08Grey-out patch changes on inactive channels rather than notCarl Hetherington
2012-06-06add "v" as a new MIDI editing key for velocity, add velocity dialog, fix cras...Paul Davis
2012-06-06incomplete change to allow all selected MIDI notes to have their velocity set...Paul Davis
2012-06-02Persist track MIDNAM settings via a GUI property. Fix aCarl Hetherington
2012-06-02Put MIDNAM stuff into the patch change dialog.Carl Hetherington
2012-05-29patch from dave flick to tackle a variety of cursor issuesPaul Davis
2012-05-28Clear selection on starting a MIDI note rubberbandCarl Hetherington
2012-05-28Emit SelectionCleared() when unique-selecting the firstCarl 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-05-09i18n-izationPaul Davis
2012-04-30Remove un-read variable.Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-14Fix a few framecnt / framepos type confusions.Carl Hetherington
2012-03-12paste_pos_beats should be source-relative, not region position relative; fixe...Carl Hetherington
2012-02-08use trim cursors near end of a MIDI note when in Draw mode (and not in Range ...Paul Davis
2012-02-02hand-done version of patch from tophatdave to prevent use of trim cursors whe...Paul Davis
2012-02-02patch for bad region-extension when pasting into a MIDI that doesn't start at...Paul Davis