summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2010-12-10Stop bounce / freeze on tracks that have more outputs than inputs and so cann...Carl Hetherington
2010-12-09fix computation of silence text, and its display. it is still not on top of t...Paul Davis
2010-12-09make strip silence work (again?)Paul Davis
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-07fix infinite loop in quantize setupPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-23make region trim keybinding work again; don't show quantize dialog if its not...Paul Davis
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-06Fix crash on clear current playlists (#3524).Carl Hetherington
2010-11-04Tidy up close gap dialogue box.Carl Hetherington
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-10-29Similarly don't use the edit point to decide what to reset region gain on.Carl Hetherington
2010-10-29Don't include edit-point-related regions when choosing what to normalize.Carl Hetherington
2010-10-28Make normalize cancel button work.Carl Hetherington
2010-10-28Fix up progress bar on normalization.Carl Hetherington
2010-10-27Improve efficiency of normalization using multiple regions in some cases.Carl Hetherington
2010-10-27Use ProgressReporter class for normalization. Report progress for individual...Carl Hetherington
2010-10-26Move normalize dialogue to its own file. Add progress bar. Clean up labelli...Carl Hetherington
2010-10-20Clean up get_regions_for_action prototype slightly.Carl Hetherington
2010-10-19Modify get_regions_for_action to fix #2960. Rationale is in the comment for ...Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-19Put images on the fade in/out menus. Fixes #3411.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15fix crash caused when deleting a region without a playlist PLUS make it impos...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-07Trim some debug output.Carl Hetherington
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-09-02Paste to the source of a copy if there are no selected tracks (rather than us...Carl Hetherington
2010-08-29Fix up some inconsistencies in handling of region sync points.Carl Hetherington
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-08-12Add option to normalize across all selected regions. Clean up the region con...Carl Hetherington
2010-08-11Add option to insert time to move glued / locked markers. Fixes #3393.Carl Hetherington
2010-08-11Move insert time dialog to its own file.Carl Hetherington
2010-08-09Fix fitting of automation tracks. Fixes #3384.Carl Hetherington
2010-08-09Allow markers to be glued to bar/beat time. Fixes #1815.Carl Hetherington
2010-07-24step editing now accessed via a context menu on MIDI track rec-enable buttons...Paul Davis
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-28split when in range mode or object/range mode with a range defined will now s...Paul Davis
2010-06-28Add an EnumProperty for enumerated properties and hence make Region::position...Carl Hetherington
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-16prevent removal of master/monitor busses without explicit (and hard to set) a...Paul Davis
2010-06-10Preserve region state as well as playlist state in undo of bounce range. Fix...Carl Hetherington
2010-05-20(1) make quantize actually use the main grid setting and not just default to ...Paul Davis
2010-05-19MIDI region forking, plus Playlist::regions_to_read() fix forward ported from...Paul Davis