summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2020-05-12Optimize AudioClock info-text renderingRobin Gareus
2020-03-24remove debug outputPaul Davis
2020-03-24basic pass at deleting scratch sessionsPaul Davis
2020-03-11audio clocks that are not editable are not focusable eitherPaul Davis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-12Apply some missing widget namesBen Loftis
2019-09-18NO-OP: fix some Wimplicit-fallthrough, see prev commitRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2018-10-26Wimplicit-fallthrough fixes for gtk-ardourRobin Gareus
2018-10-05move away from "sync source" conceptsPaul Davis
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-02-20user-friendly hack/heuristic: if they edit a BBT non-duration clock to say ze...Paul Davis
2017-11-23Remove duplicate assignment (amend 867460cd3)Robin Gareus
2017-11-23Implement clock delta modesRobin Gareus
2017-11-22Add seconds as clock-unitRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-31if actively recording, prevent interaction between mouse and audio clock widg...Paul Davis
2017-05-10Remove ambiguity to keep MSVC happyJohn Emmas
2017-05-08Limit clock displays to 30days (720hours) by default.Robin Gareus
2017-04-19Use XMLNode::get_property in AudioClock classTim Mayberry
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-01-31Potential clock info-text color-glitch fix <span color>Robin Gareus
2017-01-27mark session dirty when dragging tempo markers.nick_m
2017-01-10Fix spacing for TC displayRobin Gareus
2017-01-01Only display pull-up/down if it's being used.Robin Gareus
2016-12-18Clean up Clock Tempo, TimeSignature labelsRobin Gareus
2016-12-18Add clock-button tooltipsRobin Gareus
2016-12-18Tweak Tempo and Meter precision, and shorten the label to accomodateRobin Gareus
2016-12-17remove cruftRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
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