implement a delete operation that works like "cut" but doesn't put the deleted items...
[ardour.git] / gtk2_ardour / editor_ops.cc
2011-06-12 Paul Davisimplement a delete operation that works like "cut"... 3.0-alpha6
2011-06-01 David RobillardDelete trailing whitespace
2011-05-31 David RobillardQuantize notes to session tempo time, not relative...
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-27 Paul Davissomewhat illogical and temporary workaround to the...
2011-05-25 Paul Davischange region selection after a combine op
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Carl HetheringtonSet up _last_cut_copy_source_track on copying automatio...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-04-19 Carl HetheringtonSort track selections before cut/copying their playlist...
2011-04-17 Carl HetheringtonExtend range selections using the selected tracks,...
2011-04-17 Carl HetheringtonRemove extend-range-to-{start,end}-of-region and replac...
2011-04-16 Carl HetheringtonFix crash on bouncing a range selection that includes...
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-03-07 Carl HetheringtonHide/Remove to apply to the track selection.
2011-03-02 Carl HetheringtonRemove action-driven keyboard brush, which is the same...
2011-03-02 Carl HetheringtonFix up undo/redo of MIDI note paste (#3815).
2011-03-02 Paul Davisuse entered track for fit-tracks if in internal edit...
2011-03-02 Paul Davismake fit-selected-tracks operate on tracks with selecte...
2011-03-02 Carl HetheringtonRemove some unused code, and Editor::get_prefix() which...
2011-03-01 Carl HetheringtonRemove unused code.
2011-02-21 Paul Davisc&p debug
2011-02-17 Carl HetheringtonDon't go off the left edge of the session when zooming...
2011-02-16 Carl HetheringtonRe-add height menu to tracks (#3761).
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2011-02-07 Carl HetheringtonFix fit to window for route groups whose first track...
2011-01-19 Carl HetheringtonPatch from Lincoln to fix rhythm ferret in various...
2011-01-19 Carl HetheringtonFix session range location by hooking into the undo...
2011-01-10 Carl HetheringtonAdd route group property to share route active state...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-26 Carl HetheringtonUse the channel selector to decide which channel to...
2010-12-22 Carl HetheringtonAdd menu option to insert program changes.
2010-12-12 Carl HetheringtonMake adjust region gain work in 1dB steps with no upper...
2010-12-10 Carl HetheringtonStop bounce / freeze on tracks that have more outputs...
2010-12-09 Paul Davisfix computation of silence text, and its display. it...
2010-12-09 Paul Davismake strip silence work (again?)
2010-12-08 Paul Davismove display of silence for strip-silence into regionvi...
2010-12-07 Paul Davisfix infinite loop in quantize setup
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-23 Paul Davismake region trim keybinding work again; don't show...
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-06 Carl HetheringtonFix crash on clear current playlists (#3524).
2010-11-04 Carl HetheringtonTidy up close gap dialogue box.
2010-11-03 Carl HetheringtonTidy up the region menu a bit, and hopefully clarify...
2010-10-29 Carl HetheringtonSimilarly don't use the edit point to decide what to...
2010-10-29 Carl HetheringtonDon't include edit-point-related regions when choosing...
2010-10-28 Carl HetheringtonMake normalize cancel button work.
2010-10-28 Carl HetheringtonFix up progress bar on normalization.
2010-10-27 Carl HetheringtonImprove efficiency of normalization using multiple...
2010-10-27 Carl HetheringtonUse ProgressReporter class for normalization. Report...
2010-10-26 Carl HetheringtonMove normalize dialogue to its own file. Add progress...
2010-10-20 Carl HetheringtonClean up get_regions_for_action prototype slightly.
2010-10-19 Carl HetheringtonModify get_regions_for_action to fix #2960. Rationale...
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Paul Davislincoln's patch that makes us pay attention to region...
2010-09-20 Carl HetheringtonAdd progress bar to strip silence dialogue. Fixes...
2010-09-19 Carl HetheringtonPut images on the fade in/out menus. Fixes #3411.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-15 Paul Davisfix crash caused when deleting a region without a playl...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-07 Carl HetheringtonTrim some debug output.
2010-09-06 Carl HetheringtonCleanup of region drag code to be a bit more efficient...
2010-09-02 Carl HetheringtonPaste to the source of a copy if there are no selected...
2010-08-29 Carl HetheringtonFix up some inconsistencies in handling of region sync...
2010-08-26 Carl HetheringtonFix crossfade undo using the stateful diff system....
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-08-12 Carl HetheringtonAdd option to normalize across all selected regions...
2010-08-11 Carl HetheringtonAdd option to insert time to move glued / locked marker...
2010-08-11 Carl HetheringtonMove insert time dialog to its own file.
2010-08-09 Carl HetheringtonFix fitting of automation tracks. Fixes #3384.
2010-08-09 Carl HetheringtonAllow markers to be glued to bar/beat time. Fixes...
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-28 Paul Davissplit when in range mode or object/range mode with...
2010-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-06-16 Paul Davisprevent removal of master/monitor busses without explic...
2010-06-10 Carl HetheringtonPreserve region state as well as playlist state in...
2010-05-20 Paul Davis(1) make quantize actually use the main grid setting...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-05-11 Carl HetheringtonFix track height menu.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-05-10 Carl HetheringtonMake zoom to session zoom to slightly more than the...
2010-05-09 Carl HetheringtonCreate the session range location as and when the sessi...
2010-05-09 Carl HetheringtonRemove some hang-overs of the old horizontal scrollbar...
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-05-02 Carl HetheringtonSmall cleanup: add constructor to InterThreadInfo.
2010-05-02 Carl HetheringtonFix toggling behaviour of glue region to bars & beats...
2010-04-30 Carl HetheringtonImprove normalize dialogue spacing slightly.
2010-04-26 Carl HetheringtonDisplay region gain automation if it is 'interesting...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-14 Carl HetheringtonSeparate interthread progress window out into its own...
2010-04-10 Carl HetheringtonFix import dialogue to correctly report (x of N) with...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
next