summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
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
2014-06-09forward scroll events from track control headers to the canvas, to get consis...Paul Davis
2014-06-09change height of canvas drop so last 20 pixels of bottom track is still visib...Paul Davis
2014-06-09rename Editor::_canvas_bottom_rect as Editor::_canvas_drop_zone; increase its...Paul Davis
2014-06-06fix position where rubberband rect is drawnPaul Davis
2014-06-05reinstate a canvas group where we reparent regions while dragging, so that th...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-06-03remove useless groups from timebar area, clarify scroll group naming in editorPaul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just part...Paul Davis
2014-06-03avoid recursing through the entire canvas when scrolling - only scroll explic...Paul Davis
2014-06-03whitespace deletionPaul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-05-19remove unnecessary and wierd constant for bottom rect (drop zone) of track ca...Paul Davis