summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-02-20user-friendly hack/heuristic: if they edit a BBT non-duration clock to say ze...Paul Davis
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-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-05-08Limit clock displays to 30days (720hours) by default.Robin Gareus
2017-04-19Add AudioClock::on() method as convenience method for serializationTim Mayberry
2017-03-20Towards a consistent render() API.Robin Gareus
2017-01-27mark session dirty when dragging tempo markers.nick_m
2016-12-17remove cruftRobin Gareus
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-10-16Rework duration clock and TempoMap::insert_time to include meter at offset.nick_m
2016-05-27Tempo ramps - display bbt in audio clock correctly when dragging tempos/meters.nick_m
2016-04-24NO-OP whitespaceRobin Gareus
2016-04-24fix crash when loading a session with non-default clock modes.Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-17Add 'accept on focus out' parameter (default false) to AudioClockColin Fletcher
2015-04-21merge fix for tempo branchBen Loftis
2015-04-14simplify coaxing clock value out of ardourRobin Gareus
2015-03-09Make left-click on tempo/meter in main clock edit current tempo/meterColin Fletcher
2015-02-12Add/edit tempo/meter change at right position with 'delta to edit cursor'Colin Fletcher
2014-12-31add the ability to use cairo scaling to warp the rendering of the main clock ...Paul Davis
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-07-09break out AudioClock::print_minsec() so that AudioClock and VerboseCursor can...Paul Davis
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
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-11-13update BPM and Meter when changed, also change back labels for it.Robin Gareus
2012-11-11add support for using - as prefix keys to enter a negative value in an audio ...Paul Davis
2012-11-11show slave info in Min:Sec mode - fill empty spaceRobin Gareus
2012-11-11re-nice audio clock horiz alignment.Robin Gareus
2012-11-11first round of audio-clock font rendering updateRobin Gareus
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2011-12-07move CairoWidget into gtkmm2ext, add CairoPacker, made the time info box use ...Paul Davis
2011-11-21tentative code shuffle to allow for 2 different styles of clock editingPaul Davis
2011-11-21add validation checks on TC.hours, BBT.ticks and validate minsec data entryPaul Davis
2011-11-21use correct em width to position audio clock cursorPaul Davis
2011-11-20audio clocks: focus-on-clock shortcut now works, scrolling and dragging know ...Paul Davis
2011-11-20audio clocks: use defined cursor colorPaul Davis
2011-11-20audio clocks: big clock window now sizes itself to its current mode, all cloc...Paul Davis
2011-11-19fix up big clock aspect ratio; fix color handling in audio clocksPaul Davis
2011-11-19better solution to the big clock window focus issuePaul Davis
2011-11-19add a signal so that if the Big Clock is closed, the edit window can grab foc...Paul Davis
2011-11-18add a cursor (prototype) to audio clocks for editing, fix negative value disp...Paul Davis
2011-11-18fix some issues with delta clocks, while introducing a couple more since the ...Paul Davis
2011-11-18fix transition in and out of delta clock modePaul Davis
2011-11-18don't cache width & height for CairoWidget; provide option for all CairoWidge...Paul Davis