summaryrefslogtreecommitdiff
path: root/gtk2_ardour/splash.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-17group Product/App specific resourcesRobin Gareus
2016-02-22splash window should not be marked as a POPUP. Follow master's leadPaul Davis
2016-02-22convert Splash dialog into Gtk::WINDOW_POPUP in the hope that it will float a...Paul Davis
2015-10-15rework 8b80fe0, use std::string, not char*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-09-19band-aid for Glib::operator<<Robin Gareus
2015-03-15Remove the use of Window::set_keep_above() throughout startup.nick_m
2014-10-22hide splash screen on WindowsRobin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-02-28fix problem with splash window on OS X: requesting a redraw of a hidden windo...Paul Davis
2014-01-11avoid apple gcc warningPaul Davis
2013-07-04fix race/endless loop on exit:Robin Gareus
2013-04-30improve relationship between ArdourDialog and Splash on OS X, where window re...Paul Davis
2013-03-04fix display of splash screen (at least on X11)Paul Davis
2012-12-11redraw entire splash window if a new message is to be displayed but the windo...Paul Davis
2012-12-05tweak to make it more likely (hopefully 100% certain) that the splash window ...Paul Davis
2012-11-14mark splash screen as such should fix #5069Robin Gareus
2012-10-23escape markup text that may contain non-legal characters (for GMarkup). this ...Paul Davis
2012-08-07Set splash screen to non-resizable so it displays correctly in smart window m...David Robillard
2012-07-10OS X-based fixes for splash screen mgmtPaul Davis
2012-07-09cleaner version of splash display changesPaul Davis
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-01Fix silly typo.Carl Hetherington
2012-06-01Add GPL boilerplate; fix dangling instance pointer afterCarl Hetherington
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-01-10the return of the splash, with a few changes to help with window layering a l...Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-22Remove SMF file name print for every opened source.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2008-02-02Merge with trunk R2978.David Robillard
2008-01-19Comment out splash screen stuff for now (segfaults on every session load).David Robillard
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
2008-01-19Merge with trunk R2935.David Robillard