summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2007-11-28provide support for playhead-to-next/previous-region-boundary actions, and bi...Paul Davis
2007-11-27fix for vamp-sdk botch in SConstruct; new audio clock focus command; make ins...Paul Davis
2007-11-27MESCLUN: new SAE-specific bindings file; parametized binding files; fix handl...Paul Davis
2007-11-26more ongoing SAE-driven changes (too many too list here)Paul Davis
2007-11-20Create new LevelMeter class for meter only widgets. This and some better pac...Doug McLain
2007-11-19trim at edit point added, keybindings altered (in progress); more subtle impr...Paul Davis
2007-11-16more key-mouse selection guesswork, plus make duplicate work without the "tim...Paul Davis
2007-11-16yet another attempt at the correct selection model for key mouse actionsPaul Davis
2007-11-15make separate really select the right regions post-actionPaul Davis
2007-11-15more tweaks to select-for-action; make sync-point setting follow the New WayPaul Davis
2007-11-14added "separate" as a new bindable editor operation; bound to F4 by default; ...Paul Davis
2007-11-13improved select-on-actionPaul Davis
2007-11-13make most (all?) keymouse actions ensure that the entered regionview is selec...Paul Davis
2007-11-12more keybinding/editing fixesPaul Davis
2007-11-12fix up issues with fade length setting; [ & ] now work on selected marker no ...Paul Davis
2007-11-12add trim to loop/punch; fixup trim start/end to EP to work with new paradigmPaul Davis
2007-11-12add arrow head to selected marker line; fix no-import-embed when selecting "u...Paul Davis
2007-11-11fix up return and alt-return behaviourPaul Davis
2007-11-09fix up botched marker management scheme; add Editor::get_edit_op_range(); mak...Paul Davis
2007-11-09catch markers as they go away, to avoid selection corruption; add select-rang...Paul Davis
2007-11-09the edit cursor is dead, long live the edit point; plus a few fixes; plus loc...Paul Davis
2007-11-08substantial changes that start to use the edit point and the selected marker ...Paul Davis
2007-11-07initial round of work to support new edit point option, and removal of edit c...Paul Davis
2007-11-05mouse zoom focus; mouse scrubbing becomes mouse shuttling; use nframes64_t mo...Paul Davis
2007-10-09new keybinding editor, mostly finished but not 100%Paul Davis
2007-09-272 patches from jdavisp3; remove some debugging output from generic MIDI; rati...Paul Davis
2007-08-27fix crashing mouse-button+'s' operation (generically, not just for 's'); more...Paul Davis
2007-08-16various changes (improvements, hopefully) to range mode menus and related mat...Paul Davis
2007-04-20Fix mantis bug #1619; de-selecting Options->Crossfades->Show now hides all cr...Carl Hetherington
2007-04-11improve/fix region boundary cache computationPaul Davis
2007-04-10fixes from carl for #1158 and #1554, plus better behaviour when building the ...Paul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-03-21make crop-to-range work across all selected tracks; don't edit destructive tr...Paul Davis
2007-03-21probably fix cleanup issues, but testing requiredPaul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-03-11Make bounce range bounce the range on each selected track, instead of Sampo Savolainen
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-26fix "make mono regions", mostlyPaul Davis
2007-01-24add GUI control for use-overlap-equivalencyPaul Davis
2007-01-23add transition_to_{roll,reverse}Paul Davis
2007-01-23a variety of bits and pieces for selection opsPaul Davis
2007-01-18more games with selectionPaul Davis
2007-01-18make ctrl-rubber-band-select do something closer to the right thingPaul Davis
2007-01-18more fun and games with selection logicPaul Davis
2007-01-18rbselect selects all tracks that had selectablesPaul Davis
2007-01-17region fade in operations now mapped over the current region selectionPaul Davis
2007-01-17add sampo's synthesize_sources perl script to tools; add scroll-playhead-{for...Paul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2007-01-11try to rationalize zoom/scroll ops for the canvasPaul Davis
2007-01-10Actually pass attr's to pthread_create...David Robillard