don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / common / memory.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-07-13  Vadim Zeitlinmore compilation fixes for wxUSE_STL && wxUSE_DEBUG_CON...
2008-07-09  Vadim Zeitlinsome blind compilation fixes for legacy code (#9698)
2008-02-09  Vadim Zeitlinadded wxDebugContext::SetShutdownNotifyFunction() ...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-09-26  Vadim Zeitlincorrected #ifdef order (might help linking with wxUSE_M...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-09  Julian SmartApplied patch [ 1113624 ] MSW DLL requires global new...
2005-02-07  Stefan CsomorDebugAlloc and DebugFree must be present also if there...
2005-02-06  Robert Roebling Applied compilation fix for memory.cpp.
2004-12-02  Julian SmartSpelling corrections
2004-12-02  Julian SmartCrash fix under VC++
2004-12-02  Julian SmartFixed memory checking on Unix by removing inlines and...
2004-06-14  Stefan Csomoradding mac to the memory crit sect
2004-06-08  Stefan Csomorfixing access errors when running in unicode
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-04  Dimitri Schoolwerthremoved tab characters
2004-05-04  Dimitri Schoolwerthdelayed destruction of global memLocker object
2004-05-02  Dimitri Schoolwerthfixed Xcode 1.2 warnings; code cleanup
2004-02-28  Václav Slavíkfixed wxDebugContext to work with global and static...
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-25  Mattia Barbon STL compilation fixes.
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-03  Julian SmartRemoved duplicate wxTrace functions
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-26  Václav Slavíkcompilation fixes (bug #672413)
2003-01-06  Julian SmartMake it build in Unicode mode again
2002-09-12  Julian SmartDon't compile crit. section code on Mac yet
2002-08-30  David WebsterTRUE, not true; FALSE not false
2002-08-20  Julian SmartApplied patch 548046: wxDebugAlloc & wxDebugFree thread...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-06-09  Vadim Zeitlinapplied patch 430835 (missing wxSTD breaking compilatio...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-20  David WebsterConst casting fix for Vis C.
2000-11-15  David Websterbad delete operator, should be delete [] for gs_FSMimeF...
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-08  Julian SmartMade VC++ makefiles and project files a bit more consistent
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-01-01  Julian SmartUpdated wxvc_dll.dsp and memory.h to make VC++ compile...
1999-11-12  Jouk Jansen Committing in .
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-10-28  David Webster*** empty log message ***
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-05-25  Brian MacyCleaned up some warnings
1999-04-21  Ove KaavenUnicode fixes.
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-04  Julian SmartCorrected memory.cpp compilation error; Cygwin makefile...
1999-01-02  Julian SmartCorrected memory.cpp checkpoint bug; added Tex2RTF
1998-12-21  Stefan CsomorCW Win32 support
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-09  Julian SmartVC++ 4 fixes and added docvwmdi to distribution files.
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-11  Julian SmartChanged setup.h so that global memory operators are...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-10-12  Julian SmartChanges related to stream includes
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-24  Julian SmartFixed delete operator for VC++ 6.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-11  Robert Roebling Updates to memcheck
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-07-25  Robert RoeblingRemoved warnings mesgs
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-05-20  Karsten BallüderInitial revision