summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2016-11-12fix buffer overflow printing tempo/meterRobin Gareus
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-10-21bbt duration clock tweak.nick_m
2016-10-20bbt duration clock - revert 3d38b4f58ec0 and a32aea4201. use an alternate fix.nick_m
2016-10-19Duration clock edit uses current time to resolve meter.nick_m
2016-10-16BBT duration clock can only compare musical times.nick_m
2016-10-16AudioClock: remove duplicated code. amends 3a0a628a7nick_m
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-09-06use moved version of reset_focus()Paul Davis
2016-09-06use existing Editor::reset_focus() method to reset focus after audio clock ed...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo ramps - display bbt in audio clock correctly when dragging tempos/meters.nick_m
2016-05-27Tempo ramps - respect tempo note type and meter note divisor correctly.nick_m
2016-05-27Tempo ramps - hook up tempo display, a new approach to audio-locked metersnick_m
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-24fix crash when loading a session with non-default clock modes.Robin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-12-01Make capitalization consistent and other minor spelling corrections.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-28Revert "change the way the audio clock cursor is drawn (somewhat of an experi...Paul Davis
2015-09-28change the way the audio clock cursor is drawn (somewhat of an experiment but...Paul Davis
2015-09-28when editing an audio clock, swallow illegal keys rather than allowing them t...Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
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