summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2015-01-28fix #6117 - fader prelightRobin Gareus
2015-01-14Fix setting command key bindings on OSX.David Robillard
2014-12-05Fix stuck faders on very fine adjustments.David Robillard
2014-11-27Remove dead code.David Robillard
2014-11-25Remove dead code.David Robillard
2014-11-02add Gtkmm2ext::event_inside_widget_window()Paul Davis
2014-11-01implement spin-button internal<>interface bridgeRobin Gareus
2014-11-01Slider Controller API ChangeRobin Gareus
2014-10-28turn pixfader into a cairowidgetRobin Gareus
2014-10-28allow to use cairo-image/software surface for canvas & cairowidgetsRobin Gareus
2014-10-23add new Gtk2mmext::EmScale class for measuring font-based sizingPaul Davis
2014-09-18plugin widgets were written to use Internal values, so use that for nowBen Loftis
2014-09-16add a focus handling callback so that all button press events on CairoWidgets...Paul Davis
2014-09-12add required visibility macros to Gtkmm2ext::CursorInfoPaul Davis
2014-09-11API flush static cairo pattern cacheRobin Gareus
2014-09-10add copyright header commentsPaul Davis
2014-09-10move CursorInfo members into public accessPaul Davis
2014-09-10add new (mostly) static class to permit lookup of cursor image hotspotsPaul Davis
2014-09-06one less annoying compiler warning.Robin Gareus
2014-09-06pass-though PixFader tweaks API for scroll eventsRobin Gareus
2014-09-05add pixfader tweaks API:Robin Gareus
2014-09-03allow to set gtk style for BarController's pixfader.Robin 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 frame from barcontrollerRobin Gareus
2014-08-30pixfader: use parent's background colorRobin Gareus
2014-08-30fix cairo widget backgroundRobin Gareus
2014-08-28Fix ArdourButton event sequence.Ben Loftis
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-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-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-07Include stdint.h for int64_t typeTim Mayberry
2014-06-05allow public access to CairoWidget::render()Paul Davis
2014-05-16yet another gettimeofday() removal (glibmm idle)Robin Gareus
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2014-03-06add on_name_changed() virtual method to CairoWidgetPaul Davis
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01ardour now requires export visibility macros for all added classesPaul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-03-01re-work VST paths configuration.Robin Gareus
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus