summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
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
2011-06-07more clock tweakingPaul 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
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-23OS X compilation fixPaul Davis
2011-05-22Trim some lines from AudioClock by using maps to keep the EventBoxes and Labe...Carl Hetherington
2011-05-22Separate milliseconds from seconds in the clock widget (#4053).Carl Hetherington
2011-03-02group clocks in location UI and region editor so that they all change modes t...Paul Davis
2011-01-19Terminate RapidScreenUpdate clock updates earlier when they are not necessary...Carl Hetherington
2010-12-30change Session::convert_to_frames_at() to Session::convert_to_frames() to ref...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington