summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2015-06-17Add 'accept on focus out' parameter (default false) to AudioClockColin Fletcher
2015-05-21tweak layout of main clocks so that HMS display remains center-justifiedBen Loftis
2015-04-21merge fix for tempo branchBen Loftis
2015-04-14simplify coaxing clock value out of ardourRobin Gareus
2015-03-31fix OSX/PPC 10.4 long mathsRobin Gareus
2015-03-09Make left-click on tempo/meter in main clock edit current tempo/meterColin Fletcher
2014-12-31add the ability to use cairo scaling to warp the rendering of the main clock ...Paul Davis
2014-12-29follow 113bc3b38e, tentative clock-font size update.Robin Gareus
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-09-11fix a bunch of memory leaksRobin Gareus
2014-08-30redraw clock(s) only when needed.Robin Gareus
2014-07-10fix TC entry beyond 2^31 frames.Robin Gareus
2014-07-09break out AudioClock::print_minsec() so that AudioClock and VerboseCursor can...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-11-11fix audio-clock sample entry, handle empty entry as NOOPRobin Gareus
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-03'gtk2_ardour' - Use 'floor / floorf' instead of 'trunc / truncf'John Emmas
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-07-31correct error messageRobin Gareus
2013-07-15C++11 Building - Add space between macros and quoted stringsMichael R. Fisher
2013-03-05remove a couple of unused font style names, remove SAE style filesPaul Davis
2013-03-04use default (not monospace) font for clock textRobin Gareus
2013-03-03clock info-box: fix alignment and spacingRobin Gareus
2013-03-03replace unicode dash with (monospace) minus.Robin Gareus
2013-01-04allow region list selection of whole file regions to select every instance of...Paul Davis
2012-12-30make 2 audio clock strings translatablePaul Davis
2012-12-29used fixed width for the big clock and remove all code in AudioClock associat...Paul Davis
2012-12-27allow big block to be shrunk in size as well as expanded (suprisingly complex!)Paul Davis
2012-12-19fix crash reported by colinf when editing via >1 click on an audioclock. this...Paul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-15hotfix negative TC editing - problem was introduced in r13491Robin Gareus
2012-11-14indicate negative TC when edit is positive.Robin Gareus
2012-11-14improve negative [offset] TC entryRobin Gareus
2012-11-13update BPM and Meter when changed, also change back labels for it.Robin Gareus
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-13clock: pull-up/down display updateRobin Gareus
2012-11-13oiling the audio clockRobin Gareus
2012-11-13parse keyboard entered drop-frame timecode deltaRobin Gareus
2012-11-13make audio clock fill vertical spaceRobin Gareus
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