summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
AgeCommit message (Expand)Author
2016-07-25add a timeout to flush_pending()Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22move ui_scale static member from ARDOUR_UI to GtkUIPaul Davis
2015-12-29fix window-title (separate application name, thread name)Robin Gareus
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-12-12use correct source for application name when labelling a windowPaul Davis
2015-12-12use EventLoop::event_loop_name()Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
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