]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/msw
reSWIGged
[wxWidgets.git] / wxPython / src / msw /
2002-06-06  Robin DunnAdded wxPyWindow and wxPyControl which are just like...
2002-06-05  Robin Dunnminor updates
2002-05-27  Robin DunnChanged the default style flags on wxSplashScreen
2002-05-27  Robin DunnSWIGged updates for wxMSW
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-15  Robin DunnAn implementation of wxPen.GetDashes.
2002-05-12  Robin Dunnvarious tweaks and updates
2002-05-09  Robin Dunnupdates for recent CVS changes
2002-05-05  Robin DunnVarious minor tweaks and updates
2002-05-03  Robin DunnUpdates for Push/Pop status text
2002-05-02  Robin DunnChanged the name of export.h to wxPython.h so it wouldn...
2002-04-29  Robin DunnVarious minor updates
2002-04-22  Robin DunnChanges to match CVS updates over the weekend.
2002-04-22  Robin DunnAdded wxImage.GetDataBuffer which returns an in-place...
2002-04-18  Robin DunnwxDF_HTML and FloodFill interface updates
2002-04-18  Robin DunnSome wxGrid related classes now support OOR.
2002-04-17  Robin DunnAdded some methods to be consistent with wxWindow
2002-04-17  Robin DunnA few tweaks and cleanups
2002-04-16  Robin DunnUse the OOR typemap for wxTreeCtrls too.
2002-04-13  Robin DunnAdded wxMouseCaptureChangedEvent. Added some missing...
2002-04-11  Robin DunnBetter error message, flags --> style in wxHtmlWindow...
2002-04-10  Robin DunnChanges to match cvs update
2002-04-09  Robin DunnA little black magic... When the C++ object (for a...
2002-04-09  Robin DunnForgot to set OOR info on wxSplashScreen
2002-04-09  Robin DunnSome little additions to how wxBufferedDC is wrapped.
2002-04-08  Robin DunnUpdates to match recent CVS changes.
2002-04-05  Robin DunnAdded a few new flags, etc.
2002-04-03  Robin DunnMove font and encoding related classes to a new module...
2002-04-01  Robin DunnFixed a few little bugs in how some methods are wrapped
2002-04-01  Robin DunnAdded wxIconBundle and wxTopLevelWindow.SetIcons.
2002-04-01  Robin DunnA saner implementation for the new wxToolBar methods...
2002-03-27  Robin DunnUpdates for new wxToolBar API
2002-03-26  Robin DunnUpdates to match recent CVS changes.
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-21  Robin DunnTypo fix
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-18  Robin DunnAdded wxBufferedDC, changes for wxMenu and wxMenuItem...
2002-03-15  Robin DunnSome little tweaks and cleanups.
2002-03-13  Robin DunnCore wxPython (non-contrib) now fully works with Unicode!
2002-03-10  Robin DunnApplied and merged patch 486364, which enables wxPython...
2002-03-08  Robin DunnChanges for recent htmlhelp updates
2002-03-08  Robin DunnAdded a wxIconFromBitmap "constructor" for wxIcon.
2002-03-07  Robin DunnBugfix for wxTreeCtrl.InsertItemBefore and more SWIGged...
2002-03-07  Robin DunnSWIGged updates for wxMSW
2002-02-28  Robin DunnMoved declaratrions of wxPyInputStream and etc. into...
2002-02-28  Robin DunnMoved declaratrions of wxPyInputStream and etc. into...
2002-02-26  Robin DunnChanged the img2py tool to use PNG instead of XPM for...
2002-02-23  Robin DunnFinished wrapping and providing typemaps for wxInputStr...
2002-02-21  Robin DunnBetter wrapper for wxListCtrl.GetColumn, and some other...
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-13  Robin DunnA little different fix for how to delay the call to...
2002-02-13  Robin DunnA fix for incorrect wrapping of wxPallet.GetRGB
2002-02-12  Robin DunnA fix for Python 2.2 which can sometimes call __wxClean...
2002-02-07  Robin DunnCheck for existing colour names when adding to wxTheCol...
2002-02-07  Robin DunnMoved utils.i back into the core since it imports it...
2002-02-06  Robin DunnUpdated the build docs a bit, added wxMetafileDataObjec...
2002-02-01  Robin DunnwxPyEmptyStr --> wxEmptyString
2002-01-29  Robin DunnUpdates for recent changes to wx, and some other little...
2002-01-24  Robin DunnDemo cleanup and path issues.
2002-01-22  Robin DunnChanges to match recent CVS updates, added demo for...
2002-01-21  Robin DunnFixed a typemap.
2002-01-15  Robin DunnAdded wxGenericDirCtrl and other varioius updates
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-05  Robin DunnSome updates to go with changes in current CVS.
2002-01-03  Robin DunnMove [GS]etDefaultItem up to wxWindow
2001-12-19  Robin DunnChanged (again) how the Python global interpreter lock...
2001-12-03  Robin DunnwxRemotelyScrolledTreeCtrl now draws its own lines
2001-12-03  Robin DunnAdded SplitTree sample to the demo
2001-11-30  Robin DunnwxTipWindow is now a wxPopupTransientWindow instead...
2001-11-29  Robin DunnChanges to ensure that GDI objects returned from Python...
2001-11-28  Robin DunnAdded wxChildFocusEvent
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-11-25  Robin DunnAdded wxDynamicSashWindow to wxPython, plus other odds...
2001-11-20  Robin DunnBug fixes
2001-11-20  Robin DunnReplaced CopyObject with Clone for wxPython-specific...
2001-11-20  Robin DunnSWIGged code updates
2001-11-20  Robin DunnAdded LIST_ITEM_FOCUSED
2001-11-20  Robin DunnSWIGged updates
2001-11-14  Robin DunnA fix for when wxPython is compiled with no threads
2001-11-14  Robin DunnAdded missing wxImage methods
2001-11-14  Robin DunnAdded new sizer methods
2001-11-14  Robin DunnAdded wxFileHistory
2001-11-14  Robin DunnAdded wxTextCtrl.GetStringSelection
2001-11-13  Robin DunnSWIGged code update
2001-11-13  Robin DunnVarious other tweaks and updates
2001-11-13  Robin DunnPassing None to an EVT_* function will Disconnect
2001-11-03  Robin DunnAdded wxPostscriptDC to wxPython
2001-11-02  Robin DunnwxPython updates to match recent updates to wxCalendarC...
2001-11-02  Robin DunnRemoved GetOldIndex, etc.
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-26  Robin Dunnfixes for the wxPre* helpers
2001-10-26  Robin DunnAdded wxURLDataObject
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
2001-10-18  Robin DunnAdded wxTE_NOHIDESEL
2001-10-18  Robin Dunnreference count bugs in DrawXXXList fixed
2001-10-16  Robin DunnAdded some optimization methods to wxPython's wxDC
2001-10-16  Robin Dunnadded AppendToPage
2001-10-16  Robin Dunnupdate for interface changes
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-05  Robin DunnAdded wxPyLog so log targets can be created in Python...
next