Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / debughlp.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-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-19  Vadim ZeitlinSuppress harmless gcc warnings about enum elements...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-11-05  Vadim ZeitlinChange wxLongLongFmtSpec to be a non-wide string.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-05-08  Vadim Zeitlincompilation fix after switch to using std::string in...
2007-07-07  Václav Slavíkadded missing wx_str() (patch #1749398)
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-07-20  Vadim Zeitlincheck the validity of wxString pointer itself too
2005-07-20  Vadim Zeitlincheck that wxString is valid before dumping it
2005-07-20  Vadim Zeitlinfixed assert when dumping a string which is locked...
2005-06-29  Vadim Zeitlinuse a constant instead of hardcoded value
2005-05-05  Vadim Zeitlinlimit recursion depth in DumpUDT() to prevent crashes...
2005-03-27  Vadim Zeitlindon't crash when trying to dump struct members which...
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-01-18  Vadim ZeitlinUnicode compilation fix for debugging code which is...
2005-01-17  Vadim Zeitlincreated a reusable interface to dbghelp API