summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.cc
AgeCommit message (Expand)Author
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-08Fix show MIDI regions using track color.David Robillard
2015-01-08Prevent note trim to zero length (shown as stuck).David Robillard
2015-01-07MusicalTime => Beats.David Robillard
2014-12-30Fix stuck note display while recording.David Robillard
2014-12-30Fix display of MIDI while recording.David Robillard
2014-12-29Fix key bindings for note trim/extend.David Robillard
2014-12-29Fix MIDI recording display when zoom/etc changes.David Robillard
2014-12-28Automation ghost notes for percussive hits.David Robillard
2014-12-28Show correct ghost hit for percussive tracks.David Robillard
2014-12-28Set new note velocity based on surrounding notes.David Robillard
2014-12-28Fix events for short notes at region start/end.David Robillard
2014-12-28Update note colors when model changes.David Robillard
2014-12-24Fix potential memory errors with note player.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-20Fix various cursor problems.David Robillard
2014-12-19more color/modifier tweaksPaul Davis
2014-12-18Use color modifiers for dynamic region styles.David Robillard
2014-12-18Fix copy paste of MIDI and track automation.David Robillard
2014-12-18Make MIDI regions translucent for internal tools.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-17Support stepping bank by shift+scroll/arrow.David Robillard
2014-12-17Remove some aborts that don't really need to be.David Robillard
2014-12-17Fix display of MIDI notes/regions while recording.David Robillard
2014-12-17Fix various MIDI locking issues.David Robillard
2014-12-17Force ghost note positive in all circumstances.David Robillard
2014-12-17Don't allow drawing notes in rec regions (crash).David Robillard
2014-12-16Various color tweaks.David Robillard
2014-12-15next modifierPaul Davis
2014-12-15fix incorrect item name for colorPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-13Structure MIDI device selector by manufacturer.David Robillard
2014-12-07Fix shift-rect-select with MIDI notes.David Robillard
2014-12-06Nudge notes by 1 bar if secondary modifier active.David Robillard
2014-12-06Grab keyboard only with note selection.David Robillard
2014-12-06Support paste between automation lanes.David Robillard
2014-12-06Fix internal paste when selection has only points.David Robillard
2014-12-05Make scroll work on MIDI regions when internal.David Robillard
2014-11-30Remove braindead Parameter inheritance abuse.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-25Remove dead code.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Fix note resizing.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-22Factor out copy-paste code to get grid type in beats defaulting to 1.David Robillard
2014-11-22Move time converters only to the region views that actually need them.David Robillard