summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main_clock.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-11-23Implement clock delta modesRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-09Fix crash when editing meter via main clock.nick_m
2016-06-09Fix crash when editing tempo via main clock.nick_m
2016-05-27Tempo ramps - rename meter/tempo_section_at() -> meter/tempo_section_at_frame()nick_m
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-18Fix crash when clicking on tempo or meter in main clock to edit with no SessionTim Mayberry
2015-04-21update some calls to use new get_preferred_edit_position; needs testingBen Loftis
2015-03-09Make editing of meter work at the current positionColin Fletcher
2015-03-09Make left-click on tempo/meter in main clock edit current tempo/meterColin Fletcher
2015-03-09Remove useless parameters from MainClock constructorColin Fletcher
2015-02-12Add/edit tempo/meter change at right position with 'delta to edit cursor'Colin Fletcher
2015-02-12Add tempo and meter editing functions to main clock context menuColin Fletcher
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2012-11-11clock-delta mode restore: anticipate toggling set_active callbackRobin Gareus
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington