Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / splash.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-11-22  Vadim ZeitlinDismiss wxSplashScreen on any user input, not necessari...
2011-11-22  Vadim ZeitlinEnsure that wxSplashScreen doesn't appear on taskbar...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-05-09  Vadim Zeitlinset wxWS_EX_TRANSIENT flag for splash screen to prevent...
2009-02-15  Francesco Montorsiremove GTK_CHECK_VERSION checks for GTK versions < 2.4
2009-02-08  Vadim Zeitlinuse bitmap mask if any in splash screen (closes #10470)
2009-01-26  Francesco Montorsicleanup a bit the wxSplashScreen code; don't Yield...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2004-09-19  Julian SmartCorrection for GTK+1
2004-09-19  Julian SmartGDK_WINDOW_TYPE_HINT_SPLASHSCREEN not available in...
2004-07-14  Václav Slavíkprovide WM with hint about splash window's purpose...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  David ElliottDon't depend on wx/dcmemory.h to include wx/dcclient...
2003-03-01  Stefan Csomoradded wxMac to the branch using Update for refresh
2002-02-14  Vadim Zeitlincompilation fix for wxUSE_PALETTE == 0
2002-02-13  Robin DunnFix for the splashscreen bitmap not showing up in wxGTK.
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2001-11-25  Vadim Zeitlinfixes for compilation with wxUSE_PALETTE=0
2001-10-18  Mattia BarbonAdded RTTI macros to wxSplashScreen.
2001-09-06  Julian SmartSmall changes
2001-09-05  Julian SmartCured a bug in wxSplashScreen whereby frame wasn't...
2001-08-01  Vadim Zeitlinapplied patch 441270 (fix cygwin wxSplashScreen compila...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-26  Julian SmartFixed Simple Toolbar bug; removed 2 pixel kludge in...
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-01  Julian SmartIgnored palettes for wxGTK
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...