summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_tempodisplay.cc
AgeCommit message (Expand)Author
2016-05-27Tempo ramps - ensure displayed grid extends beyond the leftmost frame.nick_m
2016-05-27Tempo ramps - fix ambiguous api, fix flickering tempo curves.nick_m
2016-05-27Tempo ramps - tempo marker's mark indicates curve height ar point.nick_m
2016-05-27Tempo ramps - more bbt dragging work.nick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-27Tempo ramps - remove unused var.nick_m
2016-05-27Tempo ramps - prevent adding tempos before the first tempo.nick_m
2016-05-27Tempo ramps - adding a new tempo doesn't involve a dialog.nick_m
2016-05-27Tempo ramps - tempo marks use mvc-style copy drag, don't crash if two success...nick_m
2016-05-27Tempo ramps - api change, remove some code.nick_m
2016-05-27Tempo ramps - pressing constraint modifier keys during tempo drag changes tem...nick_m
2016-05-27Tempo ramps - small bug fixes/cleanup.nick_m
2016-05-27Tempo ramps - music-locked meters now use beats rather than pulses as their r...nick_m
2016-05-27Tempo ramps - improve music-locked meter drags, improve dump().nick_m
2016-05-27Tempo ramps - allow moving the first meter if audio locked.nick_m
2016-05-27Tempo ramps - check for impossible locations tempo dialog bbt entry. reorgani...nick_m
2016-05-27Tempo ramps - add method to handle beat-based tempo reordering. clean code.nick_m
2016-05-27Tempo ramps - fix crash-causing locking errors. clean up code a bit.nick_m
2016-05-27Tempo ramps - setting bbt of an audio-locked tempo marker in the tempo dialog...nick_m
2016-05-27Tempo ramps - restore bbt settings in tempo dialog for audio-locked tempo mar...nick_m
2016-05-27Tempo ramps - fix messed up meter section state, audio-locked tempos ignore t...nick_m
2016-05-27Tempo ramps - first stab at metric marks locked to frames or beats.nick_m
2016-05-27Tempo ramps - api rename, fix various meter and tempo dialog bugs.nick_m
2016-05-27Tempo ramps - remove the concept of bars from tempo sections.nick_m
2016-05-27Tempo ramps - massively speed up dragging of tempo marks.nick_m
2016-05-27Tempo ramps - allow live updating of tempo markers.nick_m
2016-05-27Initial stab at tempo ramps.nick_m
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-07-23rename Marker classRobin Gareus
2015-03-14Don't set the following dialogs to be transients for the editor:nick_m
2015-01-07Draw beat sudivisions according to snap setting.David Robillard
2015-01-07High resolution tempo lines.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul 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-11-14add abort() to non-reached codeRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-09use Canvas::LineSet for tempolines rather than N different Canvas::Line items...Paul Davis
2014-02-12make measure line positioning use Editor::sample_to_pixel() and avoid extra 0...Paul Davis
2014-01-27rationalize, consolidate and make work dbl-click editing for regions and mark...Paul Davis
2013-06-24fix up size and drawing of measure lines, even when vertically scrolledPaul Davis
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-20remove Editor::redraw_measures to improve efficiency of tempo measure line re...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-15a few changes to fix region dragging, all related to coordinate system handli...Paul Davis