Simplify wxGridCellAutoWrapStringRenderer::GetBestSize().
[wxWidgets.git] / src / msw / stackwalk.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-11-27  Vadim ZeitlinImplement wxStackWalker for wxMSW under x86-64.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-12-18  Vadim ZeitlinCall SymCleanup() in wxStackWalker to fix problem with...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-02-26  Vadim Zeitlin/Wp64 warnings fixes (mostly simply use wxUIntToPtr...
2007-07-29  Vadim Zeitlincompilation fix for wxUSE_DBGHELP==0 after latest changes
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
2007-06-17  Vadim Zeitlincorrect setting of pSymbol->SizeOfStruct (patch 1737789)
2006-11-12  Julian SmartAdded missing arg
2006-11-12  Robert Roebling Applied wxStackWalker improvement part of
2005-08-03  Vadim Zeitlindon't give error message if we failed to get the stack...
2005-06-01  Vadim Zeitlinreturn immediately from WalkFrom() if dbghelp dll initi...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-02-04  Vadim Zeitlinfixed stub code compilation (don't use PSYMBOL_INFO)
2005-02-01  Vadim Zeitlinstubs for wxUSE_DBGHELP == 0
2005-01-17  Włodzimierz SkibaMinGW fixes.
2005-01-17  Vadim Zeitlinadded wxStackWalker class