2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Václav Slavík | use wxString, not wxChar*, in wxCreateDynamicObject... |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Mattia Barbon | Make wxClassInfo attributes private. Replace |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Robert Roebling | [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr |
blob | commitdiff | raw | diff to current |
2006-07-15 |
Michael Wetherell | Put the reentrance check inside #ifdef __DEBUG__ |
blob | commitdiff | raw | diff to current |
2006-07-15 |
Michael Wetherell | Handle reentrance in the first part of wxClassInfo... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Include wx/memory.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/object.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Vadim Zeitlin | removed wxClassInfo::CleanUp() as it breaks wxEntry... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Vadim Zeitlin | remove unused wxTrue |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Vadim Zeitlin | corrected typo and changed wording of an assert |
blob | commitdiff | raw | diff to current |
2005-08-31 |
Vadim Zeitlin | show the name of incrimanted class in RTTI registration... |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Václav Slavík | minor clarification of broken build cases |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Vadim Zeitlin | blind fix for XTI compilation after last change |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Vadim Zeitlin | two changes and some cleanup: |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
blob | commitdiff | raw | diff to current |
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 |
2003-10-19 |
Stefan Csomor | VC6 template fixes |
blob | commitdiff | raw | diff to current |
2003-10-17 |
Stefan Csomor | adjusting to changes in xti.h |
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-08-24 |
Stefan Csomor | switching to registry based type info |
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-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Václav Slavík | removed OSX code that is no longer needed |
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-08-05 |
Stefan Csomor | bcc32 needs some more specializations |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Stefan Csomor | xti updates |
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-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Vadim Zeitlin | use __VISUALC__ instead of _MSC_VER to avoid problems... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
Vadim Zeitlin | fix VC 7.x release build problems |
blob | commitdiff | raw | diff to current |
2003-06-14 |
Vadim Zeitlin | speed up for debug mode startup (doesn't matter much... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Vadim Zeitlin | tidied up patch 583937 (wxClassInfo dtor) |
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-03 |
Gilles Depeyrot | static C++ object initialization only seems to be neces... |
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-04-01 |
Vadim Zeitlin | more informational assert about the base class being... |
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 | no changes, just the file I forgot to commit... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Added missing test in wxObject::Ref() for already |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Robert Roebling | Ref counting fixes and compile fixes. |
blob | commitdiff | raw | diff to current |
2002-02-03 |
Vadim Zeitlin | added asserts to Clone/CreateRefData() |
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-16 |
Vadim Zeitlin | lookup the classes in the hash table if it had been... |
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-14 |
David Webster | OS/2 compile fixes. |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Gilles Depeyrot | added dynamic shared library (dylib) initialization... |
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-06-06 |
Vadim Zeitlin | applied patch for compilation with gcc 3.0 |
blob | commitdiff | raw | diff to current |
2001-04-20 |
David Webster | Got rid of some wierd VisualAge debug nonsense that... |
blob | commitdiff | raw | diff to current |
2001-04-19 |
Vadim Zeitlin | some const correctness for wxClassInfo |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2000-10-24 |
David Webster | OS/2 updates for easier VA debugging |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-10 |
David Webster | remove the VisualAge 3.0 hack |
blob | commitdiff | raw | diff to current |
2000-03-10 |
David Webster | OS/2 patch |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | debug check for infinite loop in InitializeClasses... |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Vadim Zeitlin | 1. wxBitmap copy ctor and operator=() taking wxIcon... |
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-11-07 |
Robert Roebling | More replacements of strcmp -> wxStr.. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
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-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-13 |
Ove Kaaven | Unicode-mode typos in string.cpp (where did they sudden... |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Vadim Zeitlin | wxUsleep() introduced (and documented) to try to work... |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Vadim Zeitlin | 1. wxMotif fixes for compilation in "no compatible... |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Vadim Zeitlin | storable objects use _() and wxLogXXX instead of messag... |
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-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Julian Smart | Minor changes |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Changes related to stream includes |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
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-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 |
next |