summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
AgeCommit message (Expand)Author
2020-04-30use PROGRAM_NAME to name GUI threadPaul Davis
2020-04-30Set Arodur's main thread name to include "Ardour"Robin Gareus
2020-04-02Fix gcc-4.2/PPC buildsRobin Gareus
2020-03-31Tweak error-dump (when session load fails)Robin Gareus
2020-03-08Replace strftime() with Glib::DateTime()Robin Gareus
2020-02-28Allow to limit error dumpRobin Gareus
2020-01-18Fix ISO complianceRobin Gareus
2020-01-18Add timestamp to log -- #7877Robin Gareus
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-07-04Use exit-status macros for compatibility 2/3Robin Gareus
2019-03-20ActionManager::get_all_actions() no longer includes <Actions> in the paths it...Paul Davis
2018-12-12replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-10change ActionManager::find_action() back to ActionManager::get_action()Paul Davis
2018-12-10consolidate ActionMap and ActionManager APIs into a single namespacePaul Davis
2018-04-12Only update tooltips if there is an actual change -- #7268Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-05-05remove cruft (unused UI::ui_scale)Robin Gareus
2017-03-11Remove old modal get_color API.Robin Gareus
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