summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
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
2014-06-19correct conversion of drop y-position into trackview for drag-n-drop of exter...Paul Davis
2014-06-19fix potential crash in Editor::set_canvas_cursor() if inadvertently passed a ...Paul Davis
2014-06-18more work on cursor tracking statePaul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-13fix erroneous start of autoscroll when mouse pointer is left or above the lef...Paul Davis
2014-06-13do most of the work related to adding new anchored trim cursors (but debuggin...Paul Davis
2014-06-13fix scrolling behaviour in track headers (event was stolen by rulers because ...Paul Davis
2014-06-12make rulers color-sensitive (e.g. theme manager editable, etc)Paul Davis
2014-06-10Revert "do not allow canvas cursor changes while a drag is in progress". ThisPaul Davis
2014-06-10do not allow canvas cursor changes while a drag is in progressPaul Davis