]> git.saurik.com Git - wxWidgets.git/history - include/wx/object.h
clean up of memory debugging macros and chanegs to compile with CW7 (patch 548408)
[wxWidgets.git] / include / wx / object.h
2002-04-26  Vadim Zeitlinclean up of memory debugging macros and chanegs to...
2002-02-06  Vadim Zeitlinassert when a base class of a class in wxRTTI system...
2002-02-04  Vadim Zeitlinchanged CloneRefData() to take a const pointer
2002-01-31  Vadim Zeitlinadded wxObject::AllocExclusive() and associated methods
2002-01-04  Julian SmartCorrected (maybe) the object.h token syntax; corrected...
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-26  Ron Leeremoved macro magic that causes build problems on some
2001-12-20  Ron Leeugh. Nesting the (per class) plugin sentries can requi...
2001-12-20  Ron Leereimplemented sanity checks that were lost/broken in...
2001-12-19  Ron LeeFixed silly cut n paste error.
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-04  Ron Lee(Blind) fix for BCC compile glitch.
2001-12-04  Ron Leefix for wxDynamicCast making it safe to pass factory...
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
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 WebsterFixed the deleteion of VisualAge stuff
2001-04-19  Vadim Zeitlinsome const correctness for wxClassInfo
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2000-10-24  David WebsterUpdates for os/2 -- mostly to allow easier VA debugging
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
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-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
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-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1999-02-09  Robin Dunnfixed somebody's typo in a preprocessor directive ...
1999-02-09  Stefan Csomorcw pro adaption (illegal default argument error was...
1999-02-03  Vadim Zeitlin_MSC_VER change fixes - now compiles again
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-24  Julian SmartAdded some Motif wxGLCanvas support; some more Motif...
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
1998-12-12  Julian SmartAdded wxPoem sample; fixed some Dialog Editor problems...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-10  Stefan CsomorCodeWarrior Support
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-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
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  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-04  Guilhem Lavaux* Fixes and new features in wxObject*Stream
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Guilhem Lavaux* New wxStream classes: wxStreamBuffer and wxObject...
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-03  Julian SmartAdded #pragmas for gcc.
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-05-20  Karsten BallüderInitial revision