Merge remote-tracking branch 'remotes/origin/cairocanvas' into windows
[ardour.git] / gtk2_ardour / midi_time_axis.cc
2011-11-27 Carl HetheringtonFix partial visibility of piano roll when changing...
2011-11-19 Carl HetheringtonFix mute display on session load (#4480).
2011-11-02 Paul Davissolo buttons are now ArdourButtons
2011-11-02 Paul Davismute and send-alert buttons are now ArdourButtons
2011-10-19 David RobillardTrim include tree.
2011-08-14 Carl HetheringtonSave position of MIDI scroomers (#4140).
2011-07-13 Carl HetheringtonFix non visibility of previously-visible MIDI automation
2011-07-07 Paul Davisfix up horizontal sizing of the track controls area...
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-25 Carl HetheringtonRemove MIDI track default channel and its menu, and...
2011-05-19 David RobillardFix double MIDI track display on initial load.
2011-05-16 Carl HetheringtonA few capitalisation fixes.
2011-05-16 Carl HetheringtonMake MIDI channel selector button colours more distinct...
2011-04-16 Carl HetheringtonRemove some calls to process_updates() which I think...
2011-03-08 Paul Davisshow internal edit mode status correctly on session...
2011-03-07 Carl HetheringtonMake Active apply to the selection.
2011-03-07 Carl HetheringtonMake stuff in the automation menu apply to the track...
2011-03-03 Paul Davisexperiment with making MIDI region boxes vanish when...
2011-02-26 Carl HetheringtonCreate ghost regions when automation tracks are added...
2011-02-21 Carl HetheringtonDon't show Crossfade-related menu items on busses.
2011-02-17 Carl HetheringtonMake controller menu items look the same whether for...
2011-02-17 Carl HetheringtonFix addition of MIDI automation points (#3780).
2011-02-17 Carl HetheringtonClean up some confusion with AutomationControls in...
2011-02-17 Carl HetheringtonMinor tidying-up.
2011-02-16 Paul Davisfix crash when opening MIDI controller automation track...
2011-02-12 Carl HetheringtonRemove dependence on the order of calls of listeners...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-23 Carl HetheringtonRemove Program Change automation lane options.
2010-09-27 Carl HetheringtonCreate MIDI track gain automation tracks as non-region...
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-20 Carl HetheringtonAllow drag when creating a MIDI region. Fixes #3363.
2010-08-17 Paul Davisinitialize _step_editor to null
2010-08-15 Paul Davissplit out the logic behind step editing from MidiTimeAx...
2010-08-13 Paul Davisstep editor: add double, triple dotted note support...
2010-08-13 Paul Davisadd step editing sustain support
2010-08-12 Paul Davislotsa keybindings for nearly everything in the step...
2010-08-11 Paul Daviswhen adding a new region for step editing, do rounding...
2010-08-11 Paul Davisfix up initial step edit pos when operating on an exist...
2010-08-11 Paul Davisvari-size rect as step-edit cursor
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-08-04 Paul Davismake bar-resync button in step editor work (move insert...
2010-08-04 Paul Davisadd beat-resync button to step editor (move insertion...
2010-08-04 Paul Davisextend step-edited region correctly; scroll to keep...
2010-08-04 Paul Davisendless further tweaks to step editor; stop stealing...
2010-08-03 Paul Davisproperly track step edit status in editor & mixer windows
2010-08-03 Paul Davisa bunch of tweaks for the step entry process (computer...
2010-08-03 Paul Davismake step entry chord & triplet buttons do their thing...
2010-08-02 Paul Davisfirst, incomplete pass at step entry dialog, along...
2010-07-27 Paul Daviscatch the step edit region if it goes away and prepare...
2010-07-25 Paul Davis(1) extend region if needed BEFORE adding step-edit...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-06-24 Paul DavisGUI-created MIDI regions now steal the pending MIDISour...
2010-06-08 Carl HetheringtonFix handling of the mapping between parameters and...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-25 Carl HetheringtonRemove some dead code. Clean up storage of automation...
2010-05-23 Carl HetheringtonPossibly fix non-appearing MIDI controls (#3143)
2010-05-17 Carl HetheringtonNumber controllers in the MIDI automation menu, as...
2010-05-16 Carl HetheringtonDetach submenu before its parent is destroyed. Fixes...
2010-05-15 Carl HetheringtonFix some excessive search-and-replaces.
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-10 Paul Davismo' better fixes for managing MIDI CC/automation lanes
2010-01-09 Paul Davisremove a bunch of debug output
2010-01-09 Paul Davislots of debug code still in place, but get a much impro...
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2010-01-05 Paul Davisfix some issues with context menu management
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-10-22 David RobillardFix occasional crash on startup with MIDI tracks (race?).
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-07 Paul Davissave & restore MIDI track note mode
2009-09-25 Paul Davismake MIDI thru work even when not rolling; add GUI...
2009-09-10 Paul Davisadd step-rest keybinding for step editing
2009-09-05 Paul Davisjust one timeout callback for step editing, not one...
2009-09-03 Paul Davisbetter way to "engage" step edit, and extend region...
2009-09-03 Paul Davisthe basics of step editing, more details to follow
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardFix crash when NullAutomation is created (which shouldn...
2009-02-15 David RobillardBring the note mode menu back from the dead.
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-21 Hans Baier* make MIDI-specific menu show up on all MIDI lanes
2009-01-21 Hans Baier* Added Menu to add a Program change parameter lane
next