2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE/IMPLEM... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Robert Roebling | Rename wxObjectDataRef wxRefCounter, use it in wxVariant |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | remove unnecessary refCount=1 parameter from wxObjectRe... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Paul Cornett | remove unnecessary cast, that type should match |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Francesco Montorsi | make IsKindOf() taking a const wxClassInfo* instead... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Robert Roebling | Added the conversion to unspecfied_bool to all smart... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Robert Roebling | Correct wxObjectDataPtr<> assignment from *T to not... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
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-16 |
Robin Dunn | Fix DLL compilation |
blob | commitdiff | raw | diff to current |
2007-04-15 |
Mattia Barbon | Make wxClassInfo attributes private. Replace |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Václav Slavík | GetBaseByName doesn't exist anymore |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Robert Roebling | [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | renamed IsRefTo() to IsSameAs() (do complain if this... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | no changes, just wrap long lines |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Vadim Zeitlin | define WXDEBUG_NEW to use special VC++-specific new... |
blob | commitdiff | raw | diff to current |
2006-10-17 |
Paul Cornett | add public wxObject::UnShare |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Julian Smart | Applied patch [ 1211299 ] Minor mod to wxClassInfo... |
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-03-14 |
Vadim Zeitlin | we don't need reserved virtual functions on HEAD |
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-11-15 |
Włodzimierz Skiba | Minor cleanings. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1196679 ] wxIMPLEMENT_CLASS_COMMON2... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Vadim Zeitlin | added more reserved functions |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Włodzimierz Skiba | Correction in comment in closing #endif. |
blob | commitdiff | raw | diff to current |
2005-03-09 |
Vadim Zeitlin | made wxStaticCast more backwards compatible by allowing... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | use static_cast<> for wxStaticCast; updated comment... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Vadim Zeitlin | two changes and some cleanup: |
blob | commitdiff | raw | diff to current |
2005-01-15 |
Vadim Zeitlin | removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES |
blob | commitdiff | raw | diff to current |
2005-01-02 |
Vadim Zeitlin | fixed IMPLEMENT_DYNAMIC_CLASS2 macro |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Robert Roebling | Compilo |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Julian Smart | Include "wx/msw/msvcrt.h" for better leak reporting |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Julian Smart | Temp fix for VC6/XTI |
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 |
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 |
next |