summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
AgeCommit message (Expand)Author
2016-11-25midi ghost region fill colour is per event. don't store it. ensure _outline i...nick_m
2016-10-16Slightly improve note update performance, fix note resizing for non-4.0 meter...nick_m
2016-07-10Use Note::set (Rect) for speed improvement when rendering notes.nick_m
2016-07-10Improve midi model redraw performance by caching colours.nick_m
2015-10-22Remove GhostRegion::CatchDeletion signal to reduce session close timesTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-02-11remove use of TimeRectanglePaul Davis
2014-12-28Automation ghost notes for percussive hits.David Robillard
2014-12-16Various color tweaks.David Robillard
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-11-07fix up dimensions of ghostregion colored rectPaul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21fix midi-ghost region y-scaleRobin Gareus
2014-09-08Vertically align Midi Notes, Piano Roll & Canvas Line GridRobin 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-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-03-11fix error in height computation of MIDI region views (FUDGE!) use Rectangle::...Paul Davis
2014-02-25fiddle with single pixel adjustments to time axis view item heights; fix regi...Paul Davis
2014-02-14fix vertical placement of ghostregionsPaul Davis
2013-11-03send enter events to EVERY newly entered item (ignore the bool return from th...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16add back various functionality to waveviews such as zero line, amplitude scalingPaul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul 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
2011-11-17Concatenate MidiGhostRegion::Note and MidiGhostRegion::Event.Carl Hetherington
2011-11-17Remove ghost notes when actual notes are deleted, and ensure the _optimizatio...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-28Fix a couple of memory leaks.Carl Hetherington
2011-02-28Remove unused code.Carl Hetherington
2011-02-28Update ghost MIDI regions in automation tracks when zoom changes. Fixes #3803.Carl Hetherington
2011-02-28Remove unused code.Carl Hetherington
2010-12-30Fix up midi ghost regions. Should fix #3629.Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.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-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2009-01-02Cleanups and a few comments.Carl Hetherington