]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/html.i
Wrappers for *ToText
[wxWidgets.git] / wxPython / src / html.i
2004-07-16  Robin DunnWrappers for *ToText
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-02  Robin Dunnset the modules' pacakge name to "wx" using a new SWIG...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-14  Robin DunnModules generated by SWIG can now have module docstrings.
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-05-06  Robin DunnAdd GetClassDefaultAttribute. Since it is static we...
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...
2004-03-25  Robin DunnAdd GetMaxTotalWidth
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-03  Robin Dunnfixed some docstrings
2004-02-12  Robin DunnAdded selection methods
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-06  Robin DunnFixes for the UNICODE build
2003-12-20  Robin DunnAdded wxHtmlCell::[S|G]etId
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-11-22  Robin DunnFix problems with the wxHtmpTagHandler wrappers and...
2003-11-21  Robin DunnAdded HTML_FONT_SIZE values
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-08-08  Robin DunnAdded Python wrappers for wxRTTI for the wxVScrolledWindow,
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-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-06-15  Robin DunnFixed a bunch of embarassing reference leaks
2002-05-02  Robin DunnChanged the name of export.h to wxPython.h so it wouldn...
2002-04-11  Robin DunnBetter error message, flags --> style in wxHtmlWindow...
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-13  Robin DunnCore wxPython (non-contrib) now fully works with Unicode!
2002-03-07  Robin DunnAdded some anchor related methods to wxHtmlWindow as...
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...
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-28  Robin DunnAdded wxChildFocusEvent
2001-10-16  Robin Dunnadded AppendToPage
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-09-16  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-07  Robin DunnFixed an OOR related bug that happened when a class...
2001-07-28  Robin DunnVarious tweaks, fixes, and additions
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 DunnOther odds and ends...
2001-04-02  Robin DunnFix for wxHtmlPrintout getting decrefed in Python at...
2000-12-22  Robin DunnAdded the wxClassInfo stuff back in to the modules...
2000-12-22  Robin DunnMassive code changes and cleanup to allow wxPython...
2000-12-10  Robin DunnFixed a bunch of leaking references in how the callback...
2000-10-30  Robin DunnMerged wxPython 2.2.2 over to the main branch
2000-07-15  Bryan Pettymerged 2.2 branch