Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / debug.h
2010-03-30  Jouk Jansencorrecting typo in commit 63803
2010-03-30  Jouk JansenDefining wxCOMPILE_TIME_ASSERT for OpenVMS
2010-03-25  Vadim ZeitlinFix compilation of wx/debug.h when it's the first wx...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-03-25  Vadim Zeitlindon't crash in wxFAIL and wxCHECK if assertion handler...
2009-03-24  Francesco Montorsifix misc typos
2009-03-22  Vadim Zeitlincorrect wxASSERT_LEVEL_2 definition
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-21  Vadim Zeitlinmove __WXFUNCTION__ to wx/cpp.h from wx/debug.h
2009-03-21  Vadim Zeitlinmade wx/debug.h C++ header again (reverting changes...
2008-07-05  Stefan NeisExperimental simplification of the code by using MWERKS...
2008-03-02  Vadim ZeitlinPalmOS compilation fixes (wx-trunk-out.diff part of...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-25  Václav Slavíkdon't use C++ comments in C files
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-21  Václav Slavíkadded another needed wxOnAssert overload
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-06-15  Dimitri Schoolwerthadded alternative definitions for wxASSERT_MSG and...
2006-03-22  Włodzimierz SkibaDMC bug workaround.
2006-03-22  Vadim Zeitlinmake it possible to predefine __WXFUNCTION__ in user...
2006-03-22  Vadim Zeitlindefine __WXFUNCTION__ instead of redefining the (semi...
2006-03-22  Włodzimierz SkibaWarning fix.
2006-03-22  Włodzimierz SkibaBuild fix.
2006-03-22  Vadim Zeitlinfixed wxCHECK in release build
2006-03-21  Vadim Zeitlinfixed __FUNCTION__ use in Unicode build (it's a variabl...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-03-21  Vadim Zeitlindon't evaluate assert expression unless the condition...
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-08  Vadim Zeitlinimplemented wxIsDebuggerRunning() for Win32
2004-11-08  Włodzimierz SkibaRemove unnecessary OW recognition.
2004-10-20  Vadim Zeitlinonly VC++ >= 7.0 has __COUNTER__
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-20  Vadim Zeitlinremoved special definition of wxCOMPILE_TIME_ASSERT2...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-12-17  Ryan Norton1.
2003-12-17  Ryan Norton1.
2003-07-10  Vadim Zeitlinrestored old wxCOMPILE_TIME_ASSERT2 definition as the...
2003-07-05  Vadim Zeitlinadded wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx...
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-19  Vadim Zeitlinadded wxIsDebuggerRunning() (which is going to replace...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-09  Julian SmartReverted the _n__ fix for now.
2002-12-09  Julian SmartThe wxMAKE_UNIQUE_ASSERT_NAME fix for VC++ does not...
2002-12-07  Robert Roebling Various compile fixes for WinCE.
2002-12-06  Julian SmartApplied fix for VC++ 7 which treats __LINE__ slightly...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Chris Elliottmove code from .h to .cpp to prevent Borland warning
2002-06-13  Vadim Zeitlinnew wxASSERT implementation using wxAssert() helper...
2002-02-07  Vadim Zeitlinadded wxCOMPILE_TIME_ASSERT2() macro allowing to give...
2002-02-06  Vadim Zeitlinadded and documented wxCOMPILE_TIME_ASSERT and wxASSERT...
2001-09-30  Vadim Zeitlinhandle _DEBUG/NDEBUG correctly
2001-07-11  Vadim Zeitlinadded and documented wxApp::OnAssert
2001-06-09  Vadim Zeitlinsrc/common
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2000-07-15  Bryan Pettymerged 2.2 branch
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-04-12  Ove KaavenUses Unicode strings. Now we've got a __TFILE__ macro...
1998-12-29  Julian SmartBC++/16-bit support now working, but without resource...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-06-22  Vadim ZeitlinwxCHECK macros slightly changed: wxCHECK( expr, rc...
1998-05-26  Vadim Zeitlinadded "\n" at the end of file to silent egcs warnings
1998-05-20  Karsten BallüderInitial revision