]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/my_typemaps.i
Avoid using the OOR typemap in the constructors
[wxWidgets.git] / wxPython / src / my_typemaps.i
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-07  Robin DunnwxMemoryBuffer typemap needs to set the data length
2004-05-07  Robin DunnAdded OOR typemaps for wxPanel and wxDialog
2004-04-06  Robin DunnCheck for errors after unicode conversions
2004-03-30  Robin DunnBetter conversion functions for integral and floating...
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-03  Robin DunnAdded a typemap that converts the references returned...
2004-02-07  Robin DunnPut the wxMemoryBuffer typemaps back
2004-02-06  Robin DunnFix wxArrayString and wxArrayInt typemaps so they can...
2004-02-04  Robin DunnAdded bool typemap so Py_True and Py_False are returned...
2004-02-03  Robin DunnAdded a typecheck typmap for wxString
2003-12-24  Robin DunnFixed a couple wxString typemaps
2003-12-20  Robin DunnClean out the old stuff
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-12-03  Robin DunnOut typemap for wxString&
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-07-02  Robin DunnwxPython Merge #2 of 2.4 branch --> HEAD (branch tag...
2003-03-25  Robin DunnMerged wxPython 2.4.x to the 2.5 branch (Finally!!!)
2002-08-21  Robin DunnwxWizardPage now handled by OOR
2002-06-24  Robin DunnSome typemap updates
2002-04-16  Robin DunnUse the OOR typemap for wxTreeCtrls too.
2002-03-20  Robin DunnwxStyledTextCtrl can now be built and used when wxUSE_U...
2002-03-10  Robin DunnApplied and merged patch 486364, which enables wxPython...
2002-02-13  Robin DunnA fix for incorrect wrapping of wxPallet.GetRGB
2002-01-24  Robin DunnDemo cleanup and path issues.
2002-01-21  Robin DunnFixed a typemap.
2002-01-15  Robin DunnAdded wxGenericDirCtrl and other varioius updates
2001-12-19  Robin DunnChanged (again) how the Python global interpreter lock...
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-10-30  Robin DunnAdded typemap for wxArrayString
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
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 DunnFixes for some changed stuff in wxHTML
2001-04-02  Robin DunnAdded patch to wxPoint_LIST_helper from Tim Hochberg...
2000-12-10  Robin DunnFixed a bunch of leaking references in how the callback...
2000-11-21  Robin DunnNew typemaps for wxString when compiling for Python...
2000-07-15  Bryan Pettymerged 2.2 branch