Use wxDELETE() and wxDELETEA() when possible.
[wxWidgets.git] / src / common / object.cpp
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-09-18  Vadim ZeitlinUse wxASSERT() instead of assert() in wx code.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-13  Vadim Zeitlinfix compilation after wxRefCounter changes
2009-06-12  Michael WetherellForward port r56500.
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-10-28  Francesco Montorsimake IsKindOf() taking a const wxClassInfo* instead...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-02-17  Robert Roebling [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
2006-07-15  Michael WetherellPut the reentrance check inside #ifdef __DEBUG__
2006-07-15  Michael WetherellHandle reentrance in the first part of wxClassInfo...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/object.h according to precompiled headers...
2006-03-27  Vadim Zeitlinremoved wxClassInfo::CleanUp() as it breaks wxEntry...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-17  Vadim Zeitlinremove unused wxTrue
2005-09-01  Vadim Zeitlincorrected typo and changed wording of an assert
2005-08-31  Vadim Zeitlinshow the name of incrimanted class in RTTI registration...
2005-07-08  Václav Slavíkminor clarification of broken build cases
2005-02-06  Vadim Zeitlinblind fix for XTI compilation after last change
2005-02-06  Vadim Zeitlintwo changes and some cleanup:
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2004-09-20  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-19  Stefan CsomorVC6 template fixes
2003-10-17  Stefan Csomoradjusting to changes in xti.h
2003-10-16  Vadim Zeitlinmade wxRTTI macros namespace-friendly (patch 799434)
2003-08-24  Stefan Csomorswitching to registry based type info
2003-08-17  Václav Slavíkremoved unused wxObject::Dump
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-06  Václav Slavíkremoved OSX code that is no longer needed
2003-08-06  Václav Slavíkdeprecated Initialize/CleanUpClasses
2003-08-06  Václav Slavíkinitialize wxClassInfo::sm_classTable automatically
2003-08-05  Stefan Csomorbcc32 needs some more specializations
2003-08-05  Stefan Csomorxti extensions
2003-07-28  Stefan Csomorxti updates
2003-07-28  Stefan CsomorwxUSE_EXTENDED_RTTI as name
2003-07-28  Stefan Csomorxti introduction
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-06-23  Vadim Zeitlinuse __VISUALC__ instead of _MSC_VER to avoid problems...
2003-06-22  Vadim Zeitlinfix VC 7.x release build problems
2003-06-14  Vadim Zeitlinspeed up for debug mode startup (doesn't matter much...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-08-13  Vadim Zeitlintidied up patch 583937 (wxClassInfo dtor)
2002-05-09  Gilles Depeyrotimplement explicit copying instead of forbidding it
2002-05-03  Gilles Depeyrotstatic C++ object initialization only seems to be neces...
2002-04-27  Vadim Zeitlinfixes for operator new declaration/definition (patch...
2002-04-26  Vadim Zeitlinclean up of memory debugging macros and chanegs to...
2002-04-01  Vadim Zeitlinmore informational assert about the base class being...
2002-02-06  Vadim Zeitlinassert when a base class of a class in wxRTTI system...
2002-02-04  Vadim Zeitlinno changes, just the file I forgot to commit...
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2002-02-04  Robert Roebling Ref counting fixes and compile fixes.
2002-02-03  Vadim Zeitlinadded asserts to Clone/CreateRefData()
2002-01-31  Vadim Zeitlinadded wxObject::AllocExclusive() and associated methods
2002-01-16  Vadim Zeitlinlookup the classes in the hash table if it had been...
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-14  David WebsterOS/2 compile fixes.
2001-11-25  Gilles Depeyrotadded dynamic shared library (dylib) initialization...
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-04-20  David WebsterGot rid of some wierd VisualAge debug nonsense that...
2001-04-19  Vadim Zeitlinsome const correctness for wxClassInfo
2000-10-25  Jouk Jansen Committing in .
2000-10-24  David WebsterOS/2 updates for easier VA debugging
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-10  David Websterremove the VisualAge 3.0 hack
2000-03-10  David WebsterOS/2 patch
1999-12-22  Vadim Zeitlin1. wxBase compiles under BeOS
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-04  Vadim Zeitlindebug check for infinite loop in InitializeClasses...
1999-11-18  Jouk Jansen Committing in .
1999-11-14  Vadim Zeitlin1. wxBitmap copy ctor and operator=() taking wxIcon...
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-07  Robert Roebling More replacements of strcmp -> wxStr..
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-21  Ove KaavenUnicode fixes.
1999-04-13  Ove KaavenUnicode-mode typos in string.cpp (where did they sudden...
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-19  Vadim Zeitlin1. wxMotif fixes for compilation in "no compatible...
1999-01-07  Vadim Zeitlinstorable objects use _() and wxLogXXX instead of messag...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-08  Julian SmartMinor changes
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...
next