summaryrefslogtreecommitdiff
path: root/gtk2_ardour/tempo_lines.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-08NO-OP: whitespace, alignmentRobin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-06-09Fix incorrect positioning of tempo line subdivisions if first meter is non-zeronick_m
2017-06-09TempoLines deletes its bfc on destructionnick_m
2017-06-09Tempo lines display subdivisions correctly over a tempo changenick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-10-19Tempo lines drawing performance tweak.nick_m
2016-10-19Tempo line tweaks.nick_m
2016-10-19Improve bbt ruler drawing performance for large time ranges.nick_m
2016-05-27Tempo ramps - fix various sub-beat tempo line bugs.nick_m
2016-05-27Tempo ramps - fix BBTPoint wtf.nick_m
2016-05-27Tempo ramps - tempos now musically snap to their future.nick_m
2016-05-27Tempo rambo - more bbt scale fiddling.nick_m
2016-05-27Tempo rampo - tempo tick lines no longer assume constant tempo.nick_m
2016-05-27Tempo ramps - fix compilationnick_m
2016-05-27Initial stab at tempo ramps.nick_m
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-01-10Raise threshold for showing ticks for a bit.David Robillard
2015-01-08More contrast between different division lines.David Robillard
2015-01-08Stop showing bar lines sooner.David Robillard
2015-01-08Slightly more distinct beat/subdivision lines.David Robillard
2015-01-07Draw beat sudivisions according to snap setting.David Robillard
2015-01-07High resolution tempo lines.David Robillard
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-19Summary changes :nick_m
2014-06-09use Canvas::LineSet for tempolines rather than N different Canvas::Line items...Paul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-02-12make measure line positioning use Editor::sample_to_pixel() and avoid extra 0...Paul Davis
2013-06-24fix up size and drawing of measure lines, even when vertically scrolledPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-21remove probably premature-or-no-longer-necessary optimization of measure line...Paul Davis
2013-04-21Revert "add Group::clear(), do not clear _canvas member of Item when unparent...Paul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16fix bug with tempo lines not extending far enough in the y-axis - since this ...Paul Davis
2013-04-15a few changes to fix region dragging, all related to coordinate system handli...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-06merge with master, including manual merge conflict resolutionPaul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis