summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.cc
AgeCommit message (Expand)Author
2015-02-11remove use of TimeRectanglePaul Davis
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2015-01-07Don't select regions with an internal tool.David Robillard
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-17Fix display of MIDI notes/regions while recording.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-07simplify removal of outline from streamview base rectPaul Davis
2014-11-05streamview no longer outlines any part of its canvas rect (we leave that to t...Paul Davis
2014-09-04Trick 17: share separator + border:Robin Gareus
2014-09-04dedicated TAV separator lineRobin Gareus
2014-09-04Revert "cont'd work on automation-track headers (amend ba53af1c5)"Robin Gareus
2014-09-03cont'd work on automation-track headers (amend ba53af1c5)Robin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-01-20prevent a compiler warningPaul Davis
2014-01-10fix thinko related to streamview construction that caused bad placement/displ...Paul Davis
2013-10-24remove unnecessary initialization of fill color for streamview rectPaul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-10remove incorrect merge of cairocanvas patch that stopped most tracks from dis...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-06-13Shrink the midi scroomer to match the keyboard in stacked mode.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-12-31Restore update of coverage frames on playlist contents changed, which is need...Carl Hetherington
2011-12-30Make coverage frames work slightly better; jury is still out on whether they ...Carl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
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