A few capitalisation fixes.
[ardour.git] / gtk2_ardour / route_time_axis.cc
2011-05-16 Carl HetheringtonA few capitalisation fixes.
2011-05-16 Paul Davistrack combine ops per-playlist to avoid name collisions...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davissane naming scheme for combined regions; fix deadlock...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-13 Paul Davismake sure Edit property of RouteGroup is enabled when...
2011-05-04 Carl HetheringtonDon't alter horizontal padding when shrinking tracks...
2011-05-03 Carl HetheringtonFix non-appearing track names when opening sessions...
2011-05-03 Carl HetheringtonDon't hide solo/mute/rec enable for the smallest track...
2011-03-09 Paul Davismove comment to a more appropriate location
2011-03-09 Paul Davisadd new concept for managing alignment style (AlignChoi...
2011-03-07 Carl HetheringtonHide/Remove to apply to the track selection.
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-07 Carl HetheringtonMake the route group submenu of the RouteTimeAxisView...
2011-03-01 Carl HetheringtonDesensitize playlist menu with >1 selected tracks.
2011-03-01 Carl HetheringtonMake track mode menu apply to the selection.
2011-02-26 Carl HetheringtonCreate ghost regions when automation tracks are added...
2011-02-24 Carl HetheringtonFix crash on opening route menu with busses in the...
2011-02-23 Carl HetheringtonMake alignment options work across the track selection...
2011-02-23 Carl HetheringtonMake layer menu items apply to the selection.
2011-02-23 Carl HetheringtonSet up layers menu correctly depending on current state.
2011-02-23 Carl HetheringtonDesensitize Remote Control ID menu option if there...
2011-02-23 Carl HetheringtonRemove duplicate Automation menu entry.
2011-02-23 Carl HetheringtonMake track context colour menu apply to all selected...
2011-02-23 Carl HetheringtonSmall clean up of route colour setting.
2011-02-21 Paul Davismore debugging
2011-02-21 Carl HetheringtonDon't show Crossfade-related menu items on busses.
2011-02-17 Carl HetheringtonClean up some confusion with AutomationControls in...
2011-02-16 Carl HetheringtonRe-add height menu to tracks (#3761).
2011-01-06 Carl HetheringtonUpdate name_label as well as name_entry when the route...
2010-12-30 Carl HetheringtonFix up midi ghost regions. Should fix #3629.
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Paul Davisadd configurable colors to stereo panner, plus keybindi...
2010-10-17 Carl HetheringtonOnly compute and render the visible portion of crossfad...
2010-09-27 Carl HetheringtonFix multiple creation of identical automation tracks...
2010-09-27 Carl HetheringtonCreate MIDI track gain automation tracks as non-region...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-24 Paul Davisfix load+save of plugin parameter automation
2010-08-18 Carl HetheringtonFirst go at saving window visibility and position state...
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-11 Carl HetheringtonAdd submenus for route group, playlist and automation...
2010-08-11 Carl HetheringtonMove track mode into a submenu.
2010-08-09 Carl HetheringtonMove get_child_list() into TimeAxisView.
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-08-05 Carl HetheringtonClean up handling of track vs region automation a bit.
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-06-08 Carl HetheringtonFix handling of the mapping between parameters and...
2010-06-08 Carl HetheringtonCopy-edit.
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-27 Carl HetheringtonFix show existing automation for audio tracks (part...
2010-05-26 Carl HetheringtonRestore Fader and Pan options to audio track automation...
2010-05-25 Carl HetheringtonFix disappearing plugin menu (#3182)
2010-05-25 Carl HetheringtonAllow region-based automation axes to report whether...
2010-05-25 Carl HetheringtonRemove some dead code. Clean up storage of automation...
2010-05-11 Carl HetheringtonFix track height menu.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-25 Carl HetheringtonSome menu and dialogue polishing.
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-20 Paul Davisno solo button for master bus; add alternate solo butto...
2010-04-20 Paul Davisindicate "soloed-by-others" state on solo button via...
2010-04-03 Paul Davismeter point restore handling, and related matters
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-23 Carl HetheringtonFix track mode options to appear only once on audio...
2010-03-23 Paul Davisfinish commit from yesterday ... sorry folks
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-01-15 Carl HetheringtonTemporarily fix segfault on show/hide all automation...
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-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2010-01-05 Paul Davisfix some issues with context menu management
2010-01-05 Carl HetheringtonNo-op: few minor bits of coding style.
2010-01-04 Carl HetheringtonMove a couple of connect() calls up the class hierarchy.
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-22 Carl HetheringtonFix crash on session close.
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-13 Carl HetheringtonApply Select property of route groups at the Selection...
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-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-30 Carl HetheringtonSpeed up some track state operations (e.g. mute etc...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-10-26 David RobillardMake automation error non-fatal so we can actually...
next