summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
AgeCommit message (Expand)Author
2012-06-08Patch from colinf to sensitize region-related actions even in non-object mode...Carl Hetherington
2012-05-31Slightly unpleasant hack to stop control points beingCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-07Fix region context menu fade items to reflect reality.Carl Hetherington
2012-04-22Fix toggle selection for control points.Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-12propagate GUI track selection to control protocols; make MCP update when GUI ...Paul Davis
2012-03-14Finish off fix for crash on region context menu (#4766).Carl Hetherington
2012-03-14look for RegionMenuMIDI action in the right action groupPaul Davis
2012-02-15remove reference to removed envelope-visible actionPaul Davis
2012-02-15make region gain line visibility global, not per-regionPaul Davis
2012-02-01Make crossfade convert-to-full and activate/deactivate work across edit group...Carl Hetherington
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-20tweak up the region context menu quite a bitPaul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-07Fix setup of gain envelope visible menu item.Carl Hetherington
2011-12-02desensitize make-mono-regions as appropriatePaul Davis
2011-11-15revert previous changes to region selection and action sensitivity handlingPaul Davis
2011-11-15flip a coin for a difficult GUI design question, and leave 4 region edit acti...Paul Davis
2011-11-15try using sensitize_the_right_region_actions() when region selection changes,...Paul Davis
2011-10-07Implement range selecting for MIDI notes (#4087).David Robillard
2011-10-07Implement invert selection for MIDI notes (#4087).David Robillard
2011-10-07Fix spacey tabs.David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30do not offer combine operation for MIDI (see comment in libs/ardour/midi_play...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2011-03-08reinstate (de)selection operations that should happen on mouse button releasePaul Davis
2011-03-03make select-all in internal edit (MIDI note) edit mode operate on the region ...Paul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-23Patch from Lincoln to fix uncommitted reversible command during rubberband se...Carl Hetherington
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-07Allow split in range mode.Carl Hetherington
2010-11-04Heinous hack to fix region menu sensitivity setup.Carl Hetherington
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-09-28(1) use select next/previous row functions for tab/shift-tab navigation in re...Paul Davis
2010-09-22carl's patch for #3471 applied to 3.XPaul Davis
2010-09-18Preserve region list selection state even if a region is selected which is no...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-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-30don't display range selection when track selection changes and we're not in t...Paul Davis
2010-08-30tweak track selection during range drag; "all group" button in editor is now ...Paul Davis
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-20version of 6997 from 2.x: if selecting an automation track, show its parent i...Paul Davis