]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_printfw.i
suppress virtual function hiding warnings due to the existence of several DoLog(...
[wxWidgets.git] / wxPython / src / _printfw.i
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-11-11  Robin DunnSetOrientationReversed
2006-11-05  Robin DunnDisown the preview object when calling wxPyPreviewFrame...
2006-10-31  Robin DunnGobs of changes needed to get up to date with today...
2006-10-28  Robin Dunndaily updates and tweaks
2006-10-09  Robin DunnAdd IsOk's
2006-09-12  Robin Dunnmore properties
2006-05-23  Robin DunnAdd some dtor wrappers for the print dialogs that are...
2006-03-10  Robin DunnGive classes that need one a destructor wrapper, and...
2006-02-07  Robin DunnChanges to how overridable C++ methods are virtualized...
2006-01-20  Robin Dunnprevent overload abiguity in wxPyPrintPreview ctor
2006-01-17  Robin DunnAnother merge of 2.6 changes
2005-12-22  Kevin OllivierFixes so that wxPython builds on 2.7. Mostly removing...
2005-03-09  Robin DunnUse the PyGILState_* APIs on Python >= 2.3
2005-02-28  Robin DunnAdded wx.PrintData.Get/SetPrivData
2005-01-29  Robin DunnAdded some alternate constructors for the data classes
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-11-23  Robin DunnwxPageSetupDialog no longer derives from wxDialog
2004-11-13  Robin Dunn* wxPrintDialog no longer derives from wxDialog.
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-18  Robin DunnAdded bin selection
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-08  Robin DunnMake the copy ctor for the wxPrint*Data classes avaialb...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-03-24  Robin DunnChanged (again) how the GIL is aquired and the tstate...
2004-03-10  Robin DunnPrintFramework fixes
2004-02-12  Robin DunnPS can output to ta stream (but still need to make...
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
2003-11-22  Robin DunnLots of little bug fixes, API updates, etc.
2003-11-20  Robin DunnMore docstring updates for OUTPUT parameters
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...