summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
AgeCommit message (Expand)Author
2017-01-30speed up midi ghost region updatenick_m
2017-01-27MidiGhostRegion micro-optimisation.nick_m
2017-01-04note display performance.nick_m
2016-12-30another small improvement to MGR::add_note() performance.nick_m
2016-12-30allow the use of static_cast for MGR ghost events (speeds things up a bit).nick_m
2016-12-29more note performance work (dereference less).nick_m
2016-12-29improve MidiGhostRegion::find_event() performance (end is quite common).nick_m
2016-12-24fix leak in MGR _note_groupnick_m
2016-12-24speed up load/quit for sessions containing ~25k events.nick_m
2016-12-23shave another line from MidiGhostRegion::clear_events().nick_m
2016-12-23fix thinko in previous commit.nick_m
2016-12-23possibly faster way to clear ghost events.nick_m
2016-12-23slight speed improvement on GhostEvent ctor.nick_m
2016-12-23remove double check for note range in MGR::update_note/hit()nick_m
2016-12-23MidiGhostRegion::update_contents_height() is only about height (again).nick_m
2016-12-23hide ghost events appropriately (e.g. after split).nick_m
2016-12-23only update GhostEvents on visible trackviews.nick_m
2016-12-23midi scrooming performance updates.nick_m
2016-12-23remove wtfery in MidiGhostRegion ctornick_m
2016-12-22GhostEvent wrangling.nick_m
2016-12-22use map::find in the currently unused MidiGhostRegion::find_event()nick_m
2016-12-22revert b330a8a0cenick_m
2016-12-21improve scroomer performance.nick_m
2016-12-21'Rect' is ambiguous (also defined in MacTypes.h)Robin Gareus
2016-12-21use a map to find GhostEvents by a pointer to Note.nick_m
2016-12-11there is no need to do a full set_colors() in MidiGhostRegion ctor.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-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