Merge branch 'master' into cairocanvas
[ardour.git] / gtk2_ardour / editor_ops.cc
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...
2010-03-05 Paul Davismore strip silence dialog changes, to use audio clocks...
2010-03-04 Paul Davisgoodbye to MementoCommand for playlists
2010-03-02 Paul Davisfix up start-in-source values from regions created...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-08 Carl HetheringtonPreserve and restore x and y origin of editor viewport...
2010-01-15 Carl HetheringtonCentre playhead on zoom when it is the zoom focus....
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2009-12-23 Carl HetheringtonGive titles to Gtkmm2ext::Choice prompts, and do some...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-13 Carl HetheringtonRemove confusing track / group members in TimeSelection...
2009-12-13 Carl HetheringtonApply Select property of route groups at the Selection...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-09 Paul Davismajor design changes: use glib event loop for MIDI...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-12-04 Paul Daviscross-thread handling of SessionEvent allocation/deallo...
2009-12-01 Carl HetheringtonPatch from lincoln to fix #1601: strange behaviour...
2009-12-01 Carl HetheringtonFix scrollwheel operation in editor.
next