summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
AgeCommit message (Expand)Author
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
2014-07-09add Editor::edit_mode_strings to allow for i18n; correctly size ArdourDropdow...Paul Davis
2014-07-08fix thinko with split selections. also ignore follow_edits when we are split...Ben Loftis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-07fix build after copy-n-paste/code change collisionPaul Davis
2014-07-07some code shuffling to make sure that cut mode always operates at the mouse l...Paul Davis
2014-07-07add functionality for cut toolPaul Davis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2014-07-06remove some cruft with previous commits. remove option link-region-and-track...Ben Loftis
2014-07-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-02simplify zooming, remove Editor::clamp_samples_per_pixel(), fix getting "stuc...Paul Davis
2014-07-02remove unused "zoom range clock" from code as part of zoom simplificationsPaul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01merge with master.Paul Davis
2014-06-28add RAII DisplaySuspenderRobin Gareus
2014-06-28use a hash-table to cache gui propertiesRobin Gareus
2014-06-27replace old implementation of Editor::_ensure_time_axis_view_is_visible() wit...Paul Davis
2014-06-26removed no-longer-used Editor::track_canvas_motion()Paul Davis
2014-06-25use new ruler dialog class for context clicks on ruler labels areaPaul Davis
2014-06-25remove unused codePaul Davis
2014-06-25lock dialog MUST be a Gtk::Dialog so that it does not forward key (or other) ...Paul Davis
2014-06-25new timer-based GUI locking codePaul Davis
2014-06-24add a modal lock dialog for better testing (and someone might find it useful,...Paul Davis