summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-01-30speed up midi ghost region updatenick_m
2017-01-04note display performance.nick_m
2016-12-30allow the use of static_cast for MGR ghost events (speeds things up a bit).nick_m
2016-12-24speed up load/quit for sessions containing ~25k events.nick_m
2016-12-23hide ghost events appropriately (e.g. after split).nick_m
2016-12-23midi scrooming performance updates.nick_m
2016-12-22GhostEvent wrangling.nick_m
2016-12-21use a map to find GhostEvents by a pointer to Note.nick_m
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-10Improve midi model redraw performance by caching colours.nick_m
2015-10-22Remove GhostRegion::CatchDeletion signal to reduce session close timesTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-12-28Automation ghost notes for percussive hits.David Robillard
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul 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-05-05Make GhostRegion a sigc::trackable as MidiGhostRegion connects to signals. F...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-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-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-04-29* first prototype of program changes UI show up correctly (see http://www.fli...Hans Baier
2008-02-22Clean up weird formatting from underlays patch.David Robillard
2008-02-10Committed underlay support (from Audun).David Robillard
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and a...Paul Davis
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2006-03-072006-03-04 Tim Mayberry <mojofunk@gmail.com>Tim Mayberry
2005-11-22plugin selector from doug; lots and lots of fixes from karstenPaul Davis
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin