summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2006-06-21the return of VST supportPaul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
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
2006-02-07restore many keybindings from ardour 0.99Paul Davis
2006-01-23add undo to select within (mouse and loop/punch ranges). add right click menu...Nick Mainsbridge
2006-01-23add undo to keymouse set sync position.. possibly the hard wayNick Mainsbridge
2006-01-23add some undo to previous selection stuffNick Mainsbridge
2006-01-23select all, musical (fuzzy) loop/punch/range region selections, soundtouch pa...Nick Mainsbridge
2006-01-08fix control layout size allocation (nearly done) and make duplicate region ev...Paul Davis
2006-01-08more goodies, including improved duplicate-region functionalityPaul Davis
2006-01-08a metric ton of changesPaul Davis
2006-01-02fix window_to_world() issues inside ardourPaul Davis
2005-12-31many options moved to menus, region list context menu sort of operationalPaul Davis
2005-12-30drag-n-drop to canvas from region list worksPaul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-21button hacks and morePaul Davis
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese
2005-12-12editor window layout changes, and lots morePaul Davis
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-11-24advance compiling to the m*.cc pointPaul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-11-14Important engine bugfixes: Ladspa plugin parameter automation cracklesSampo Savolainen
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
2005-10-27option editor and some prompters, misc stuff. this commit message contains no...Nick Mainsbridge
2005-10-22More compliation fixes. add_with_viewport() -> add(). track_gnome_canvas ->...Taybin Rutkin
2005-10-13sfdb almost done.Taybin Rutkin
2005-10-12split sfdb_v3 into 3 classes.Taybin Rutkin
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin