Merge branch 'master' into cairocanvas
[ardour.git] / gtk2_ardour / editor_rulers.cc
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-11 Robin Gareusenable videotimeline by default
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Robin Gareusvtl: make videotimeline work with new cairo canvas
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...
2013-03-13 Robin Gareusvideotimline
2012-11-28 Paul Davisfix initial display of BBT ruler, i believe
2012-11-27 Paul Davisadjust the way we use a pair of iterators into the...
2012-10-18 Paul Davisfix computation of fixed ruler scales done before canva...
2012-06-19 Carl HetheringtonAdd option to add new range marker from the context...
2012-02-14 Paul Davissupport a grid of beats/64 and beats/128
2012-01-19 Paul Davismore fixups of various things including cursors when...
2012-01-06 Paul Davispartially revert some of the recent work on tempo to...
2012-01-04 Paul Davisuse BBTPoint::is_bar() rather than ::beat == 1 ; implem...
2012-01-03 Paul Davissave 4 bytes per Bar|Beat point in the tempo map
2012-01-03 Paul Davisreturn two iterators into the Bars|Beats list of the...
2012-01-02 Paul Davisnew approach to tempo/meter: compute and store the...
2011-12-21 Paul Davisremove comment
2011-12-19 Paul Davisrename Timecode::BBT_Time::ticks_per_beat to Timecode...
2011-12-13 Paul Davismore fun and games with meter and the tempo map: rename...
2011-12-09 Carl HetheringtonPatch from colinf to fix reversed scroll in timeline...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-04-19 Carl HetheringtonCleanup some more gint -> bools.
2011-02-18 Carl HetheringtonRemove menu items that do nothing (#2451).
2011-01-18 Carl HetheringtonRename Frames ruler to Samples.
2011-01-18 Carl HetheringtonTidy up the ruler code slightly.
2011-01-18 Carl HetheringtonMake the frames ruler behave more like the other time...
2011-01-15 Carl HetheringtonMake sure minsec ruler works when it is first enabled.
2010-12-14 Paul Davismove ticks per beat from Meter to Timecode::BBT_Time...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-11 Carl HetheringtonVisual tweaks to marker lines.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-15 Carl HetheringtonAdd Beat/20 grid subdivision. Fixes #3126.
2010-05-25 Carl HetheringtonClean up snap-to code in various places. Fix a couple...
2010-05-13 Paul Davisadd 8 more beat subdivisions, as per #3126
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-26 Paul Davisprovide accessors to Editor::snap_{type,mode} ; when...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-14 Carl HetheringtonSome cleanups to ruler drags.
2009-06-13 Carl HetheringtonVarious fixes and improvements to editor summary widget.
2009-05-30 Carl HetheringtonPull dragging code out of the Editor class into its...
2009-05-14 Carl HetheringtonFirst stage of options rework.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3170-3180 of 2.X into 3.0
2008-10-22 Nick MainsbridgeDon't tear down and rebuild all rulers on each visibili...
2008-10-11 Nick MainsbridgeFix the nostar ruler hiding bug, rejig ruler bars again...
2008-10-03 David RobillardAssortment of minor changes from 2.0-ongoing.
2008-09-24 Nick Mainsbridgefix headers not resizing properly when all tracks set...
2008-09-17 Nick MainsbridgeFix track height, partial merge of recent 2.0 updates...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-19 Paul Davisreinstate Ye Olde MIDI (input) thread; fix up a few...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-21 David RobillardFix ruler scale on initial view (apply patch from nick_m).
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-08-05 David RobillardI can't believe it's not one canvas! (TM)
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-14 David RobillardMerged with trunk R1719.
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-10 Paul Davisremove X_() and use _() on menu entry
2007-04-06 Paul Davismodified fix from carl for region copy-moves-original...
2007-04-06 Paul Davisdon't let auditioning make transport buttons inaccessib...
2007-04-03 Paul Davisaudun's tempo redraw fix; sort-of cache time axis view...
2007-03-19 David RobillardMerged with trunk R1622.
2007-03-19 David RobillardEditor GUI touchups:
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-29 Paul Davissmall change to region creation for make-mono-regions...
next