change tooltip of automation button for MIDI tracks to give hint that its also about...
[ardour.git] / gtk2_ardour / route_time_axis.cc
2012-01-10 Paul Davischange tooltip of automation button for MIDI tracks...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-12 Carl HetheringtonMake TimeAxisView::remove_child virtual so that RouteTi...
2011-11-11 Paul Davisextra track header buttons are now ArdourButtons
2011-11-03 Paul Davisuse ArdourButton for the (radio) buttons in the monitor...
2011-11-03 Paul Davisremove lock icon from track header solo button when...
2011-11-03 Paul Davisremove extraneous 'r' from rec-enable buttons
2011-11-02 Paul Davisrec-enable buttons are now ArdourButtons, but with...
2011-11-02 Paul Davissolo buttons are now ArdourButtons
2011-11-02 Paul Davismute and send-alert buttons are now ArdourButtons
2011-10-26 Paul Davisnew ArdourButton class, to start to provide more contro...
2011-10-19 David RobillardFix use of uninitialized value
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-25 Carl HetheringtonColin's patch to handle scroll events on track header...
2011-09-05 Carl HetheringtonAdd option to insert time on all a track's playlists...
2011-08-31 Carl HetheringtonAllow route groups to color their tracks (remainder of
2011-08-30 Carl HetheringtonTidy up route colouring a bit so that colours are the
2011-08-03 Carl HetheringtonWhen renaming a track to the name of an existing one,
2011-08-03 Carl HetheringtonFix erroneous check for colons in track names; clean up
2011-07-26 Paul Davisfix up colons in track names before they are used for...
2011-07-11 Paul Davisclean up GUIObjectState API, and use bools when setting...
2011-07-07 Paul Davisfix audio-specific code in RouteTimeAxis::use_playlist...
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-07-02 Carl HetheringtonMinor refactoring; a few comments; don't try to add...
2011-06-12 Paul Davisimplement a delete operation that works like "cut"... 3.0-alpha6
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-09 Paul Daviswhen adding existing processor automation time axis...
2011-06-02 David RobillardRemove "smaller" track height (basically just a broken...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-30 Paul Davisdo not offer combine operation for MIDI (see comment...
2011-05-26 Paul Davismore combine/uncombine fixes including making uncombine...
2011-05-25 Paul Daviscorrect the logic used when building a compound region...
2011-05-25 Paul Davischange region selection after a combine op
2011-05-22 Paul Davisrationalize and improve region naming conventions to...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
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...
next