enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / automation_region_view.cc
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
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 Davisinitial commit of hand merging, plus getting "ancient...
2012-05-29 Paul Davissubstantive change to try to provide some rationality...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-11-16 Carl HetheringtonUse a Drag class for midi note selection, so that it
2011-10-19 David RobillardTrim include tree.
2011-09-21 Carl HetheringtonFix adding of automation points to regions with a non...
2011-09-06 Carl HetheringtonSnap new automation points in AutomationRegionViews...
2011-08-16 Paul Davisattempt to fix deep confusion in GUI code about convert...
2011-07-13 Carl HetheringtonFix erroneous placement of new MIDI automation points in
2011-07-10 Paul Davisadd braces and move a destructor into its .cc file
2011-06-01 David RobillardDelete trailing whitespace
2011-04-06 David RobillardFix my name :)
2011-02-17 Carl HetheringtonCoding style.
2010-12-12 Carl HetheringtonFix display of MIDI automation on regions with non...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-09 Carl HetheringtonFix crash when clicking on an AutomationRegionView...
2010-09-01 Carl HetheringtonDon't give automation region views left/right trim...
2010-08-20 Carl HetheringtonLimit region-based automation to the edges of regions...
2010-08-04 Carl HetheringtonAllow rubberband selection of MIDI automation points...
2010-07-21 Carl HetheringtonClamp y for newly added automation line points.
2010-07-16 Carl HetheringtonDon't tempt the user with visual cues that they can...
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-05-22 Carl HetheringtonFix, or at least improve, automation line drawing behav...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
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-26 David RobillardFix adding control points to MIDI 'automation' regions.
2009-10-23 David RobillardFix stacking of automation region views.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
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-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-16 David RobillardFix crash on audio record (time converter segfault...
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-02-16 David RobillardTime unit translation for AutomationLine (correctly...
2009-02-15 David RobillardTrim include dependency tree (particularly on evoral...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-21 David RobillardFix crash on dragging a region with a visible automatio...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2007-09-11 David RobillardAlways show CC region, whether empty or not (ie whether...
2007-09-06 David RobillardDeep "automation regions" support.
2007-09-03 David RobillardMove CC/Automation regions with parent correctly.
2007-08-17 David RobillardPer-region MIDI CC "automation".