summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
AgeCommit message (Expand)Author
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
2011-11-18implement relative clock editing (terminated by + or - keys, which adjust the...Paul Davis
2011-11-18a few tweaks for audio clocks (handle loss of focus, change editing colors at...Paul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-06-08don't use selection clocks show MIDI selection when in internal edit mode; re...Paul Davis
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-07lots of clock tweaks, but still, STILL! not done, reallyPaul Davis
2011-06-03next iteration of clock work. still far from complete, and probably waiting o...Paul Davis
2011-06-02add extended info fields to clocks; clock tweaksPaul Davis
2011-06-02audio clock transition to CairoEditableText, part 1Paul Davis