Fairly major change to the way in which crossfades are handled;
[ardour.git] / gtk2_ardour / editor_ops.cc
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-10 Paul Davisrevert previous redundant commit
2012-04-10 Paul Daviscall ProcessThread::init() to correctly setup per-threa...
2012-04-09 Paul DavisMCP: F1-7 jump to a given view; F8 closes any currently...
2012-03-22 Carl HetheringtonRemove unused op parameter to temporal_zoom_by_frame...
2012-03-17 Paul Davisfix command name in undo/redo history for nudge backwar...
2012-03-16 Paul Davisput back revised version of Route::has_external_redirec...
2012-03-16 Paul Davisforward port save/goto visual state changes from 2...
2012-03-15 Paul Davisradically rethink export/bounce/freeze code design...
2012-03-07 Paul Davisfix up a substantial mess with the operation of toggle...
2012-02-15 Paul Davismake region gain line visibility global, not per-region
2012-01-30 Paul Davismany changes, large and small, related to smart mode...
2012-01-24 Carl HetheringtonFix warning about getting tempo map for frame -1; stop
2011-12-30 Carl HetheringtonAnywhere that deletes regions needs to use a rdiff...
2011-12-30 Paul Daviscentralize use of "from-context-menu" in Editor::get_pr...
2011-12-30 Paul Davisfix logic for context-menu-mouse-dependent actions...
2011-12-30 Paul Davismake insert-patch-change from context menu use context...
2011-12-27 Carl HetheringtonTry to make new layering stuff play nicely with undo.
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-12-10 Paul Davisfix for most (all? we can dream ...) issues involved...
2011-12-03 Carl HetheringtonFix somewhat unlikely crash on doing add note; start...
2011-10-31 Carl HetheringtonTrim includes.
2011-10-19 David RobillardTrim include tree.
2011-10-07 David RobillardFix crash on "Consolidate Range" on MIDI tracks (#4226).
2011-10-02 Carl HetheringtonFix crash on rename region.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-06 Carl HetheringtonPatch from royvegard to stop session range location...
2011-09-05 Carl HetheringtonAdd option to insert time on all a track's playlists...
2011-08-14 Paul Davismake control protocol's SelectByRID signal work, thus...
2011-08-14 Paul Davisadd new editor actions for solo, mute, solo-isolate...
2011-08-13 Paul Davistrack changes to config parameters for MMC device id...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-14 Paul Davisfix breakage for region copy (ctrl-c) operation
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...
next