Fix french translation of "meterbridge" -- closes #5744
[ardour.git] / gtk2_ardour / automation_time_axis.cc
2013-01-19 Paul Daviscompletely revisit how track name editing works in...
2013-01-19 David RobillardReplace a bunch of potential crashes with graceful...
2013-01-19 David RobillardAvoid some copy overhead and sprinkle in some const...
2013-01-14 Paul Davismore substantive reworkings of TimeAxisView::name_...
2013-01-12 Paul Davisvarious tweaks to get 80% Of the way to proper use...
2012-12-10 Ben Loftistweak to plugin parameter sliders in mixer strips
2012-12-06 Ben Loftisseveral theme changes. changed drawing of rounded_rect...
2012-07-17 Paul Davislots more fidgety work on automation. sort of works...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-05-29 Paul Davissubstantive change to try to provide some rationality...
2012-05-22 Paul Davisremove, convert, comment several cerr statements
2012-04-27 Carl HetheringtonRe-add erroneously-removed methods related to cut/copy of
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-02-07 Paul Davisremove additional "mid" color from ArdourButton; replac...
2011-12-05 Paul Davisfix scroll wheel handling on both gain faders and param...
2011-11-21 Carl HetheringtonSimple ambiguitity-resolution wrapper for gettext;...
2011-11-13 Carl HetheringtonSnap new automation points on audio lanes (part of...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-07 Carl HetheringtonDon't create new regions on clicks on MIDI plugin autom...
2011-07-13 Carl HetheringtonFix non visibility of previously-visible MIDI automation
2011-07-11 Paul Davisclean up GUIObjectState API, and use bools when setting...
2011-07-10 Carl HetheringtonFix erroneous characters in automation time axis view...
2011-07-10 Paul Davisfix #4004 - AutomationTimeAxisView wasn't deleting...
2011-07-07 Paul Davisimprove layout of automation track controls box
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-23 Paul Davisfix crash when open automation track for MIDI CC *... 3.0-alpha8
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-02 Paul Davisaudio clock switchover part2: remove most egregious...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-23 Carl HetheringtonFix a few missing drops of Route references.
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-01-27 Paul Davisvirtualize the way that AutomationController gets strin...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Paul Davisadd configurable colors to stereo panner, plus keybindi...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-10-01 Carl HetheringtonFix overflow within libgnomecanvas when passing in...
2010-09-27 Carl HetheringtonFix multiple creation of identical automation tracks...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-09 Carl HetheringtonAllow drags of automation in time ranges where the...
2010-09-07 Carl HetheringtonFix restore of fader automation from 2.X sessions.
2010-08-28 Carl HetheringtonRespect ignore_state_request in all cases on set_automa...
2010-08-11 Carl HetheringtonHopefully fix up automation control point selection...
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-06 Carl HetheringtonFix reset_objects for MIDI automation views.
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-08-04 Carl HetheringtonAllow rubberband selection of MIDI automation points...
2010-07-31 Carl HetheringtonMake Clear option work for MIDI automation tracks....
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-06-25 Carl HetheringtonMake MIDI region `automation' respect the automation...
2010-05-27 Carl HetheringtonFix crash on clear option for automation tracks (#3195...
2010-05-25 Carl HetheringtonMake discrete mode work for MIDI automation views....
2010-05-25 Carl HetheringtonAllow region-based automation axes to report whether...
2010-05-22 Carl HetheringtonHandle automation modes better with region-based (MIDI...
2010-05-11 Carl HetheringtonFix track height menu.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-01-09 Paul Davislots of debug code still in place, but get a much impro...
2010-01-03 Carl HetheringtonSome cleanups to drawing of automation line control...
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-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-26 David RobillardDon't prevent user from choosing Linear interpolation...
2009-10-23 David RobillardFix stacking of automation region views.
2009-10-23 David RobillardFix crash changing automation state of MIDI 'automation...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
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-19 Carl HetheringtonRemove unused variable.
2009-06-11 Paul Davismake button events on automation tracks work again...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardRemove clear button from automation track headers so...
2009-02-19 David RobillardI am become death, destroyer of boilerplate.
2009-02-16 David RobillardFix crash on audio record (time converter segfault...
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-01-28 Hans Baier* Allow choice of interpolation mode only for Linear...
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-02 Carl HetheringtonCleanups and a few comments.
2008-12-19 Carl HetheringtonFix visibility of automation tracks on reloading sessions.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-14 Nick MainsbridgeMake tempo lines physical_screen_height high, add xml...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-26 David RobillardFix crash when setting automation mode on non-region...
next