summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/utils.cc
AgeCommit message (Expand)Author
2018-09-21Fix --no-nls (2/5), prefer #if in libsRobin Gareus
2017-04-19Add missing <iostream> header includeTim Mayberry
2017-04-17NO-OP: whitespaceRobin Gareus
2017-04-17Send unmap event when removing a widgetRobin Gareus
2016-08-19For MSVC, 'using namespace whatever' doesn't help us to differentiate between...John Emmas
2016-08-17Fix anchored popups with separators in themJulien "_FrnchFrgg_" RIVAUD
2016-08-17Replace positioning function with popup helperJulien "_FrnchFrgg_" RIVAUD
2016-08-08Move anchored menu placement strategy to Gtkmm2ext utilsJulien "_FrnchFrgg_" RIVAUD
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31move new fractional pane utility functions into libs/gtkmm2extPaul Davis
2016-04-27also hide persistent tooltipsRobin Gareus
2016-02-22allow pixbuf_from_string() to return the full size pixbuf, with optional paddingPaul Davis
2016-02-22remove Gtkmm2ext::possibly_translate_mod_to_make_legal_accelerator().Paul Davis
2015-10-16API to add system-specific file chooser shortcutsRobin Gareus
2015-10-15prepare better solution of Glib's << operatorRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-17associate label more closely with VST path button. the plugin tab needs a co...Ben Loftis
2015-09-06consistent pango-text layout size - fixes #6490Robin Gareus
2015-08-11add API to get combobox option count.Robin Gareus
2015-06-29add new Gtkmm2ext::pixel_size() to conveniently get width&height for a given ...Paul Davis
2015-03-16add API to query Gtk::ComboBoxText entriesRobin Gareus
2015-01-14Fix setting command key bindings on OSX.David Robillard
2014-11-02add Gtkmm2ext::event_inside_widget_window()Paul Davis
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
2014-07-09add std::string variant of set_size_request_to_display_given_string()Paul Davis
2014-05-10Bug fix imported from Mixbus2 (SVN r11025)John Emmas
2014-01-16add Gtkmm2ext::event_type_string()Paul Davis
2014-01-10fix merge errors with masterPaul Davis
2014-01-09add [missing] left_half_rectangle utilRobin Gareus
2014-01-02tweak design of time axis view item name text handlingPaul Davis
2013-05-08merge with masterPaul Davis
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ...Paul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-23more i18n fixes, this time removing a hack that broke i18n in bundles, and al...Paul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2013-01-10remove rounded corners from non-mobile ends of pixfadersPaul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-14provide the ability to enable + disable tooltipsPaul Davis
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-03add some more variants of the cairo rounded rectangle codePaul Davis
2011-12-07switch to benjamin otte's implemention of fit_to_pixels() but leave uncomment...Paul Davis
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-14Comment typo.Carl Hetherington
2011-10-26provide C API for rounded rectangle cairo utilityPaul Davis
2011-10-20add (commented) new version of fit-to-pixels function, from Company on #gtk+Paul Davis