summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-09-07add Session::record_location()Paul Davis
2014-09-07rename system and user config files with product-neutral namesPaul Davis
2014-09-07add Canvas::Ruler::set_metric() to allow ruler metrics to be changed dynamicallyPaul Davis
2014-09-07change Metric element of a Canvas::Ruler item into a pointer internallyPaul Davis
2014-09-06one less annoying compiler warning.Robin Gareus
2014-09-06get installdir for libardouralsautil correctPaul Davis
2014-09-06check for _port_handle == null throughout Port:: methodsPaul Davis
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-03fix waf thinko in backends wscriptPaul Davis
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-03release shared route pointer kept by InternalSend when dropping refs.Robin 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-09-01Match canvas outline to rectangleRobin Gareus
2014-08-31Fix crash when changing automation mode for MIDI track control automation.David Robillard
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-08-31Fix mismatched initialisation order.David Robillard
2014-08-31track-header fader tweaks:Robin Gareus
2014-08-31shadow-less Frame: explicitly draw background colored border.Robin Gareus
2014-08-31remove frame from barcontrollerRobin Gareus
2014-08-31proper round corners on focused TextEntryRobin Gareus
2014-08-31prepare for clang static analysis of RT-functions:Robin 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-28Add an extra folder to get searched (on Windows only) when looking for config...John Emmas
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-14Add backwards compatibility for instant.xml changes.nick_m
2014-08-14Move ExportProfile xml from Session instant.xml to session file.nick_m
2014-08-08fix new backends wscript to work correctly in the Ardour casePaul Davis
2014-08-08use some structured code to decide which backends to build (should have cherr...Paul Davis
2014-08-06More fixes for range-based automation editing.Ben Loftis