]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/msw/gdi.cpp
More unicode related cleanup and fixes for wxPython
[wxWidgets.git] / wxPython / src / msw / gdi.cpp
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-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 DunnAdded a wxIconFromBitmap "constructor" for wxIcon.
2002-03-07  Robin DunnSWIGged updates for wxMSW
2002-02-13  Robin DunnA fix for incorrect wrapping of wxPallet.GetRGB
2002-02-07  Robin DunnCheck for existing colour names when adding to wxTheCol...
2002-02-01  Robin DunnwxPyEmptyStr --> wxEmptyString
2002-01-22  Robin DunnChanges to match recent CVS updates, added demo for...
2002-01-15  Robin DunnAdded wxGenericDirCtrl and other varioius updates
2002-01-05  Robin DunnSome updates to go with changes in current CVS.
2001-12-19  Robin DunnChanged (again) how the Python global interpreter lock...
2001-11-29  Robin DunnChanges to ensure that GDI objects returned from Python...
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-11-20  Robin DunnSWIGged updates
2001-11-13  Robin DunnVarious other tweaks and updates
2001-11-03  Robin DunnAdded wxPostscriptDC to wxPython
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-26  Robin Dunnfixes for the wxPre* helpers
2001-10-18  Robin Dunnreference count bugs in DrawXXXList fixed
2001-10-16  Robin DunnAdded some optimization methods to wxPython's wxDC
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-09-27  Robin DunnVarious updates, changes for wxTopLevelWindow, fixes for
2001-09-20  Robin Dunnbug #463146
2001-09-16  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-04  Robin DunnAdded wxNativeFontInfo and wxFontMapper.
2001-08-14  Robin DunnDeprecated PyShell and PyShellWindow, added a snapshot...
2001-06-15  Robin DunnAdded ability to use xml resource files. Still need...
2001-05-22  Robin Dunnchanged version number
2001-05-18  Robin DunnCleanup up the demo a bit
2001-05-17  Robin DunnImplemented the first phase of OOR (Original Object...
2001-05-08  Robin Dunnupdated generated sources for wxMSW
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-03-14  Robin DunnChanged wxFont, wxPen, wxBrush to not implicitly use...
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-12-22  Robin DunnAdded the wxClassInfo stuff back in to the modules...
2000-11-21  Robin DunnNew typemaps for wxString when compiling for Python...
2000-10-30  Robin DunnMerged wxPython 2.2.2 over to the main branch
2000-07-15  Bryan Pettymerged 2.2 branch