summaryrefslogtreecommitdiff
path: root/gtk2_ardour/verbose_cursor.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin 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
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-27Tempo ramps - rename meter_at() -> meter_at_frame() & make the ticker slightl...nick_m
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-07-09use standardized timecode formatting in verbose cursorPaul Davis
2014-07-09break out AudioClock::print_minsec() so that AudioClock and VerboseCursor can...Paul Davis
2014-07-09verbose cursor should use primary clock mode even when showing a duration, no...Paul Davis
2014-06-30always take verbose cursor clock mode from primary clock (finally!)Paul Davis
2014-06-30make verbose cursor respond dynamically to theme changesPaul Davis
2014-06-27make verbose canvas cursor color be set in its constructor rather than explic...Paul Davis
2014-06-26use new TrackingText for verbose cursorPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-18change verbose cursor font selection to use canvas variable mechanism, plus a...Paul Davis
2014-06-05fix issues with verbose canvas cursor because it was in a horizontally-only s...Paul Davis
2014-06-03remove useless groups from timebar area, clarify scroll group naming in editorPaul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-05-27for trx, use the primary clock for verbose cursor unitsPaul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
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-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-04Fix offset of verbose cursor when dragging fade-ins (#4010).Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington