2004-09-29 |
Julian Smart | Temp fix for VC6/XTI |
blob | commitdiff | raw |
2004-09-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Vadim Zeitlin | use wx_static_cast() inside wxDynamicCast to catch... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Vadim Zeitlin | added and documented wx_const/static_cast<> |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | added wxStaticCast, moved wxConstCast from wx/object... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 857446 ] wxStaticCast evaluates argumen... |
blob | commitdiff | raw | diff to current |
2003-10-18 |
Vadim Zeitlin | use #if WXWIN_COMPAT and not #ifdef (patch 826160) |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | made wxRTTI macros namespace-friendly (patch 799434) |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | log changes |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Mattia Barbon | Check for NULL base class. |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed unused wxObject::Dump |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Stefan Csomor | added wxDynamicObject (kind of delegate, docs to come... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Václav Slavík | deprecated Initialize/CleanUpClasses |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Václav Slavík | initialize wxClassInfo::sm_classTable automatically |
blob | commitdiff | raw | diff to current |
2003-07-30 |
Stefan Csomor | fixing xti problems |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Stefan Csomor | wxUSE_EXTENDED_RTTI as name |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Stefan Csomor | xti introduction |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Václav Slavík | compilation fixes for Vadim's changes and Borland C++ |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-07-01 |
Vadim Zeitlin | removed WXDLLEXPORT_CTORFN (was always empty anyhow) |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-03-10 |
Mattia Barbon | Added configure test for const_cast<>(), and enabled it |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Vadim Zeitlin | added iosfwrap.h (wrapper for <iosfwd>) |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Vadim Zeitlin | added extra parentheses to wxDynamicCast() to allow... |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Vadim Zeitlin | tidied up patch 583937 (wxClassInfo dtor) |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Julian Smart | Applied patch [ 583877 ] Clone events correction |
blob | commitdiff | raw | diff to current |
2002-05-10 |
Gilles Depeyrot | removed test supposed to detect lazy binding issues... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Gilles Depeyrot | implement explicit copying instead of forbidding it |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Gilles Depeyrot | implemented lazy binding detection (broken RTTI classin... |
blob | commitdiff | raw | diff to current |
2002-04-27 |
Vadim Zeitlin | fixes for operator new declaration/definition (patch... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Vadim Zeitlin | clean up of memory debugging macros and chanegs to... |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | assert when a base class of a class in wxRTTI system... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Vadim Zeitlin | changed CloneRefData() to take a const pointer |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Vadim Zeitlin | added wxObject::AllocExclusive() and associated methods |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Julian Smart | Corrected (maybe) the object.h token syntax; corrected... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Ron Lee | removed dependency on windows.h from dynload.h |
blob | commitdiff | raw | diff to current |
2001-12-26 |
Ron Lee | removed macro magic that causes build problems on some |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Ron Lee | ugh. Nesting the (per class) plugin sentries can requi... |
blob | commitdiff | raw | diff to current |
2001-12-20 |
Ron Lee | reimplemented sanity checks that were lost/broken in... |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Fixed silly cut n paste error. |
blob | commitdiff | raw | diff to current |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Ron Lee | (Blind) fix for BCC compile glitch. |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Ron Lee | fix for wxDynamicCast making it safe to pass factory... |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | 1. removed wxObject::CopyObject() and Clone() - some... |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed... |
blob | commitdiff | raw | diff to current |
2001-06-11 |
Julian Smart | Tex2RTF: underscores now only checked for if syntax... |
blob | commitdiff | raw | diff to current |
2001-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
David Webster | Fixed the deleteion of VisualAge stuff |
blob | commitdiff | raw | diff to current |
2001-04-19 |
Vadim Zeitlin | some const correctness for wxClassInfo |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
blob | commitdiff | raw | diff to current |
2000-10-24 |
David Webster | Updates for os/2 -- mostly to allow easier VA debugging |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Stefan Csomor | wxMac completed so far, generic listctrl extension |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-06-27 |
Robert Roebling | Work on streams of all sorts. More to come. |
blob | commitdiff | raw | diff to current |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
blob | commitdiff | raw | diff to current |
1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject... |
blob | commitdiff | raw | diff to current |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
blob | commitdiff | raw | diff to current |
1999-04-21 |
Ove Kaaven | Unicode fixes. |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Ove Kaaven | Oh well, I'll just stuff in the rest of the Unicode... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Robin Dunn | fixed somebody's typo in a preprocessor directive ... |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Stefan Csomor | cw pro adaption (illegal default argument error was... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER change fixes - now compiles again |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Julian Smart | Added some Motif wxGLCanvas support; some more Motif... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Julian Smart | Corrected grey scrolling windows; added C++Builder... |
blob | commitdiff | raw | diff to current |
1998-12-12 |
Julian Smart | Added wxPoem sample; fixed some Dialog Editor problems... |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Julian Smart | Some stubs includes removed from wxMotif; wxNotebook... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Stefan Csomor | CodeWarrior Support |
blob | commitdiff | raw | diff to current |
1998-11-25 |
Julian Smart | Various wxMotif changes including size optimisation... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-11-21 |
Julian Smart | Doc updates (debug stuff); Cygwin corrections |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Julian Smart | Motif and other mods |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Changes related to stream includes |
blob | commitdiff | raw | diff to current |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
blob | commitdiff | raw | diff to current |
1998-09-24 |
Julian Smart | Fixed delete operator for VC++ 6. |
blob | commitdiff | raw | diff to current |
1998-09-17 |
Guilhem Lavaux | * Added wxSerial DLL support for Borland 32 |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
blob | commitdiff | raw | diff to current |
1998-09-11 |
Robert Roebling | Updates to memcheck |
blob | commitdiff | raw | diff to current |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
blob | commitdiff | raw | diff to current |
1998-09-02 |
Robert Roebling | Added wxAccelerators (sort of) |
blob | commitdiff | raw | diff to current |
1998-09-02 |
Robert Roebling | New configure |
blob | commitdiff | raw | diff to current |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-04 |
Guilhem Lavaux | * Fixes and new features in wxObject*Stream |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Robert Roebling | warning msgs |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Guilhem Lavaux | * New wxStream classes: wxStreamBuffer and wxObject... |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Julian Smart | Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
blob | commitdiff | raw | diff to current |
next |