summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2012-10-23update audio-clock designRobin Gareus
2012-10-17fix delta display of MClk slave.Robin Gareus
2012-10-15audio-clock: use Timecode::timecode_format_timeRobin Gareus
2012-10-14prepare reporting slave delta & MTC slave implementationRobin Gareus
2012-10-14use translatable strings for TC info,Robin Gareus
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-12move TC FPS up into status bar, use lower right of timecode audioclock mode f...Paul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-10-01do not add in ticks in the "at" position when computing BBT duration somewher...Paul Davis
2012-06-28Don't start a clock drag if we drag to the right of the numbers.Carl Hetherington
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2011-12-27Fix mistake in error checking of audio clock BBT times (#4589)Carl Hetherington
2011-12-19rename Timecode::BBT_Time::ticks_per_beat to Timecode::BBT_Time::ticks_per_ba...Paul Davis
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-11-27Fix warning.Carl Hetherington
2011-11-23Fix stupid warning.David Robillard
2011-11-21tentative code shuffle to allow for 2 different styles of clock editingPaul Davis
2011-11-21audio clocks: validate data for delta edits as well as absolutePaul Davis
2011-11-21add validation checks on TC.hours, BBT.ticks and validate minsec data entryPaul Davis
2011-11-21use correct em width to position audio clock cursorPaul Davis
2011-11-21fix a few warnings from newer versions of gccPaul Davis
2011-11-21fix (?) all aspects of audio clock editingPaul Davis
2011-11-21flip clock editing key entry handling from release to press; fix up delete/ba...Paul Davis
2011-11-20audio clocks: handle keypress for minus/plus etc so that it not routed into a...Paul Davis
2011-11-20audio clocks: focus-on-clock shortcut now works, scrolling and dragging know ...Paul Davis
2011-11-20audio clocks: use defined cursor colorPaul Davis
2011-11-20audio clocks: big clock window now sizes itself to its current mode, all cloc...Paul Davis
2011-11-19fix up big clock aspect ratio; fix color handling in audio clocksPaul Davis
2011-11-19better solution to the big clock window focus issuePaul Davis
2011-11-19add a signal so that if the Big Clock is closed, the edit window can grab foc...Paul Davis
2011-11-18audio clocks: switch cursor to other side, thinner; half-make delete key workPaul Davis
2011-11-18audio clocks; better recovery after illegal data entryPaul Davis
2011-11-18audio clocks: the thin red linePaul Davis
2011-11-18audio clocks: show external sync source when appropriate; ignore scroll & mot...Paul Davis
2011-11-18add a cursor (prototype) to audio clocks for editing, fix negative value disp...Paul Davis
2011-11-18Fix warning.David Robillard
2011-11-18fix display of negative minsec values; fix handling scroll events on audioclocksPaul Davis
2011-11-18correctly display negative delta values in audio clocksPaul Davis
2011-11-18fix some issues with delta clocks, while introducing a couple more since the ...Paul Davis
2011-11-18fix transition in and out of delta clock modePaul Davis
2011-11-18fix size of "off" state for minsec frames clock modePaul Davis
2011-11-18don't call end_edit() when losing focus from an audio clock if we were not ed...Paul Davis
2011-11-18fix size of "off" state for audio frames clock modePaul Davis
2011-11-18correct length for BBT "off" clock state; use bold font for nudge clockPaul Davis
2011-11-18use figure dash (\u2012) for off state in clocks, and respond to color changesPaul Davis
2011-11-18don't cache width & height for CairoWidget; provide option for all CairoWidge...Paul Davis