summaryrefslogtreecommitdiff
path: root/gtk2_ardour/shuttle_control.cc
AgeCommit message (Expand)Author
2020-04-28remove unnecessary call to set_colors()Paul Davis
2019-12-14add safety tests inside ShuttleControl to deal with _session == 0Paul Davis
2019-09-17parametize the maximum transport speed.Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2019-03-07Remove cruft: unused membersRobin Gareus
2017-10-29Quick hack to test engine vari-speed (2/2)Robin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-16consolidate context-menu popup methodsRobin Gareus
2016-12-31Fix flat buttons for the shuttle-ctrlRobin Gareus
2016-12-19Move shuttle/speed text outsizeRobin Gareus
2016-12-17Rework shuttle control displayRobin Gareus
2016-07-25improve shuttle control response when grabbed.Robin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 379Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-13show ShuttleControl GUI some love.Paul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-22Add 100% shuttle controls option - closes #6537Robin Gareus
2015-06-29remember max shuttle-speedRobin Gareus
2015-06-22When using the Editor's Shuttle control, stop any shuttling by calling Sessio...John Emmas
2015-03-10increase shuttle speed display granularity.Robin Gareus
2015-03-10dramatically reduce ShuttleControl CPU usageRobin Gareus
2015-03-10clean up and refine shuttle control rendering.Robin Gareus
2015-03-10circles and circles and circles, again my friendRobin Gareus
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-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2013-05-04merge with masterPaul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-03-29remove incorrect #includes of <cairo/cairo.h> and replace with <cairo.h>Paul Davis
2013-01-17a few small fixes that help pitchbend control of things, notably the shuttle ...Paul Davis
2012-12-30address #5236 - Varispeed 'spring' retains speed. temp fixRobin Gareus
2012-12-30fix #5233 - Varispeed is not draggable when tooltips are disabledRobin Gareus
2012-12-06new look for transport shuttle box. still operates brokenly thoughBen Loftis
2012-07-09shift-click on shuttle controller in wheel mode resets it to 1.0 (100%) (#4994)Paul Davis
2012-06-22introduce the idea of a "default transport speed", used whenever Session::sta...Paul Davis
2012-06-22fix reset of transport speed when seamless looping; add a few comments and ti...Paul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis