]> git.saurik.com Git - wxWidgets.git/history - wxPython/src/_window.i
Remove AdjustedBestSize property since the function it calls is deprecated.
[wxWidgets.git] / wxPython / src / _window.i
2006-12-11  Robin DunnRemove AdjustedBestSize property since the function...
2006-12-11  Robin DunnDocstring fixes
2006-12-08  Robin DunnMustHaveApp(wxWindow_FromHWND);
2006-12-04  Robin DunnAdd ToggleWindowStyle
2006-11-26  Robin DunnAdd GetWindowBorderSize
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-10-31  Robin Dunnfix typo
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-31  Robin DunnGobs of changes needed to get up to date with today...
2006-10-16  Robin Dunndocstring fix
2006-10-10  Robin DunnDisown using .this.own(False) instead of .thisown ...
2006-10-09  Robin Dunndouble buffer changes
2006-09-16  Robin Dunnwx.EvtHandler is OOR capable
2006-09-15  Robin Dunnadded more properties
2006-09-14  Robin DunnIsVisible --> IsShownOnScreen
2006-09-11  Robin Dunnsync with CVS updates
2006-09-04  Robin DunnChanges needed for new RTL methods, and also various...
2006-09-02  Robin DunnStart adding some properties for getter/setter methods
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-07-31  Robin DunnAdded wxMouseCaptureLostEvent
2006-07-29  Robin DunnVarious little tweaks to get up to date with CVS
2006-07-17  Robin DunnGetTmpDefaultItem
2006-07-05  Robin DunnTypo fixed
2006-06-13  Robin DunnHelp text for regions
2006-05-29  Robin DunnAdded wxHyperlinkCtrl, wxPowerEvent, and lots of little...
2006-03-19  Robin Dunndocstrings
2006-03-15  Robin DunnAdded wx.Window.GetScreenPosition and GetScreenRect
2006-03-10  Robin DunnGive classes that need one a destructor wrapper, and...
2006-02-11  Robin DunnDocstring update
2006-02-10  Robin Dunnwx.Window.CenterOnScreen has been removed
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2005-12-30  Robin DunnMerged modifications from the 2.6 branch
2005-11-08  Włodzimierz SkibaGet/Set title fixes (#1350999).
2005-05-13  Robin DunnAdded missing CacheBestSize
2005-05-07  Robin DunnLots of docstring fixes and additions
2005-04-06  Robin DunnAdded wx.GetTopLevelWindows() function which returns...
2005-03-02  Robin DunnreSWIGged
2005-02-18  Robin Dunndocstring fixes
2005-02-02  Robin DunnSome new def's, parameters, methods, etc. resulting...
2005-01-13  Robin DunnHasTransparentBackground
2004-12-31  Robin Dunndocstring fix
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-20  Robin DunnAdded a note to self to look at adding ProvidesBackgrou...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-09-23  Robin DunnUpdate SWIG patch to output "True" ("False") in the...
2004-09-13  Robin DunnAssociateHandle and DissociateHandle
2004-09-01  Robin DunnAdded [GS]etBackgroundStyle
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-17  Robin DunnNavigate docstring update
2004-07-06  Robin Dunnlittle tweaks to match recent CVS changes
2004-06-30  Robin DunnSince the wxPyMake_wxObject typemap is also used for...
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-29  Robin DunnAllow the MustHaveApp exception feature to be inherited
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...