summaryrefslogtreecommitdiff
path: root/gtk2_ardour/keyboard.cc
AgeCommit message (Expand)Author
2009-03-11code to enable shortcut/binding debuggingPaul Davis
2008-11-17fix loss of Keyboard::current_window tracking when leaving a dialog by clicki...Paul Davis
2008-11-03meta-fy handling of button2, to deal with apple's messed up design decisions;...Paul Davis
2008-10-30remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin GUI...Paul Davis
2008-10-29step 2 of keyboard focus work for plugin windowsPaul Davis
2008-10-11minor C++ include issues, debug out removed and bump to 2.6Paul Davis
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-05-06clean up debug output from view-saving work; add popup temp window to show th...Paul Davis
2008-05-06now with extra-yummy key-release binding semantics, specially for visual stat...Paul Davis
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ...Paul Davis
2008-02-14minor keyboard binding improvements and build fixesPaul Davis
2008-02-14dynamic discovery & loading of keybindingsPaul Davis
2008-02-06fix up forgotten Keyboard ideas of modifiersPaul Davis
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with absolut...Paul Davis
2007-11-29minor fixes from OSX landPaul Davis
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-11-27MESCLUN: new SAE-specific bindings file; parametized binding files; fix handl...Paul Davis
2007-10-05changes related to OS X main menu & accelerators, plus osx_build scriptPaul Davis
2007-09-05optionally tie together editor+mixer display orders; provide GUI control for ...Paul Davis
2007-05-23fix audio clock handling of key press; fix crash bug caused by mapping over a...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-06-21the return of VST supportPaul Davis
2006-04-27"The In-Flight Hack, 2006"Paul Davis
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2005-11-27ripping, tearing, shreddingPaul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin