Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / except / except.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-04  Vadim ZeitlinOpen debugger at the location of failing assert, if...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2012-01-15  Vadim ZeitlinRemove __WXMGL__ tests from the samples too.
2009-12-09  Vadim ZeitlinBetter handling for asserts in non-main threads.
2009-12-09  Vadim ZeitlinNo real changes, just remove __WXDEBUG__ tests.
2009-12-09  Vadim ZeitlinOverride OnAssertFailure() and not deprecated OnAssert...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-19  Vadim Zeitlinadded a test for/example of assert dialog box
2005-03-03  Włodzimierz SkibaAllow build without fatal exceptions support.
2005-02-11  Vadim Zeitlinadded possibility to throw different objects and crash...
2005-02-06  Mattia Barbon Miscellaneous compilation and warning fixes.
2005-01-03  Vadim Zeitlinadded a test to check how exception handling works...
2004-07-24  Vadim Zeitlincompilation fix for !MSW
2004-05-28  Włodzimierz SkibaMissed header, -1->wxID_ANY replacements.
2004-05-25  Julian SmartMore name changes
2003-09-20  Vadim Zeitlindestroy the frame if the exception occurs in a dialog...
2003-09-18  Vadim Zeitlinmissing headers for !USE_PCH compilation
2003-09-17  Vadim Zeitlinnew sample showing how to handle exceptions in wxWindow...