Added new dynamic loading classes. (which handle proper
[wxWidgets.git] / src / common / object.cpp
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...
1998-09-24  Julian SmartFixed delete operator for VC++ 6.
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-11  Robert Roebling Updates to memcheck
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-02  Robert Roebling Added wxAccelerators (sort of)
1998-09-02  Robert Roebling New configure
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-23  Guilhem Lavaux* Fixed two memory leaks.
1998-08-23  Guilhem Lavaux* New function wxObjectInputStream::Recall()
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-05-20  Karsten BallüderInitial revision