No real changes, just refactor wxControlContainer code a little.
[wxWidgets.git] / include / wx / memory.h
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-11  Václav Slavíkrenamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to...
2008-02-09  Vadim Zeitlinadded wxDebugContext::SetShutdownNotifyFunction() ...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-09  Julian SmartApplied patch [ 1113624 ] MSW DLL requires global new...
2004-12-02  Julian SmartFixed memory checking on Unix by removing inlines and...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-28  Václav Slavíkfixed wxDebugContext to work with global and static...
2004-02-08  Vadim Zeitlinugly attempt to fix compilation for BCB 6 (bug 819700)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
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 SmartRemoved obsolete code
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-21  Gilles Depeyrotadded attribute printf checks to printf like functions...
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-01-24  Vadim Zeitlincompilation fix for new iostreams
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
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-10-28  David Webster*** empty log message ***
1999-04-21  Ove KaavenUnicode fixes.
1999-03-03  Vadim ZeitlinSGI compilation fixes
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-10  Stefan CsomorCodeWarrior Support
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-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-10-26  Julian SmartMotif and other mods
1998-10-12  Julian SmartChanges related to stream includes
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-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-12  Julian SmartRemoved #pragmas in utils.cpp, corrected USE_(WX)DEBUG_...
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 SmartRemoved some consts from tabctrl.h; fixed some other...
1998-05-20  Karsten BallüderInitial revision