summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2012-11-13shorten Metrum & Tempo labelRobin Gareus
2012-11-12add labels for BBT clock infoRobin Gareus
2012-11-12display slave initial before slave timecodeRobin Gareus
2012-11-12really fix vertical alignment of info text (again :) )Robin Gareus
2012-11-12audio-clock: fix right-alignmentRobin Gareus
2012-11-12redraw of markup'ed sections when style/font is [re]loaded.Robin Gareus
2012-11-12fix for crash caused as slave is switching from non-TC source to TC-sourcePaul Davis
2012-11-12reduce audio clock heightRobin Gareus
2012-11-11MIDIClock is not a Timecode slave, fix segfaultRobin Gareus
2012-11-11clock width for 99999 bars (9999 allows 2h46m @ 240bpm)Robin Gareus
2012-11-11add support for using - as prefix keys to enter a negative value in an audio ...Paul Davis
2012-11-11highlight mismatching slave TCRobin Gareus
2012-11-11fix horiz alignment (corner-radius is added to layout)Robin Gareus
2012-11-11show slave info in Min:Sec mode - fill empty spaceRobin Gareus
2012-11-11fix initial info color when switching to delta mode.Robin Gareus
2012-11-11rounding off all clock cornersRobin Gareus
2012-11-11NOOP: remove trailing whitespaceRobin Gareus
2012-11-11audio clock display updates:Robin Gareus
2012-11-11re-nice audio clock horiz alignment.Robin Gareus
2012-11-11first round of audio-clock font rendering updateRobin Gareus
2012-11-10remove separators from audio clocks with info blocks below the main clock dis...Paul Davis
2012-11-06fix click to start editing audio clocks that occurs right of the clock, which...Paul Davis
2012-10-29clock-display: right-align slave delta, fix overflow of pull up/down infoRobin Gareus
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