summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2011-12-27Fix mistake in error checking of audio clock BBT times (#4589)Carl Hetherington
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-11-27Fix warning.Carl Hetherington
2011-11-23Fix stupid warning.David Robillard
2011-11-21tentative code shuffle to allow for 2 different styles of clock editingPaul Davis
2011-11-21audio clocks: validate data for delta edits as well as absolutePaul 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-21fix a few warnings from newer versions of gccPaul Davis
2011-11-21fix (?) all aspects of audio clock editingPaul Davis
2011-11-21flip clock editing key entry handling from release to press; fix up delete/ba...Paul Davis
2011-11-20audio clocks: handle keypress for minus/plus etc so that it not routed into a...Paul 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-18audio clocks: switch cursor to other side, thinner; half-make delete key workPaul Davis
2011-11-18audio clocks; better recovery after illegal data entryPaul Davis
2011-11-18audio clocks: the thin red linePaul Davis
2011-11-18audio clocks: show external sync source when appropriate; ignore scroll & mot...Paul Davis
2011-11-18add a cursor (prototype) to audio clocks for editing, fix negative value disp...Paul Davis
2011-11-18Fix warning.David Robillard
2011-11-18fix display of negative minsec values; fix handling scroll events on audioclocksPaul Davis
2011-11-18correctly display negative delta values in audio clocksPaul 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-18fix size of "off" state for minsec frames clock modePaul Davis
2011-11-18don't call end_edit() when losing focus from an audio clock if we were not ed...Paul Davis
2011-11-18fix size of "off" state for audio frames clock modePaul Davis
2011-11-18correct length for BBT "off" clock state; use bold font for nudge clockPaul Davis
2011-11-18use figure dash (\u2012) for off state in clocks, and respond to color changesPaul Davis
2011-11-18don't cache width & height for CairoWidget; provide option for all CairoWidge...Paul Davis
2011-11-18bad first pass at a cursor for clock editing. lots to do here. cursor is not ...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-11-14Allow a dialogue containing an audioclock to beCarl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-08(maybe) rationalize display of drop status for timecode in audio clocksPaul Davis
2011-06-08move punch in/out buttons into time info box; remove rounded corners on clocksPaul Davis
2011-06-08fix scrolling on clocks, and prevent attempts to edit the wrong fieldsPaul Davis
2011-06-08more clock & time info box tweakingPaul 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-07locate when clicking on start/end fields in time info boxPaul Davis
2011-06-07allow mode changes in the time info box, all syncedPaul Davis