]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/gdi.i
generated rename directives are no longer needed
[wxWidgets.git] / wxPython / src / gdi.i
2006-05-19  Robin Dunngenerated rename directives are no longer needed
2005-06-09  Robin DunnAdded wx.RendererNative class
2004-06-02  Robin Dunnset the modules' pacakge name to "wx" using a new SWIG...
2004-04-27  Robin Dunnbetter __docfilter__ and other epydoc tweaks
2004-04-25  Robin DunnRenamed the core namespace's submodules to have a leadi...
2004-04-22  Robin DunnAdd __docfilter__ to modules so epydoc doesn't generate...
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-11-21  Robin DunnLots of bup fixes, API updates, etc
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...
2003-10-22  Robin DunnUpdates for wxColourDatabase
2003-09-24  Robin DunnChanges needed to get upto date with the latest wx CVS
2003-07-24  Robin DunnLots of changes for wxPython to start using many of...
2003-07-18  Robin DunnMinimal changes needed to build/run wxPython on the...
2003-07-02  Robin DunnwxPython Merge #2 of 2.4 branch --> HEAD (branch tag...
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-26  Robin DunnTweaks for various diffs from 2.4.0 to current HEAD
2003-03-25  Robin DunnMerged wxPython 2.4.x to the 2.5 branch (Finally!!!)
2002-09-05  Robin DunnVarious wxPython updates to go along with recent change...
2002-08-27  Robin DunnSWIGged updates for wxMac
2002-08-27  Robin DunnCompilation fixes for wxPython's wxWizard, added wxRegi...
2002-07-29  Robin DunnAdded some rectangle based method overloads
2002-07-03  Robin DunnUpdates related to wxID_ANY and etc.
2002-05-15  Robin DunnAn implementation of wxPen.GetDashes.
2002-04-18  Robin DunnwxDF_HTML and FloodFill interface updates
2002-04-09  Robin DunnSome little additions to how wxBufferedDC is wrapped.
2002-04-03  Robin DunnMove font and encoding related classes to a new module...
2002-04-01  Robin DunnAdded wxIconBundle and wxTopLevelWindow.SetIcons.
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-08  Robin DunnAdded a wxIconFromBitmap "constructor" for wxIcon.
2002-02-28  Robin DunnAdded wxPython.lib.rcsizer which contains RowColSizer...
2002-02-24  Robin Dunnmore wxMac specific updates
2002-02-07  Robin DunnCheck for existing colour names when adding to wxTheCol...
2002-02-06  Robin DunnUpdated the build docs a bit, added wxMetafileDataObjec...
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-06  Robin DunnSWIGged updates for wxGTK
2002-01-06  Robin DunnSWIGged code updates for wxMAC
2002-01-05  Robin DunnSome updates to go with changes in current CVS.
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-19  Robin DunnFixed a problem in the demo and plugged a potential...
2001-11-13  Robin DunnVarious other tweaks and updates
2001-11-03  Robin DunnAdded wxPostscriptDC to wxPython
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
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-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-17  Robin DunnImplemented the first phase of OOR (Original Object...
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-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 DunnMore cleanup. Removed all wxPyDefaultXXX since they...
2000-12-10  Robin DunnFixed a bunch of leaking references in how the callback...
2000-07-15  Bryan Pettymerged 2.2 branch