summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_lines.cc
AgeCommit message (Expand)Author
2013-03-30Fix some compilation warningsJulien de Kozak
2013-01-27fix crash when zoom level leads to multiple tempo lines on the same pixel (ma...Paul Davis
2012-04-11Slightly expanded version of patch from epitech_user toCarl Hetherington
2012-04-07Remove use of invalidated iterator (#4826).Carl Hetherington
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
2010-12-28fix type error when resetting all tempo linesPaul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2008-10-20Fix warnings because I have much more important things to do.David Robillard
2008-10-14Make tempo lines physical_screen_height high, add xml null check, Use clicked...Nick Mainsbridge
2008-09-29Relayer punch/loop range rects, fix display of punch-in with no punch-out, en...Nick Mainsbridge
2008-09-28Invalidate line cache when zoomed out to invisible line levels.David Robillard
2008-09-24Better line cache. Without a tempo change occurring, lines are never moved (...David Robillard
2008-09-23An actual tempo line cache (not quite perfect when scrolling left, but miles ...David Robillard
2008-09-23Fix merge regression: use TempoLines class instead of same built in to editor.David Robillard
2007-08-05Pulled tempo line stuff out into it's own relatively self-contained class.David Robillard