]> git.saurik.com Git - wxWidgets.git/history - wxPython/include
Correct compilation conditions for wxURL::SetProxy.
[wxWidgets.git] / wxPython / include /
2005-03-12  Robin DunnDon't use the PyGILState_* APIs with Python 2.3, it...
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-03-08  Robin DunnMove wxPyCallback back to derive from wxObject
2005-03-03  Robin DunnAdd copy ctor for wxPyCBInputStream and use it to preve...
2005-02-18  Robin DunnwxPyCallback needs to derive from wxEvtHandler now...
2005-02-18  Robin DunnAdded wx.DatePickerCtrl
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-20  Robin DunnAllow the OOR reference to be saved without doing an...
2004-12-15  Robin DunnInstead of always using the Python default encoding...
2004-11-19  Robin DunnRemove py_objasdbl_conv typedef
2004-11-13  Robin Dunn* wxPrintDialog no longer derives from wxDialog.
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-10-11  Robin Dunnforward declare wxPyTaskBarIcon
2004-10-09  Robin DunnChange macro used for OnGetItemImage so it ignores...
2004-09-29  Robin Dunnoff_t --> wxFileOffset changes
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-09  Robin DunnNew SWIG runtime files and api updates for the move...
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-09  Robin Dunnuse the API Ptr accessor for the inline functions too.
2004-06-07  Robin Dunntypo fixed
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-28  Robin DunnUse an inline function to fetch the API pointer, import...
2004-05-28  Robin DunnNo longer need to fallback to importing "_core_" as...
2004-05-14  Robin DunnAdd SetBestSize, GetDefaultAttributes and fixed ShouldI...
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-04-27  Robin DunnRemove the need for the PyPen class
2004-04-25  Robin DunnRenamed the core namespace's submodules to have a leadi...
2004-04-14  Robin Dunnwhitespace cleanup
2004-03-30  Robin DunnForward declare wxPyScrolledWindow
2004-03-28  Robin DunnAllow overriding ApplyParentThemeBackground
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-03-10  Robin DunnAllow wxApp::MacOpenFile, MacPrintFile, MacNewFile...
2004-02-21  Robin DunnNew SWIG runtime files
2004-02-21  Robin DunnUse a local copy of the old wxBufferedDC classes until...
2004-01-31  Robin DunnFix compile error
2004-01-31  Robin DunnUpdated SWIG runtime code
2004-01-09  Robin DunnBeginings of wxX11 support. Much more to do but I...
2003-12-20  Robin DunnAquire the GIL before raising the NotImplementedError...
2003-12-17  Robin DunnReworked how stock objects are initialized. They now...
2003-12-05  Robin DunnFixed the double traceback when an exception happens...
2003-11-24  Robin DunnFixed parameter type
2003-11-21  Robin DunnLots of bup fixes, API updates, etc
2003-11-19  Robin DunnFix compilation error in gizmos
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...