summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.cc
AgeCommit message (Expand)Author
2020-05-01attempt to properly manage MIDI note display of selected statusPaul Davis
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-07-06avoid crazy costs of looking up and constructing color modifier every time, a...Paul Davis
2018-07-05remove more unused MIDI note colorsPaul Davis
2018-07-05retire no-longer used color names for MIDI notesPaul Davis
2018-07-05fix interpolation math errorPaul Davis
2018-07-05use MIDI meter colors (themeable) to show MIDI note velocity.Paul Davis
2018-07-03respond to changes in use-note-color-for-velocityPaul Davis
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-10-17Performance: store NoteBase UIConfiguration colors between config changes.nick_m
2016-07-10Fix ordering thinko in note selected colour.nick_m
2016-07-10Performance tweak - NoteBase doesn't recalculate colour as often.nick_m
2015-12-22Fix indentation of note_base (whitespace to tab)Nil Geisweiller
2015-10-17Replace static PBD::Signal in NoteBase with direct call to MidiRegionViewTim Mayberry
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2014-12-25Context menu for applying edits to note selection.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.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-30Trim the include tree.David Robillard
2014-11-14Fix various sticky/broken cursor issues.David Robillard
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2013-05-02remove channel selector from canvas note events, as was done in masterPaul Davis
2013-05-02merge resolution with masterPaul Davis
2013-04-25use virtual bool canvas_group_event () in TimeAxisViewItems to get suitably d...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis