]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_window.i
* Implemented BestSize cache
[wxWidgets.git] / wxPython / src / _window.i
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-17  Robin Dunndocstrign tweaks
2004-06-16  Robin DunnAdded Navigate, SetMinSize, SetMaxSize wxWindow methods
2004-06-09  Robin DunnDefault position for PopupMenu
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-28  Robin Dunndocstring tweak
2004-05-14  Robin DunnDocstring fixes
2004-05-12  Robin DunnSome docstring additions, reformats and epydoc markup.
2004-05-06  Robin DunnAdd GetClassDefaultAttribute. Since it is static we...
2004-04-22  Robin DunnVarious tweaks, docstring fixes, etc.
2004-04-17  Robin DunnMake InheritAttributes and ShouldInheritColours public...
2004-04-15  Robin DunnAdded SetDefaultXXX methods
2004-04-07  Robin DunnUse default window IDs
2004-04-07  Robin DunnAdded wx.FIXED_SIZE.
2004-04-06  Robin DunnSomehow the Validate(), TransferDataToWindow(),
2004-04-05  Robin DunnGetDefaultAttributes, and other tweaks needed to get...
2004-03-26  Robin DunnTurn off the RefDoc for constructors of the classes...
2004-03-08  Robin DunnAdded [G|S]etWindowVariant
2004-03-03  Robin DunnFixed wxWindow_FromHWND so it would compile (still...
2004-03-02  Robin DunnDocstring tweaks, fixed typo, etc.
2004-02-26  Robin DunnFix compilation errors due to recent typedef changes
2004-02-26  Robin Dunndocstring tweaks
2004-02-26  Robin DunnAdded docstrings
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-27  Robin DunnUse the DISOWN typemap
2004-01-09  Robin DunnBeginings of wxX11 support. Much more to do but I...
2003-12-20  Robin DunnAquire the GIL before raising the NotImplementedError...
2003-12-19  Robin Dunnautodoc docstring fixes and such
2003-11-22  Robin DunnLots of little bug fixes, API updates, etc.
2003-11-21  Robin DunnLots of bup 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...