summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
AgeCommit message (Expand)Author
2010-11-04Restore trim-to-{previous,next}-region.Carl Hetherington
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-09-22Tidy up Window menu a bit; use ToggleActions for all relevant things, cleanup...Carl Hetherington
2010-09-19Save / restore settings from the editor region list context menu.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-15Add Beat/20 grid subdivision. Fixes #3126.Carl Hetherington
2010-08-13Add shortcut for link object/range mode. Fixes #3242.Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-05-25Clean up snap-to code in various places. Fix a couple of typos. Should fix ...Carl Hetherington
2010-05-13add 8 more beat subdivisions, as per #3126Paul Davis
2010-05-11Copy-edit.Carl Hetherington
2010-05-11Fix track height menu.Carl Hetherington
2010-05-02A little copy-editing.Carl Hetherington
2010-05-02Fix toggling behaviour of glue region to bars & beats option. Fixes #2588.Carl Hetherington
2010-04-30Tidy up rhythm ferret dialogue a bit and move its menu option into the Region...Carl Hetherington
2010-04-30More copy-edit tweaks.Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-04-19Fix menu item text corrupted by search & replace.Carl Hetherington
2010-03-31Take away the Remove option from the region list, and add Show to re-show hid...Carl Hetherington
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-09Move object+range button up with the rest of the tool buttons (bringing edit ...David Robillard
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-08Add tooltips for link buttons.David Robillard
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-14Minor cleanups to menu code. Some copyediting of menu items for HIG compliance.Carl Hetherington
2010-01-08Make a new action "escape", bound to the Escape key, and make itCarl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-22Fix show/hide of editor summary.Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-01Clean up some confusion about zoom focus and the edit point.Carl Hetherington
2009-12-01Clean up confusion wrt showing the bundle manager. Fixes #2930.Carl Hetherington
2009-11-12comments for BBT math methods; remove chunks from GUI; split location UI in...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-22Add log window to windows menu.David Robillard
2009-10-20Make the behaviour zoom to region more intuitive (IMHO); ie always zoom to th...Carl Hetherington
2009-10-14Fix WackyTabs(TM).David Robillard
2009-10-14Fix display of tool button icons.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-13writable session patch, forward ported from 2.XPaul Davis
2009-09-12add MIDI panic action (which has to be on a menu, sigh ... stupid GTK)Paul Davis
2009-08-24Minor cosmetic tweaks.Carl Hetherington
2009-08-20Remove an unused action and some duplicated code.Carl Hetherington
2009-08-13more MIDI paste improvements, plus move region-mute binding to PRIMARY-m and ...Paul Davis
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
2009-07-03Factor regions list out of Editor.Carl Hetherington