summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2014-09-06pass-though PixFader tweaks API for scroll eventsRobin Gareus
2014-09-04updated .po filesPaul Davis
2014-09-05add pixfader tweaks API:Robin Gareus
2014-09-03revert pixfader to sane state (reverts parts of bb70d426)Robin Gareus
2014-09-03bring back old pixfader outline radius to demonstrate its issuesRobin Gareus
2014-09-03revert pixfader radius to defaultRobin Gareus
2014-09-03allow to set gtk style for BarController's pixfader.Robin Gareus
2014-09-02pixfader bg has reverse gradient from fgBen Loftis
2014-09-02don't show 'unity-line' (default value) for barcontrollersRobin Gareus
2014-09-02Barcontroller: no double expose when text chagesRobin Gareus
2014-09-02tweak pixfader:Robin Gareus
2014-09-02unify BarController with Slider/Pixfader.Robin Gareus
2014-09-02clean up pixfader API, prepare for merge w/BarControllerRobin Gareus
2014-09-02remove cruft from SliderControllerRobin Gareus
2014-09-01rework pixfader:Robin Gareus
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-08-31track-header fader tweaks:Robin Gareus
2014-08-31remove frame from barcontrollerRobin Gareus
2014-08-30disconnect pixfader style-change signal in dtor (amend 5a688b672)Robin Gareus
2014-08-30pixfader: use parent's background colorRobin Gareus
2014-08-30fix some compiler warningsRobin Gareus
2014-08-30fix cairo widget backgroundRobin Gareus
2014-08-29try a different method of text display on automation barsBen Loftis
2014-08-28fix plugin bypass button actionBen Loftis
2014-08-28Fix ArdourButton event sequence.Ben Loftis
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-27Standardize drawing of PixFader and BarController; implement flat_buttons and...Ben Loftis
2014-08-27refactor flat_buttons into cairowidget, and add a canvas-like convenience fun...Ben Loftis
2014-08-22refactor _grabbed into cairo_widgetBen Loftis
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-07-15monitor knobs tweaked to better match the theme of other buttonsBen Loftis
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-10add Gtkmm2ext::Keyboard::reset_bindings()Paul Davis
2014-07-09add std::string variant of set_size_request_to_display_given_string()Paul Davis
2014-07-04add ActionManager::enable_accelerators(), which takes all known Actions and r...Paul Davis
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-17Remove unused header includesTim Mayberry
2014-06-15plug some leaksRobin Gareus
2014-06-07Include stdint.h for int64_t typeTim Mayberry
2014-06-05allow public access to CairoWidget::render()Paul Davis
2014-05-23fix for OSX 10.0/clang (missing symbol) by cthRobin Gareus
2014-05-16yet another gettimeofday() removal (glibmm idle)Robin Gareus
2014-05-10Bug fix imported from Mixbus2 (SVN r11025)John Emmas
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-11interim vst fixesunknown
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-03-21Avoid some ambiguous calls to 'floor()' which were upsetting MSVCJohn Emmas