summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2008-11-07BBT duration clocks use zero-based values, init SAE nudge default better.Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-06-05minor UI fixes for clocks and Locations dialog. Prevent tape tracks from ske...Ben Loftis
2008-04-01duration clocks are rooted at 0|0 in BBT time, not 1|1Paul Davis
2008-04-01insert time operationPaul Davis
2008-02-26non-AA canvas support (not used by default); new SAE menus; fix locate-play-l...Paul Davis
2008-02-12AU GUIs basically working, though unfinished; push up dialog for massive spli...Paul Davis
2008-02-05adjusting region fade in/out lengths makes the fade in/out active; new font s...Paul Davis
2007-11-30don't put NDF/DF in clocks if there is no DF/NDF alternative; make deselect-a...Paul Davis
2007-11-30new shuffle-splice mode; fix editormode selectors lacking text at startup; de...Paul Davis
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-11-27fix for vamp-sdk botch in SConstruct; new audio clock focus command; make ins...Paul Davis
2007-07-19stop audio clocks from vanishing when turned offPaul Davis
2007-07-05Delta Cursor option backported from trunkDoug McLain
2007-05-23fix audio clock handling of key press; fix crash bug caused by mapping over a...Paul Davis
2007-05-21move clock modes submenu to top level, from tim mayberryPaul Davis
2007-03-22remove button 4/5 handling (now scroll_up/down); prevent dbl-click on xfade f...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-17fix for height of editor hscrollbarPaul Davis
2007-01-08fix audio clock restore, provide XMLNode::property (string) and speed up the ...Paul Davis
2007-01-08save and restore clock modesPaul Davis
2007-01-02Fix for SMPTE clock text entryNick Mainsbridge
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ...Nick Mainsbridge
2006-11-30timecode clock info patch from oofus, big clock mods from oofus, rec-sensitiv...Paul Davis
2006-11-20show timecode info in selected audio clocksPaul Davis
2006-11-12new svn_revision.h build system, plus no more SMPTE, just Timecode2.0beta8Paul Davis
2006-10-10fix audio clock field widths, change minsec display to include fractional sec...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-06-21the return of VST supportPaul Davis
2006-06-15Moved SMPTE type/functions into SMPTE namespace;David Robillard
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-29more tranzport lowlevel fixes and rebindingPaul Davis
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-10Reinstate mouse scroll actions (audio clocks, shuttle wheel, faders), clearin...Nick Mainsbridge
2006-01-01fix segvPaul Davis
2005-12-21button hacks and morePaul Davis
2005-12-12editor window layout changes, and lots morePaul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-26fix all _impl member functions to be on_ insteadPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin