]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/msw
Finished wrapping and providing typemaps for wxInputStream and also
[wxWidgets.git] / wxPython / src / msw /
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...
2001-10-04  Robin DunnRegenerated some swig code, added some missing WXK_...
2001-10-03  Robin DunnMinor tweaks and some typos fixed
2001-10-03  Robin DunnRefactored Python shadows to use wxControlWithItems...
2001-09-27  Robin DunnVarious updates, changes for wxTopLevelWindow, fixes for
2001-09-20  Robin Dunnbug #463146
2001-09-17  Robin Dunnminor fixes
2001-09-16  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-14  Robin DunnA better way to handle the OOR wxPyListCtrl --> wxLIstC...
2001-09-07  Robin DunnFixed an OOR related bug that happened when a class...
2001-09-04  Robin Dunnlittle tweaks
2001-09-04  Robin DunnAdded wxNativeFontInfo and wxFontMapper.
2001-09-03  Robin DunnUpdated wxColumnSorterMixin to also be able to place...
2001-09-03  Robin DunnUpdated wxColumnSorterMixin to also be able to place...
2001-09-02  Robin DunnAdded AssignImageList to wxNotebook
2001-08-31  Robin DunnAdded XRCed to the wxPython Tools directory, contribute...
2001-08-28  Robin DunnAdded a new sample app that is a style editor for wxSTC.
2001-08-14  Robin DunnDeprecated PyShell and PyShellWindow, added a snapshot...
2001-07-29  Robin DunnAdded context help stuff to wxPython
2001-07-28  Robin DunnVarious tweaks, fixes, and additions
2001-07-28  Robin DunnFixed resource leak for wxListItem
2001-07-14  Robin DunnNumber() to GetCount() and other changes needed for...
2001-07-05  Robin Dunnodds and ends...
2001-06-15  Robin DunnAdded ability to use xml resource files. Still need...
2001-05-31  Robin DunnAdded EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEv...
2001-05-22  Robin Dunnchanged version number
2001-05-20  Robin DunnAdded sample to the demo for wxJoystick
2001-05-18  Robin DunnwxDragImage fixes and cleanup
2001-05-18  Robin DunnCleanup up the demo a bit
2001-05-18  Robin DunnFixed wxPoint.__cmp__ and a few others
2001-05-17  Robin DunnImplemented the first phase of OOR (Original Object...
2001-05-09  Robin DunnFixed bug that prevented wxTreeCtrl.OnCompareItems...
2001-05-08  Robin Dunnupdated generated sources for wxMSW
2001-05-06  Robin DunnMouseWheel stuff
2001-04-30  Robin DunnSome tweaks and cleanup.
2001-04-30  Robin DunnSome tweaks and cleanup.
2001-04-20  Robin DunnA few changes to match header changes and let wxPython...
2001-04-09  Robin DunnImages can now be embedded in Python source files.
2001-04-02  Robin DunnAdded patch to wxPoint_LIST_helper from Tim Hochberg...
2001-04-02  Robin DunnOther odds and ends...
2001-04-02  Robin DunnFix for wxHtmlPrintout getting decrefed in Python at...
2001-03-26  Robin DunnAdded wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
2001-03-15  Robin Dunnfixed the automatic sys.stdout/sys.stderr to window...
2001-03-14  Robin DunnChanged wxFont, wxPen, wxBrush to not implicitly use...
2001-03-13  Robin DunnA bunch of little tweaks, fixes, and additions
2001-02-21  Robin Dunnsome little fixes
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-12-22  Robin DunnAdded the wxClassInfo stuff back in to the modules...
next