summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
2015-02-28prepare saving video-export settings.Robin Gareus
2015-02-11Editor::sample_to_pixel() always returns an integer value, but it should use ...Paul Davis
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-01-16Put playhead on top of everything.David Robillard
2015-01-12Fix broken whitespace (noop).David Robillard
2015-01-12Remove unused vertical scroll group.David Robillard
2015-01-11remove track-selection requirement so fit_selected_tracks works as coded. ch...Ben Loftis
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-07Start step entry at playhead.David Robillard
2015-01-07Fix internal/external snap type restoration.David Robillard
2015-01-07Factor out grid beat divisions.David Robillard
2015-01-07now that regions and range selections are exclusive, the separate actions to ...Ben Loftis
2015-01-07MusicalTime => Beats.David Robillard
2015-01-02Add automation track control points to undo history (and selection_op history).nick_m
2015-01-02Make editor undo/redo actions sensitive at appropriate times.nick_m
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2014-12-29Fix internal select all.David Robillard
2014-12-28MIDI transform dialog.David Robillard
2014-12-28apply font-scale to overall layout (rulers, track-header) - fixes #6088Robin Gareus
2014-12-25Context menu for applying edits to note selection.David Robillard
2014-12-24Add instrument selector to import dialog.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-22consolidate zoom-to-range and zoom-to-regions into: zoom-to-selection. ToDo:...Ben Loftis
2014-12-20Fix various cursor problems.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-11tweaks to minsec and timecode ruler display, especially at very high zoom.Paul Davis
2014-12-09add set-session-extents-from-edit-rangeBen Loftis
2014-12-07Fix alignment of automation paste.David Robillard
2014-12-07Unify gain and draw tools.David Robillard
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-10-24port changes to ARDOUR::Location and ARDOUR::Locations APIs from Tracks to Ar...Paul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-16add tearoff reattach for the editorPaul Davis
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
2014-09-17add action and menu item to control use of skip playbackPaul Davis
2014-07-28alternate layout with a full-height editor-mixer, for mixbusBen Loftis
2014-07-24Revert previous select-strips-under-mouse behaviorBen Loftis
2014-07-23Allow deletion of processors in editor_mixer_strip by pointing and pressing D...Ben Loftis
2014-07-23holding Primary(ctrl/cmd) allows user to make noncontiguous strip selectionsBen 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-14scroll up/down by tracks uses top edge as "focal point"; fix some other nasty...Paul Davis
2014-07-14fix the visible_tracks_selector to show * when user tweaks a track height. v...Ben Loftis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul Davis