summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/barcontroller.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2014-11-01implement spin-button internal<>interface bridgeRobin Gareus
2014-11-01Slider Controller API ChangeRobin Gareus
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-05add pixfader tweaks API:Robin Gareus
2014-09-03allow to set gtk style for BarController's pixfader.Robin Gareus
2014-09-02don't show 'unity-line' (default value) for barcontrollersRobin Gareus
2014-09-02Barcontroller: no double expose when text chagesRobin Gareus
2014-09-02unify BarController with Slider/Pixfader.Robin Gareus
2014-08-31track-header fader tweaks:Robin Gareus
2014-08-31remove frame from barcontrollerRobin Gareus
2014-08-30fix some compiler warningsRobin Gareus
2014-08-29try a different method of text display on automation barsBen Loftis
2014-08-28fix plugin bypass button actionBen Loftis
2014-08-27Standardize drawing of PixFader and BarController; implement flat_buttons and...Ben Loftis
2013-08-08implement visual-sensitivity (gray out) for fadersRobin Gareus
2013-03-30Fix some compilation warningsJulien de Kozak
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2011-03-17allow more precision when editing plugin parameters by hand within a generic GUIPaul Davis
2011-02-08cairo-ify bar controller widgetPaul Davis
2011-01-28allow derived children of BarController to set label position as a width frac...Paul Davis
2010-11-30start of Blob-style for bar controller and use in panner GUIPaul Davis
2010-11-30make BarController::CenterOut mostly sorta-kinda workPaul Davis
2010-11-26Somewhat distasteful hack to fix #3469 (broken keyboard-entry of pan values)Carl Hetherington
2010-08-16forward port 2.X changes up to and including rev 6714Paul Davis
2009-12-10fulfill the promise of an in-library Keyboard object, and use platform specif...Paul Davis
2009-10-01LADSPA logarithmic handling patches from nickm and robschPaul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-20Make pan double-click entry work in percentage left or right. Write pan posi...Carl Hetherington
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-05-02Fixes for GCC 4.3.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-02-03tweak panner drawingPaul Davis
2006-12-30tweaked panner appearance and consistency, panner line now distinct color fro...Jesse Chappell
2006-12-22more panner tweaksPaul Davis
2006-12-22more panner tweaksPaul Davis
2006-12-21fix crashing bug on cut operation; panner noodlingPaul Davis
2006-12-21minor visual change for pannerPaul Davis
2006-12-20new GUIs for stereo pannersPaul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-04-26Plugin selector useability changes, fix mouse grab bug in plugin barcontrolle...Nick Mainsbridge
2006-04-25a) fixed pseudo-grab-retention in plugin UIsPaul Davis
2006-04-20a) use ink extents in most places where we used to use logical extentsPaul Davis
2006-01-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2005-05-13Initial revisionTaybin Rutkin