make click on empty canvas area clear selection; change zoom-ot-region to be a toggle...
[ardour.git] / gtk2_ardour / editor_ops.cc
2007-12-17 Paul Davismake click on empty canvas area clear selection; change...
2007-12-11 Paul Davisadd about 1cm of space to each end when zoom-to-region...
2007-12-04 Paul Davisadd pitch shifting; minor fixes elsewhere
2007-12-03 Paul Davisadd single-layer zoom toggle; add toggle-fade-active...
2007-11-30 Paul Davisfix absurd bug with crop region
2007-11-30 Paul Davisdon't put NDF/DF in clocks if there is no DF/NDF altern...
2007-11-29 Paul Davisfix bug with insert region when no track is selected...
2007-11-29 Paul Davisadd set-loop-from-region variants; no grabber cursor...
2007-11-29 Paul Davismake region renaming even more accessible
2007-11-28 Paul Davisadd set loop/punch from edit-range; don't select track...
2007-11-28 Paul Davisparametize modifier key usage; fix keyboard-driven...
2007-11-28 Paul Davisprovide support for playhead-to-next/previous-region...
2007-11-27 Paul Davisfix for vamp-sdk botch in SConstruct; new audio clock...
2007-11-27 Paul DavisMESCLUN: new SAE-specific bindings file; parametized...
2007-11-26 Paul Davismore ongoing SAE-driven changes (too many too list...
2007-11-20 Doug McLainCreate new LevelMeter class for meter only widgets...
2007-11-19 Paul Davistrim at edit point added, keybindings altered (in progr...
2007-11-16 Paul Davismore key-mouse selection guesswork, plus make duplicate...
2007-11-16 Paul Davisyet another attempt at the correct selection model...
2007-11-15 Paul Davismake separate really select the right regions post...
2007-11-15 Paul Davismore tweaks to select-for-action; make sync-point setti...
2007-11-14 Paul Davisadded "separate" as a new bindable editor operation...
2007-11-13 Paul Davisimproved select-on-action
2007-11-13 Paul Davismake most (all?) keymouse actions ensure that the enter...
2007-11-12 Paul Davismore keybinding/editing fixes
2007-11-12 Paul Davisfix up issues with fade length setting; [ & ] now work...
2007-11-12 Paul Davisadd trim to loop/punch; fixup trim start/end to EP...
2007-11-12 Paul Davisadd arrow head to selected marker line; fix no-import...
2007-11-11 Paul Davisfix up return and alt-return behaviour
2007-11-09 Paul Davisfix up botched marker management scheme; add Editor...
2007-11-09 Paul Daviscatch markers as they go away, to avoid selection corru...
2007-11-09 Paul Davisthe edit cursor is dead, long live the edit point;...
2007-11-08 Paul Davissubstantial changes that start to use the edit point...
2007-11-07 Paul Davisinitial round of work to support new edit point option...
2007-11-05 Paul Davismouse zoom focus; mouse scrubbing becomes mouse shuttli...
2007-10-09 Paul Davisnew keybinding editor, mostly finished but not 100%
2007-09-27 Paul Davis2 patches from jdavisp3; remove some debugging output...
2007-08-27 Paul Davisfix crashing mouse-button+'s' operation (generically...
2007-08-16 Paul Davisvarious changes (improvements, hopefully) to range...
2007-04-20 Carl HetheringtonFix mantis bug #1619; de-selecting Options->Crossfades...
2007-04-11 Paul Davisimprove/fix region boundary cache computation
2007-04-10 Paul Davisfixes from carl for #1158 and #1554, plus better behavi...
2007-04-06 Paul Davismodified fix from carl for region copy-moves-original...
2007-03-21 Paul Davismake crop-to-range work across all selected tracks...
2007-03-21 Paul Davisprobably fix cleanup issues, but testing required
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-11 Sampo SavolainenMake bounce range bounce the range on each selected...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-26 Paul Davisfix "make mono regions", mostly
2007-01-24 Paul Davisadd GUI control for use-overlap-equivalency
2007-01-23 Paul Davisadd transition_to_{roll,reverse}
2007-01-23 Paul Davisa variety of bits and pieces for selection ops
2007-01-18 Paul Davismore games with selection
2007-01-18 Paul Davismake ctrl-rubber-band-select do something closer to...
2007-01-18 Paul Davismore fun and games with selection logic
2007-01-18 Paul Davisrbselect selects all tracks that had selectables
2007-01-17 Paul Davisregion fade in operations now mapped over the current...
2007-01-17 Paul Davisadd sampo's synthesize_sources perl script to tools...
2007-01-17 Paul Davisfix ordering of cut/copied regions when pasting; ctrl...
2007-01-11 Paul Davistry to rationalize zoom/scroll ops for the canvas
2007-01-10 David RobillardActually pass attr's to pthread_create...
2007-01-10 David RobillardReduced allocated stack sizes. Trims about 13MB of...
2007-01-08 Paul Davissave and restore clock modes
2006-12-19 Taybin RutkinRemoved SoundFileBrowser from Windows menu.
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-12-06 Paul Davismiscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX...
2006-11-17 Paul Davisadd reset envelope gain; small patch from brian for...
2006-11-13 Paul Davisremove almost everything from region editor, make popup...
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-11-06 Taybin RutkinTwo patches from Brian Ahr. Thanks!
2006-11-02 Paul Davisremove broken loop button behaviour, and don't remove...
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-21 Paul Davisvarious fixes related to lifetime management and xfades...
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-10-18 Paul Davismore object lifetime management fixes, plus a couple...
2006-10-05 Paul Davisfix crash on Insert Selected Region into track, caused...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-09-04 Nick Mainsbridgelower zoom step slightly, speed up autoscrolling when...
2006-08-30 Nick Mainsbridge** requires svn jack ** Hardware monitoring should...
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-12 Hans Fugal r257@gwythaint (orig r797): fugalh | 2006-08-12 15...
2006-08-12 Hans Fugal r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600
2006-08-04 Hans FugalMerging undo branch into trunk. It compiles and works...
2006-08-04 Hans FugalReally fixed conflicts. Ready to merge into trunk.
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-29 Hans FugalCompiles, but doesn't link. The link errors are mostly...
2006-07-26 Hans Fugal r199@gandalf: fugalh | 2006-07-26 17:22:38 -0600
2006-07-25 Hans Fugal r191@gandalf: fugalh | 2006-07-24 19:50:10 -0600
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-05-27 Doug McLainChanges to the Configuration object to properly handle...
2006-05-19 Paul Davisallow for mandatory control protocols, plus some ongoin...
2006-04-20 Nick MainsbridgeAdd a stock question image to the choices dialog, other...
2006-04-10 Nick MainsbridgeReinstate mouse scroll actions (audio clocks, shuttle...
2006-04-06 Paul Davis3 different data wheel modes for tranzport, plus lock...
2006-04-04 Paul Davisa) start at creating ControlProtocol objects
2006-04-01 Nick Mainsbridgefix incorrect marker/range marker right-click menus...
next