update drobilla's fascistic dir-locals.el to force emacs users into whitespace submis...
[ardour.git] / gtk2_ardour / midi_time_axis.cc
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
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-29 Hans Baier* fixed missing track color mode persistence
2008-12-25 Hans Baier* Made MIDI channel coloring work in the track channel...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-12 Hans Baier* fixed memory allocation bugs
2008-12-11 Hans Baier* added myself to about.cc
2008-12-10 Hans Baier* make patch selection appear only when there are patch...
2008-12-09 Hans Baier* moved /midi_patch_manager.* to libs/ardour
2008-12-09 Hans Baier* first working prototype of selecting instruments...
2008-12-08 Hans Baier* first primitive implementation of MidiPatchManager
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-10-05 David RobillardRename 'MIDI' drop down 'Channel' (actually describes...
2008-10-05 David RobillardCommit the colours I thought I was committing the last...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-27 David RobillardFix warnings.
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
next