summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2015-07-16merge fixBen Loftis
2015-07-13implement scroll-wheel support for ClickBoxesRobin Gareus
2015-06-29store all error/info/etc messages in a list inside Gtkmm2ext::UI, and provide...Paul Davis
2015-06-29update waves' fader implementation, clean up whitespace, indentation, variabl...Paul Davis
2015-06-29fix whitespace/indentation and compiler warningsPaul Davis
2015-06-29add new Gtkmm2ext::pixel_size() to conveniently get width&height for a given ...Paul Davis
2015-06-29API to set tooltip y-marginRobin Gareus
2015-06-29[Summary] Changed class PersistentTooltip. Now it can be used for 'non-dragga...Nikolay
2015-06-29hand-merge libs/gtkmm2ext part of f49d31a82 from Tracks; provides a way to di...Paul Davis
2015-06-29[Summary]: add keybindings Cmd-h (hide application) for macYPozdnyakov
2015-06-29add fader implementation from TracksPaul Davis
2015-06-17Fix some workflow problems wrt automation.nick_m
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-11Make absolute snap the default snap.nick_m
2015-05-27Gtkmm2ext::ArdourIcon::render() is needed outside of libgtkmm2ext (so let's m...John Emmas
2015-05-25prepare Tool Icons (unused IDs)Robin Gareus
2015-05-25vectorize TAV expand and shrink iconsRobin Gareus
2015-05-24construct vectorized Zoom IconsRobin Gareus
2015-05-24migrate ArdourButton Icon rendering to Gtkmm2ext.Robin Gareus
2015-05-23Document snap_delta modifier mask.nick_m
2015-05-21Move ui-centric modifiers into ArdourKeyboard, set some bad defaults.nick_m
2015-05-21Allow all drag -related modifiers to be set, re-instate "jump after trim"nick_m
2015-05-20Add more modifier preferences.nick_m
2015-05-18"Lock" mode is now "Constrained", make snap absolute modifier configurable.nick_m
2015-04-25Revert API to explicitly show tooltips:Robin Gareus
2015-04-25fixup stuck persistent tooltips.Robin Gareus
2015-04-25API to set tooltip y-marginRobin Gareus
2015-04-02Window focus handling fixes.nick_m
2015-03-16add API to query Gtk::ComboBoxText entriesRobin Gareus
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