summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/gtk_ui.h
AgeCommit message (Expand)Author
2016-07-25add a timeout to flush_pending()Robin Gareus
2016-02-22more changes to Bindings, Keyboard APIsPaul 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-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
2014-09-06one less annoying compiler warning.Robin 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-17add export control to libgtkmm2extPaul 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-07-22Work around badly chosen argument name in giomm/dbusmessage.hTim Mayberry
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul 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
2011-04-04always make log/error window visible when a non-info message is postedPaul Davis
2011-02-07forward port thread/abstract_ui changes from 2.X to 3.0Paul Davis
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...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-22Add log window to windows menu.David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-03-05add accessor for the Gtk::Main hidden inside Gtkmmext::UIPaul Davis
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
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-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2006-11-16start of new crossthread-safe designPaul Davis
2006-06-07Merged timbyr's win32 branch. -r 547:566.Taybin Rutkin
2006-04-24a) completely refactor abstract UI codePaul Davis
2006-02-16fixed missing include need for compile on gcc 3.3.xJesse Chappell
2006-02-15new stacktrace function in libpbd3; variable size GUI request thread queuesPaul Davis
2005-12-18track-color chooser worksKarsten Wiese
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-11-30more miscellaneous fixes to make things even nicerPaul Davis
2005-10-10more work on actions and general compilabilityPaul Davis
2005-05-13Initial revisionTaybin Rutkin