summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Move object tool to "grab" tool (key g).David Robillard
2014-12-18Remove mouse mode toggling.David Robillard
2014-12-18Restore snap when switching to/from internal.David Robillard
2014-12-18Make tools toggle-like by switching to last mode.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-17Fix potential crash when right clicks go astray.David Robillard
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-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-07Unify gain and draw tools.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-18Fix edit point selector on Mixbus.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-16Add "maybe" rounding modes for rounding only if necessary.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-17NULL pointer dereference?Robin Gareus
2014-11-15round control-scroll offsets towards zeroRobin Gareus
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-10-29fix typo in 58fec98aRobin Gareus
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-22prevent negative playhead positions from entering code via serialized statePaul Davis
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 track height resizing on OSX.Robin Gareus
2014-10-20track height fixes:Robin Gareus
2014-10-16add tearoff reattach for the editorPaul Davis
2014-09-17correctly connect to Location static signalsPaul Davis
2014-09-16set the CairoWidget focus handler; reset focus when the mouse pointer leaves ...Paul Davis
2014-09-15fix compiler warningPaul Davis
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-09-09complete list from 68f0694ac0Robin Gareus
2014-09-08remove arbitrary button sizing for edit mode buttonsBen Loftis
2014-09-06speed up session load (display updates)Robin Gareus
2014-08-30update dropdown triangleRobin Gareus
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
2014-07-29Shrink minimum width a bit by using the same hpad for all toolbar selectors.David Robillard
2014-07-29Consistent styling for toolbar buttons.David Robillard
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-28alternate layout with a full-height editor-mixer, for mixbusBen Loftis
2014-07-23Add some new zoom-to-selection actions, so zoom tool is less needed.Ben Loftis
2014-07-15add Editor::trackviews_height() convenience function to determine height of t...Paul Davis
2014-07-14up/down scroll buttons on left of summary should move by tracksPaul Davis
2014-07-14(Mixbus profile only) tentatively remove the Zoom and Cut tools, to save spa...Ben Loftis
2014-07-14fix the visible_tracks_selector to show * when user tweaks a track height. v...Ben Loftis
2014-07-14remove EditAtSelectedMarker for Mixbus, to match mb2. (also fix an existing t...Ben Loftis
2014-07-09size various ArdourDropdowns according to the pixel width, not character leng...Paul Davis