summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
AgeCommit message (Expand)Author
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
2010-08-20forward port 7015 from 2.xPaul Davis
2010-08-11Hopefully fix up automation control point selection (finally).Carl Hetherington
2010-08-10Fix last-minute breakage of Ctrl-Click.Carl Hetherington
2010-08-10Improve ctrl-click behaviour of automation points. Should fix #3385.Carl Hetherington
2010-08-09Show selected status visually for AutomationTimeAxisViewsCarl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-08-04Allow rubberband selection of MIDI automation points. FixesCarl Hetherington
2010-07-06group active status honor patch from lincoln spiteriPaul Davis
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-18Let the selection handle selecting tracks (or not) when other things are sele...Carl Hetherington
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2010-01-17avoid num-tracks repeat call EditorRegions::set_selected() when a region is s...Paul Davis
2010-01-12Hopefully fix segfault.Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-05Cleanup of previous two commits.Carl Hetherington
2010-01-05Make a note of some confusion in the previous commit.Carl Hetherington
2010-01-05Fixes to permit drags of multiply-selected automation control points.Carl Hetherington
2010-01-03Fix some bugs in set_selected_control_point_from_click.Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-13Remove confusing track / group members in TimeSelection struct; time selectionCarl Hetherington
2009-12-13Apply Select property of route groups at the Selection object level. Accordi...Carl Hetherington