summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-13Fix crash when deleting overlapped regions.David Robillard
2014-10-29fix vertical canvas scrolling Robin Gareus
2014-10-21a few tweaks to zoom computations so that zoom-to-range works correctlyPaul Davis
2014-10-02Don't select newly created regions after splitting selected regions (except o...Colin Fletcher
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-09-17do not stupidly try to save punch/loop/session ranges during clear_ranges opPaul Davis
2014-09-15fix various loop-initiation faultsBen Loftis
2014-09-13Make zoom-to-session include regions currently being recordedColin Fletcher
2014-09-06fundamentally change ArdourButton PangoLayout handlingRobin Gareus
2014-09-03fix Play Loop from range context menuBen Loftis
2014-08-31update track-header width when removing track(s).Robin Gareus
2014-07-24several fixes to make processor selection and deletion feel right, for both m...Ben Loftis
2014-07-24Remove "implicit" selection for plugin deletion.Ben 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-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-11restore correct functioning of fit-tracks, which was mistakenly removed becau...Paul Davis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul 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-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-05new approach to selections which will help rationalize Split and similar func...Ben Loftis
2014-07-05further rationalization of the editor. after a split, ardour was switching t...Ben Loftis
2014-07-03add new regions created by split to selection after operation is completePaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02simplify zooming, remove Editor::clamp_samples_per_pixel(), fix getting "stuc...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01Remove unused codeColin Fletcher
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-28use state Session::StateProtectorRobin Gareus
2014-06-27replace old implementation of Editor::_ensure_time_axis_view_is_visible() wit...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25remove unused codePaul Davis
2014-06-25part two of: lock dialog MUST be a Gtk::Dialog so that it does not forward ke...Paul Davis
2014-06-25check UIConfig variable before restarting lock timeoutPaul Davis
2014-06-25new timer-based GUI locking codePaul Davis
2014-06-24there's no me in proaudioPaul Davis
2014-06-24a bit more styling for that lock dialogPaul Davis
2014-06-24add a modal lock dialog for better testing (and someone might find it useful,...Paul Davis
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-12remove header file includes of now-removed gtk custom rulerPaul Davis
2014-06-11clamp zoom level to show 3 days on a 4000 pixel wide screen; comment unused v...Paul Davis
2014-06-09fix up fit-selected-tracks so that we are filling the trackview area, not the...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-05-28fix up operation of Editor::temporal_zoom_to_frame() which had not been updat...Paul Davis