summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2007-01-10Reduced allocated stack sizes. Trims about 13MB of memory consumption.David Robillard
2007-01-08save and restore clock modesPaul Davis
2006-12-19Removed SoundFileBrowser from Windows menu.Taybin Rutkin
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
2006-11-17add reset envelope gain; small patch from brian for tearoff draggingPaul Davis
2006-11-13remove almost everything from region editor, make popup menu more useful and ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-11-06Two patches from Brian Ahr. Thanks!Taybin Rutkin
2006-11-02remove broken loop button behaviour, and don't remove start+end markers when ...Paul Davis
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-21various fixes related to lifetime management and xfades in particular. lots a...Paul Davis
2006-10-19major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade s...Paul Davis
2006-10-18more object lifetime management fixes, plus a couple of tiny cleanupsPaul Davis
2006-10-05fix crash on Insert Selected Region into track, caused by using single-row se...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-04lower zoom step slightly, speed up autoscrolling when snapping to sub-beats (...Nick Mainsbridge
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-12 r316@gandalf: fugalh | 2006-08-11 17:06:48 -0600Hans Fugal
2006-08-04Really fixed conflicts. Ready to merge into trunk.Hans Fugal
2006-08-04 r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600Hans Fugal
2006-07-29Compiles, but doesn't link. The link errors are mostly expected and areHans Fugal
2006-07-26 r199@gandalf: fugalh | 2006-07-26 17:22:38 -0600Hans Fugal
2006-07-25 r191@gandalf: fugalh | 2006-07-24 19:50:10 -0600Hans Fugal
2006-06-22Merging from trunkHans Fugal
2006-05-27Changes to the Configuration object to properly handle radio actions as well ...Doug McLain
2006-05-19allow for mandatory control protocols, plus some ongoing work on automation c...Paul Davis
2006-04-20Add a stock question image to the choices dialog, other general dialog love.....Nick Mainsbridge
2006-04-10Reinstate mouse scroll actions (audio clocks, shuttle wheel, faders), clearin...Nick Mainsbridge
2006-04-063 different data wheel modes for tranzport, plus lock on writes, and morePaul Davis
2006-04-04a) start at creating ControlProtocol objectsPaul Davis
2006-04-01fix incorrect marker/range marker right-click menus, try to clarify the text ...Nick Mainsbridge
2006-03-31a) add "Add Range Markers" to region context menuPaul Davis
2006-03-31zoom to session now uses the start marker instead of zeroPaul Davis
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-21Gtkmm2ext::Choice now inherits from Gtk::Dialog; embed/import rate mismatch d...Paul Davis
2006-03-21add crossfade and layering options to menu system; add missing crossfade edit...Paul Davis
2006-03-11start marker implemented, along with GotoZero command for old behaviour; R bi...Paul Davis
2006-03-10ExternalSource refactoring.Taybin Rutkin
2006-03-08Removed direct libsndfile usage.Taybin Rutkin
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-02-15change before/after cursor keybindings, attempt to clarify range/diskstream p...Nick Mainsbridge
2006-02-15select all in time range, show object selection while in range mode, trim ran...Nick Mainsbridge