]> git.saurik.com Git - wxWidgets.git/history - wxPython/include
Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is...
[wxWidgets.git] / wxPython / include /
2006-09-14  Robin Dunnrelease the GIL before calling base version
2006-08-26  Robin DunnAvoid deprecation warnings for BeginDrawing and EndDrawing
2006-08-25  Robin DunnAdd wx.App.DisplayAvailable() which can be used to...
2006-08-22  Robin DunnAdded wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA...
2006-07-10  Robin Dunnremove WXDLLEXPORT modifiers since this isn't in the...
2006-07-10  Robin DunnAdded the PseudoDC class from Paul Lanier. It provides...
2006-07-08  Robin DunnAdded wrappers for wxAUI
2006-07-06  Robin DunnUndeprecate wxGetNumberFromUser, add wxNumberEntryDialog
2006-07-05  Robin DunnChanges needed for building with Python 2.5
2006-06-17  Robin DunnMake the picker headers accessible to all
2006-06-13  Robin DunnCorrectly handle the release of ownership of the wx...
2006-06-10  Robin DunnSwitch to overriding OnAssertFailure instead of OnAssert
2006-06-06  Robin DunnMore compilation fixes. Move dummy wxPowerEvent to...
2006-06-05  Robin DunnFixed compile error
2006-05-04  Robin DunnRedo (again) how the stock objects are initialized...
2006-04-18  Robin DunnChanged how the stock objects (wx.RED, wx.RED_PEN,...
2006-04-15  Robin DunnVarious wxHtml updates
2006-03-16  Robin DunnEnable OnDrawSeparator and OnDrawBackground to be overr...
2006-03-14  Robin DunnSWIG 1.3.29
2006-03-14  Robin DunnSometimes we do need to allow recursion of callbacks
2006-02-10  Robin Dunnuse wxRTTI to construct the right class of wxHtmlCell
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-02-01  Robin DunnAdded wxPython wrappers for the new wx.Treebook and...
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-26  Robin DunnAdd supoprt for wxListCtrl::OnGetItemColumnImage
2006-01-23  Robin DunnClear possible exception from failed wxPyConvertSwigPtr
2006-01-17  Robin DunnAnother merge of 2.6 changes
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-04-04  Robin DunnwxDEFAULT_STATUSBAR_STYLE
2005-04-04  Robin DunnEnsure that SWIG_TYPE_TABLE is defined
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...