]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_toplvl.i
Add wxWS_EX_CONTEXTHELP, leaving wxFRAME_EX_CONTEXTHELP and
[wxWidgets.git] / wxPython / src / _toplvl.i
2006-08-09  Robin DunnAdd wxWS_EX_CONTEXTHELP, leaving wxFRAME_EX_CONTEXTHELP and
2006-07-29  Robin DunnVarious little tweaks to get up to date with CVS
2006-07-17  Robin DunnTranslucency --> Transparent
2006-07-16  Robin DunnAdded wxTopLevelWindow::SetTranslucency and CanSetTrans...
2006-05-04  Robin DunnIsAlwaysMaximized
2006-03-08  Robin Dunnworkaround MacSetMetalAppearance being made protected
2006-02-10  David Surovellcleanup - reformatting
2006-02-10  Robin DunnOops, CenteronScreen wasn't really removed, just moved...
2006-02-10  Robin DunnAdd wx.Dialog.Get/SetAffirmativeId and Get/SetEscapeId
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-20  Robin DunnUpdates for CreateButtonSizer
2005-03-08  Robin DunnLittle tweaks to match CVS changes
2004-12-31  Robin DunnAdded wxStdDialogButtonSizer, which is a a special...
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-11-19  Robin Dunncleanup
2004-10-08  Robin DunnMake NOP versions of Mac[GS]etMetalAppearance for the...
2004-09-27  Robin DunnAdded IsActive
2004-09-25  Robin DunnAdded wxFRAME_DRAWER
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-09  Robin DunnAdded RequestUserAttention
2004-07-31  Robin DunnVarious updates to catch up to wxWidgets CVS
2004-07-17  Robin DunnAvoid using the OOR typemap in the constructors
2004-07-06  Robin Dunnlittle tweaks to match recent CVS changes
2004-06-02  Robin DunnAdded more default args as needed to allow most window...
2004-06-01  Robin DunnAll the Window and GDI (pen, bitmap, etc.) classes...
2004-05-06  Robin DunnAdd GetClassDefaultAttribute. Since it is static we...
2004-04-22  Robin DunnVarious tweaks, docstring fixes, etc.
2004-04-19  Robin DunnAdd back some missing enums
2004-04-15  Robin DunnMacSetMetalAppearance
2004-04-15  Robin DunnMoved some enums around to better match the C++ headers
2004-03-08  Robin Dunndefault style for statusbars varies by platform
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-09  Robin DunnBeginings of wxX11 support. Much more to do but I...
2003-12-20  Robin DunnMore changes to make the autodocs be better, made all...
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...