Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / crashrpt.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-05-29  Vadim Zeitlintake wxString in wxCrashReport::SetFileName() to allow...
2008-01-08  Vadim Zeitlincompilation fix for STL build; also don't pass unknown...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2005-06-02  Julian SmartFix for older version of VC7
2005-05-18  Vadim Zeitlinproduce more informative (but not much bigger) minidump...
2005-01-17  Włodzimierz SkibaWarning fix.
2005-01-17  Vadim Zeitlinadded GenerateNow()
2005-01-17  Vadim Zeitlinrefactored wxCrashReport to use new wxDbgHelpDLL class...
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-07-09  Vadim Zeitlininclude wx/dynlib.h, not wx/dynload.h, we don't need...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-14  Dimitri SchoolwerthFixed undeclared identifier compile error.
2003-12-14  Ryan NortonFixed a warning....
2003-09-29  Vadim Zeitlinsupport creating larger minidumps; support WX_CRASH_FLA...
2003-09-21  Vadim Zeitlingenerate standard mini dumps instead of writing our...
2003-08-15  Vadim Zeitlinprevent infinite recursion -- not a fix for the real...
2003-08-01  Vadim ZeitlinUnicode compilation fixes
2003-07-29  Julian SmartAdded wxPaintDCEx class, to handle the case where an HDC
2003-07-19  Vadim Zeitlinundecorate C++ names if possible
2003-07-17  Vadim Zeitlinignore exceptions during the execution of the exception...
2003-07-17  Vadim Zeitlinstrlen -> wxStrlen (patch 772985)
2003-07-15  Vadim Zeitlinreally fixed compilation for old imagehlp.h header
2003-07-15  Vadim Zeitlinattempt to fix compilation for old imagehlp.h header
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-13  Vadim ZeitlinwxSEHReport renamed to wxCrashReport enhanced and debug...