fix load+save of plugin parameter automation
[ardour.git] / gtk2_ardour / editor_summary.cc
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-07-04 Carl HetheringtonModified version of lincoln's patch to allow X-axis...
2010-06-18 Paul Davisuse the new left/right trim cursor for the editor summary
2010-06-18 Carl HetheringtonBack to real-time zoom.
2010-06-18 Carl HetheringtonMake summary zoom happen based on where the drag is...
2010-06-15 Carl HetheringtonStop summary showing hidden tracks.
2010-06-15 Carl HetheringtonHopefully fix slight vertical movements on attempts...
2010-06-15 Carl HetheringtonPlot tracks at a constant height in the summary.
2010-06-14 Carl HetheringtonSummary tweaks: plot tracks as well as regions (as...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-01-16 Carl HetheringtonWhen dragging the summary viewbox with a click outside...
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 Davisfix deadlock in protocol manager startup; fix some...
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-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Paul Davishandle left/right scroll in editor summary, and use...
2009-12-01 Carl HetheringtonStop editor summary viewbox being moved too far down...
2009-11-25 Carl HetheringtonMake the editor summary extend a little way beyond...
2009-11-25 Carl HetheringtonFix problems with summary when the session start marker...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-09 Carl HetheringtonFix warning.
2009-08-24 Carl HetheringtonTertiary-modifier click locates the viewbox in the...
2009-08-20 Carl HetheringtonDon't locate summary view box on a click outside it...
2009-07-04 Carl HetheringtonFixes for crashes on session going away.
2009-07-03 Carl HetheringtonSplit route group list out of Editor.
2009-06-20 Carl HetheringtonOptional tabs down the LHS of the editor window to...
2009-06-17 Carl HetheringtonSecondary-modifier-click in the summary locates the...
2009-06-17 Paul Davismake sizing of & in the summaryiferizer a bit smaller
2009-06-17 Carl HetheringtonAdd a playhead marker to the summary.
2009-06-17 Carl HetheringtonRemove partial support for vertical zoom in the summary...
2009-06-16 Carl HetheringtonCleaner implementation.
2009-06-15 Carl HetheringtonA few cleanups. Map scroll wheel to movement of the...
2009-06-15 Carl HetheringtonPut a limit on the tallest that a region can be in...
2009-06-15 Carl HetheringtonAllow dragging of the horizontal extents of the summary...
2009-06-14 Carl HetheringtonUse white outlined rectangle for view box. Redraw...
2009-06-14 Carl HetheringtonUse a filled rectangle for the view box. Colour region...
2009-06-14 Carl HetheringtonUse track colours for the summary view.
2009-06-14 Carl HetheringtonSome small bug fixes. Make click (but not drag) inside...
2009-06-13 Carl HetheringtonSet _dragging_playhead during summary viewbox drag.
2009-06-13 Carl HetheringtonVarious fixes and improvements to editor summary widget.
2009-06-11 Carl HetheringtonAdd some comments.
2009-06-11 Carl HetheringtonAdd a widget giving an overview of the editor, as ...