summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
AgeCommit message (Expand)Author
2015-06-29store all error/info/etc messages in a list inside Gtkmm2ext::UI, and provide...Paul Davis
2015-03-14automatic error log window popup be gone.Robin Gareus
2015-02-05set name of GUI event loop threadPaul Davis
2014-11-14add abort() to non-reached codeRobin Gareus
2014-06-15plug some leaksRobin Gareus
2014-05-23fix for OSX 10.0/clang (missing symbol) by cthRobin Gareus
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to libgtkmm2ext, and make things workPaul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-07change tortured GtkUI startup process into something just a little more sane,...Paul Davis
2013-08-26'libs/gtkmm2ext' - Main body of changes required for building with MSVC (most...John Emmas
2013-07-11 Use timeout source to process ui requests on windowsPaul Davis
2013-07-11Hide UI request mechanism from inheriting classesPaul Davis
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