remove all calls to Outline::set_outline_width (1) because this is "wrong" when using...
[ardour.git] / gtk2_ardour / automation_line.cc
2013-04-17 Paul Davisremove all calls to Outline::set_outline_width (1)...
2013-04-17 Paul Davischange UIConfig to use accessor/setter methods like...
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
2013-04-12 Paul Davisremove all unit-based methods from (Public)Editor;...
2013-04-12 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-12 Paul Davisadd (bezier) curves to canvas, use for automation lines...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-04 Paul Daviscommit immediately post linking
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...
2013-01-07 Paul Davisfix drags of a single control point in a line where...
2012-12-19 Paul Davisfix push-drags of automation data - previously we did...
2012-11-19 Paul Davisminor tweaks
2012-11-17 Paul Davissubstantive change to automation line dragging code...
2012-09-17 Carl HetheringtonRevert shade on playhead cursor (SVN 13048).
2012-07-17 Paul Davisadd translucent "shade" to playhead cursor (may remove...
2012-07-13 Paul Davisdramatic overhaul of automation. too long to explain...
2012-07-10 Paul Davisprovide some numerical data during automation trim...
2012-07-09 Paul Davisremove extra unused argument to ::sync_model_with_view_...
2012-06-10 Carl HetheringtonFix incorrect display of automation lines after points are
2012-05-31 Carl HetheringtonFix incorrect automation point drags when a drag is...
2012-05-31 Carl HetheringtonPush of automation points is done on the GUI side,...
2012-05-31 Carl HetheringtonRemove some more unwanted roundings from control point...
2012-05-31 Carl HetheringtonAllow movement of several vertically-colinear points...
2012-05-31 Carl HetheringtonHandle discontiguous control point selections properly...
2012-05-31 Carl HetheringtonRemove suspect pixel-based control point x position...
2012-05-29 Paul Davissubstantive change to try to provide some rationality...
2012-05-28 Carl HetheringtonRemove duplicate include.
2012-04-23 Carl HetheringtonFix some confusion wrt did_push as a member and a local...
2012-04-22 Carl HetheringtonUse a list of ControlPoints to hold the automation...
2012-04-21 Carl HetheringtonRemove some unused code.
2012-04-15 Carl HetheringtonA few tweaks to make Ardour build in GCC -std=c++0x...
2012-04-05 Paul DavisDraw all automation points, rather than trying to use...
2012-03-22 Carl HetheringtonDon't leave internal edit mode when clicking on an...
2011-09-28 Carl HetheringtonFix problems with selecting control points in Automatio...
2011-07-13 Carl HetheringtonFix crash when selecting automation points in MIDI
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-01 David RobillardDelete trailing whitespace
2011-04-23 Carl HetheringtonRemove duplicate connect_to_list() call.
2011-02-01 Carl HetheringtonTiny cleanup.
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-12 Carl HetheringtonFix display of MIDI automation on regions with non...
2010-12-12 Carl HetheringtonSmall cleanups.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-10-02 Carl HetheringtonFix rounding of automation view point positions. Fixes...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-09 Carl HetheringtonAllow drags of automation in time ranges where the...
2010-08-23 Paul Davis3.0 version of rev 5564 from 2.x - basic boolean plugin...
2010-08-20 Carl HetheringtonLimit region-based automation to the edges of regions...
2010-08-11 Carl HetheringtonHopefully fix up automation control point selection...
2010-08-10 Carl HetheringtonImprove ctrl-click behaviour of automation points....
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-05 Carl HetheringtonRemove somewhat confusing view_to_model_coord_x method.
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
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-20 Carl HetheringtonFix list corruption when modifying a view point in...
2010-07-14 Carl HetheringtonFix binding of automation list undo records to MIDI...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-12 Carl HetheringtonMake AutomationLine set up interpolation style for...
2010-05-21 Paul Davisfix from 2.X for automation line clear command using...
2010-05-11 Carl HetheringtonFix track height menu.
2010-04-01 Carl HetheringtonNo-op: rename a few variables and add/fix some comments.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-01-11 Carl HetheringtonFix confusion about last_pointer_* variables under...
2010-01-08 Carl HetheringtonUpdate verbose cursor correctly when y drags are clamped.
2010-01-05 Carl HetheringtonFixes to permit drags of multiply-selected automation...
2010-01-03 Carl HetheringtonSome cleanups to drawing of automation line control...
2010-01-02 Carl HetheringtonFix confusion between model and view points when draggi...
2010-01-02 Carl HetheringtonStop automation drags when they hit their lowest point...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2009-12-22 Carl HetheringtonSmall refactoring of determine_visible_control_points.
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-10-23 David RobillardFix whitespace.
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-08-22 Carl HetheringtonIntroduce an accurate version of coefficient_to_dB...
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-03-02 David RobillardFix build. Ahem.
2009-03-02 Paul Davisallow dragging of automation lines (Ben Loftis, backpor...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-16 David RobillardFix crash on audio record (time converter segfault...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
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-23 Carl HetheringtonMake region gain envelope drawing work again.
next