]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/html.i
generated rename directives are no longer needed
[wxWidgets.git] / wxPython / src / html.i
2006-05-19  Robin Dunngenerated rename directives are no longer needed
2006-04-15  Robin DunnVarious wxHtml updates
2006-04-06  Robin DunnMinor tweaks to bring up to date with CVS changes
2006-03-13  Robin DunnDtor for wxHtmlCell
2006-02-10  Robin Dunnuse wxRTTI to construct the right class of wxHtmlCell
2006-02-07  Robin Dunnsome cleanup
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-17  Robin DunnAnother merge of 2.6 changes
2006-01-13  Robin DunnAdded GetFrame and GetDialog
2006-01-11  David Surovellfixed include file rename issue
2006-01-09  Robin DunnAdded wxHelpControllerBase, wxHtmlHelpDialog, wxHtmlHel...
2005-12-22  Kevin OllivierFixes so that wxPython builds on 2.7. Mostly removing...
2005-11-08  Włodzimierz SkibaGet/Set title fixes (#1350999).
2005-06-03  Robin DunnIgnore HtmlHelpController.Destroy() since it owns itsel...
2005-05-31  Julian SmartOlly Betts' typo patch
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-02-18  Robin DunnAdd SetBackgroundImage
2005-01-13  Robin Dunndefine wxColour as being passed by reference so the...
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-01  Robin DunnLittle tweaks to match recent wxWidgets updates
2004-11-19  Robin DunnwxHtmlHelpController doesn't derive from wxEvtHandler
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-09-25  Robin DunnNormalizeFontSizes --> SetStandardFonts
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-08-05  Robin DunnAdded NormalizeFontSizes which will set the html font...
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
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