summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
AgeCommit message (Expand)Author
2014-05-14fix major/minor ticks on min:sec rulerDevin J. Pohly
2014-05-14fix rounding error in the min:sec rulerDevin J. Pohly
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-13videotimlineRobin Gareus
2012-11-28fix initial display of BBT ruler, i believePaul Davis
2012-11-27adjust the way we use a pair of iterators into the tempo map so that the iter...Paul Davis
2012-10-18fix computation of fixed ruler scales done before canvas width is set by allo...Paul Davis
2012-06-19Add option to add new range marker from the context menu without needing the ...Carl Hetherington
2012-02-14support a grid of beats/64 and beats/128Paul Davis
2012-01-19more fixups of various things including cursors when note editing. in particu...Paul Davis
2012-01-06partially revert some of the recent work on tempo to reflect new understandin...Paul Davis
2012-01-04use BBTPoint::is_bar() rather than ::beat == 1 ; implement TempoMap::framepos...Paul Davis
2012-01-03save 4 bytes per Bar|Beat point in the tempo mapPaul Davis
2012-01-03return two iterators into the Bars|Beats list of the tempo map rather than ma...Paul Davis
2012-01-02new approach to tempo/meter: compute and store the entire map (every bar|beat...Paul Davis
2011-12-21remove commentPaul Davis
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-12-09Patch from colinf to fix reversed scroll in timeline rulersCarl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-04-19Cleanup some more gint -> bools.Carl Hetherington
2011-02-18Remove menu items that do nothing (#2451).Carl Hetherington
2011-01-18Rename Frames ruler to Samples.Carl Hetherington
2011-01-18Tidy up the ruler code slightly.Carl Hetherington
2011-01-18Make the frames ruler behave more like the other time-based rulers when the e...Carl Hetherington
2011-01-15Make sure minsec ruler works when it is first enabled.Carl Hetherington
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...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-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-11Visual tweaks to marker lines.Carl Hetherington
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-08-15Add Beat/20 grid subdivision. Fixes #3126.Carl Hetherington
2010-05-25Clean up snap-to code in various places. Fix a couple of typos. Should fix ...Carl Hetherington
2010-05-13add 8 more beat subdivisions, as per #3126Paul Davis
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
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-10-30Trim session.h include dependency tree.David Robillard
2009-10-26provide accessors to Editor::snap_{type,mode} ; when nudging notes, use grid ...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-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington