summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.cc
AgeCommit message (Expand)Author
2011-12-27Update layer order when switching back to overlaid mode.Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-10-23Fix warning.Carl Hetherington
2011-10-22Fix underflow in layer_t with rubber band selection on multiple tracks with s...Carl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-14restore visibility of streamview rect lines that act as track separatorsPaul Davis
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-01-30Update summary when a region is removed.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-10-08Update recorded MIDI regions as notes arrive. Fixes one cause of infinite no...Carl Hetherington
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-09Update coverage frames when the playlist changes; improves display a bit in s...Carl Hetherington
2010-08-22forward port of 7539 from 2.xPaul Davis
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-07-16Patch from Lincoln (#3319) to make the range selection box not display trim h...Carl Hetherington
2010-06-18Remove unnecessary height changed notification for streamviews, now that the ...Carl Hetherington
2010-05-23Revert my rev. 7140 and fix it better.Carl Hetherington
2010-05-23Fix canvas_rect positioning with automation tracks. May fix #3145.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-04prevent relaying during an undo/redo operation; remove some debug outputPaul Davis
2010-02-19add begin/end undo/redo signals so that playlist can freeze/thaw itself aroun...Paul Davis
2010-02-18connect Streamview to Playlist::ContentsChanged signal so that it updates aft...Paul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-07select-by-pitch from the piano roll header (inspired by Rosegarden); some imp...Paul Davis
2010-01-04don't double-call methods via UICallback::call_slot() when they are already c...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17fix deadlock in protocol manager startup; fix some other ::set_session() SNAF...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-12Fix canvas region layering in non-Stacked modes. Remove unused and confusing ...Nick Mainsbridge
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-28another fix for binding shared_ptr's into signalsPaul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-31Make drag selection work properly with stacked region mode.Carl Hetherington
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...Carl Hetherington
2009-08-24Remove unused method in RouteTimeAxisView. Fix bug with switching to layered...Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-13Use pixbufs as region name labels rather than Gnome::Canvas::Text. Don't set ...Nick Mainsbridge
2009-05-12Remove most using declarations from header files.Carl Hetherington