summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
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
2014-07-07fix inconsistency in smart mode where it shows a trim cursor in the top half ...Ben Loftis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2014-07-01give drop zone its own cursor-abilityPaul Davis
2014-06-30remove canvas cursor debug outputPaul Davis
2014-06-27replace old implementation of Editor::_ensure_time_axis_view_is_visible() wit...Paul Davis
2014-06-27make verbose canvas cursor color be set in its constructor rather than explic...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis