summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_rulers.cc
AgeCommit message (Expand)Author
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
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-14Some cleanups to ruler drags.Carl Hetherington
2009-06-13Various fixes and improvements to editor summary widget.Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-08merge 3170-3180 of 2.X into 3.0Paul Davis
2008-10-22Don't tear down and rebuild all rulers on each visibility change, fix duplica...Nick Mainsbridge
2008-10-11Fix the nostar ruler hiding bug, rejig ruler bars again, this time making the...Nick Mainsbridge
2008-10-03Assortment of minor changes from 2.0-ongoing.David Robillard
2008-09-24fix headers not resizing properly when all tracks set to minimum height, then...Nick Mainsbridge
2008-09-17Fix track height, partial merge of recent 2.0 updates (speed up track resizin...Nick Mainsbridge
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-19reinstate Ye Olde MIDI (input) thread; fix up a few startup warningsPaul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-21Fix ruler scale on initial view (apply patch from nick_m).David Robillard