summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
AgeCommit message (Expand)Author
2012-12-07change presentation of shortcut in tooltips and fix include pathsPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-05-10stop crash if an error message is generated before the style RC file is loadedPaul Davis
2012-05-09i18n-izationPaul Davis
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2011-12-02get that fix for accels in tooltips correct this timePaul Davis
2011-12-02fix message about markup elements by changing accel strings from <Mod> to Mod-Paul Davis
2011-11-30commit to the "new" tooltip API, use set_tooltip_markup() rather than set_too...Paul Davis
2011-11-24Fix key bindings in tooltips for ArdourButton buttons.David Robillard
2011-06-22remove some potential HCI confusion for Gtkmm2ext::UI::popup_error() by using...Paul Davis
2011-04-04always make log/error window visible when a non-info message is postedPaul Davis
2011-02-15Update rc files to use unique rc variable names, update wscript to use the na...Doug McLain
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-14Disable theme changing untill we figure out whats brokenDoug McLain
2011-02-14Make light theme functional, add waf processing, and small change to UI::load...Doug McLain
2011-02-07forward port thread/abstract_ui changes from 2.X to 3.0Paul Davis
2010-09-22Tidy up Window menu a bit; use ToggleActions for all relevant things, cleanup...Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6842Paul Davis
2010-08-06don't try to look up the key info for actions that don't have accel pathsPaul Davis
2010-07-09Fix (in inverted commas) #2885.Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-02Couple of comments.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-09OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to w...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-10-22Use a more reasonable default size for log window.David Robillard
2009-10-22Fix colours of log window messages.David Robillard
2009-10-22Fix whitespace.David Robillard
2009-10-22Add log window to windows menu.David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-02-26Fix a bunch of warnings.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-07-30another minor fix for gtkmm breakage with Gtk::Settings::get_default() in not...Paul Davis
2007-07-10show() widgets explicitly in the MixerUI window, fix UI::just_hide_it(), so t...Doug McLain
2007-06-29only do the widget packing style hack once, instead of everytime there is a t...Doug McLain
2007-06-27Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UITim Mayberry
2007-06-17Reinstate code removed in rev 1917 that creates the text tags for the log windowTim Mayberry
2007-06-07Fixed MIDI crash bug.David Robillard
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain