summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.cc
AgeCommit message (Expand)Author
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
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-04Fix roll after locate from the audio clock context menu. Restore Go buttons ...Carl Hetherington
2010-10-18if a clock is in delta-edit, it should be set to show a duration. this matter...Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-05more strip silence dialog changes, to use audio clocks, show smallest silence...Paul Davis
2010-01-15dynamically resize text in the big clock, first versionPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-11-26Fix #2931; redundant menu items on main clocks.Carl Hetherington
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-16Move some sync-related options to being session variables.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-19chris goddard's region list patch; port 2.X marker drag/move changes to 3.0; ...Paul Davis