summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
2015-12-06Fix inoperative keyboard modifiers when leaving autoscroll.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-08-05add synth when drag/drop importing .mid - fixes #6474Robin Gareus
2015-07-16merge fixBen Loftis
2015-06-28show selection trim cursors in Range modeBen Loftis
2015-06-21Mkae automation line / gain line cursors consistent.nick_m
2015-06-01fix cursor in smart mode, when moving up and down the frame handlesBen Loftis
2015-01-24make MouseCursors invalid cursor API be static; use to initialize default cur...Paul Davis
2015-01-23allow use of null pointer as a valid cursor (implies using cursor of parent w...Paul Davis
2015-01-16Revert "Kludgey fix for invisible playhead when scrolled."David Robillard
2015-01-16Kludgey fix for invisible playhead when scrolled.David Robillard
2015-01-16Put playhead on top of everything.David Robillard
2015-01-12Put tempo lines below tracks.David Robillard
2015-01-12Remove unused vertical scroll group.David Robillard
2015-01-12Revert "hotfix z-stacking"David Robillard
2015-01-11hotfix z-stackingRobin Gareus
2015-01-10Raise regions about tempo lines.David Robillard
2015-01-08Show tempo lines under marker bars.David Robillard
2015-01-07Update background color when theme is changed.David Robillard
2014-12-30Fix smart mode cursor on audio regions.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-23Update canvas cursor on pop.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-16Fix marker bars "gradient" colors.David Robillard
2014-12-15make editor rubber band rect have appropriate transparencyPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-15next modifier, and remove color 102 since nothing uses itPaul 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-12-07Unify gain and draw tools.David Robillard
2014-12-05working compilation for new color codePaul Davis
2014-11-18Avoid possible use of uninitialized values.David Robillard
2014-11-14Fix various sticky/broken cursor issues.David Robillard
2014-11-10redraw entire canvas when ColorsChanged is emittedPaul Davis
2014-11-10set canvas background colorPaul Davis
2014-10-31Remove unused variable.David Robillard
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-21fix note 15897 on #5589 - only use fader cursor for region gain line when in ...Paul Davis
2014-10-13fix note 0015900 on #5589 (cursor doesn't change when switching edit pointPaul Davis
2014-09-15fix compiler warningsPaul Davis
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-07-15add Editor::trackviews_height() convenience function to determine height of t...Paul Davis
2014-07-14scroll up/down by tracks uses top edge as "focal point"; fix some other nasty...Paul Davis