updated CodeWarrior 5.3 project with latest file changes
[wxWidgets.git] / wxPython /
2003-12-11  Robin DunnreSWIGged
2003-12-11  Robin DunnreSWIGged
2003-12-11  Robin DunnLittle changes to match recent changes in wxWindows
2003-12-11  Robin DunnRegenerated the renamers with the new build_renamers.py
2003-12-11  Robin DunnMoved simple from demo to samples
2003-12-11  Robin DunnRun swig from the main setup.py when building the renam...
2003-12-11  Robin DunnGet rid of this old never finished file
2003-12-11  Robin DunnKevin O's demo modules fixup patch
2003-12-11  Robin DunnAnother try at fixing this patch so it applies cleanly
2003-12-11  Robin DunnCleaned up a bogus newline
2003-12-11  Robin DunnA little tweak to the usage text
2003-12-11  Robin DunnUpdated the docstring patch to match current SWIG CVS...
2003-12-11  Robin DunnUpdated the description of wx.PopupTransientWindow
2003-12-09  Robin DunnSome wx.* fixes
2003-12-09  Robin Dunnnewevent module now returns a PyEventBinder instead...
2003-12-09  Robin DunnDemo updates for new wx namespace, from Jeff Grimmett
2003-12-05  Robin DunnFixed the double traceback when an exception happens...
2003-12-04  Robin DunnAdded reverse renamers for the *Ptr classes
2003-12-04  Robin DunnTypo fixed
2003-12-04  Robin DunnMention wxPyTypeCast
2003-12-03  Robin DunnreSWIGged
2003-12-03  Robin Dunnregenned tools batch files
2003-12-03  Robin DunnreSWIGged
2003-12-03  Robin DunnreSWIGed
2003-12-03  Robin DunnSome little tweaks for debugging
2003-12-03  Robin DunnreSWIGed
2003-12-03  Robin DunnMention that NO_FULL_REPAINT_ON_RESIZE is now the default
2003-12-03  Robin DunnAdd missing wxFULL_REPAINT_ON_RESIZE
2003-12-03  Robin DunnGive wxTimer a GetId accessor
2003-12-03  Robin DunnNew SWIG runtime and commandline param
2003-12-03  Robin DunnwxLogTrace API change
2003-12-03  Robin DunnOut typemap for wxString&
2003-11-28  Robin DunnreSWIGged
2003-11-28  Robin DunnChanged the itemid parameter names back to id
2003-11-28  Robin DunnExpose SetClippingRegion(point, size)
2003-11-28  Robin DunnEnsure that __version__ is visible from wxPython/__init...
2003-11-28  Robin DunnAdded some aliases
2003-11-27  Robin DunnreSWIGged
2003-11-27  Robin DunnreSWIGged
2003-11-27  Robin DunnUpdated docstring patch so that it senses multi-line...
2003-11-26  Robin Dunnwx namespace
2003-11-26  Robin DunnMore docstrings and rearrainged a couple things.
2003-11-25  Robin DunnDon't put the introspected argstr in the docstring...
2003-11-24  Robin Dunnscript to make the raw preview tarball
2003-11-24  Robin DunnreSWIGged
2003-11-24  Robin DunnMore Unicode fixes
2003-11-24  Robin DunnFixed how the list of files is converted
2003-11-24  Robin DunnFixed parameter type
2003-11-24  Robin DunnFixed "" default value
2003-11-24  Roman Rolinskycorrect typemap type
2003-11-23  Robin DunnreSWIGged
2003-11-22  Robin DunnreSWIGged
2003-11-22  Robin DunnLots of little bug fixes, API updates, etc.
2003-11-22  Robin DunnVersion number
2003-11-22  Robin DunnForgot to remove the debug prints
2003-11-22  Robin DunnFix problems with the wxHtmpTagHandler wrappers and...
2003-11-21  Robin DunnreSWIGged
2003-11-21  Robin DunnBecause of some differences in class heirarchy there...
2003-11-21  Robin DunnUpdated the devel doc as the wxPy_newswig branch is...
2003-11-21  Robin DunnAdded HTML_FONT_SIZE values
2003-11-21  Robin DunnUpdates for the autodoc/docstring patch, fixes overload...
2003-11-21  Robin DunnLots of bup fixes, API updates, etc
2003-11-21  Robin DunnLots of demo tweaks for API updates, bug fixes and...
2003-11-20  Robin DunnMore docstring updates for OUTPUT parameters
2003-11-20  Robin DunnMore docstrings.
2003-11-20  Robin DunnDon't run SWIG when we're doing a clean
2003-11-19  Robin DunnreSWIGged
2003-11-19  Robin DunnreSWIGged
2003-11-19  Robin DunnUpdated docstring patch for new SWIG CVS
2003-11-19  Robin DunnSWIG Runtime update
2003-11-19  Robin DunnTests for FindItemAtPoint
2003-11-19  Robin DunnShow using GetAtter in wxPyGridTbaleBase
2003-11-19  Robin DunnFix compilation error in gizmos
2003-11-19  Robin DunnreSWIGged
2003-11-19  Robin DunnChanged all TRUE/true --> True and all FALSE/false...
2003-11-19  Robin DunnCorrect a compile warning
2003-11-19  Robin DunnSWIG patch for "autodoc" and "docstring" %features
2003-11-18  Roman RolinskyXMLID -> XRCID, Number -> GetCount, etc.
2003-11-18  Roman Rolinskyremoved second parameter from GetFirstChild calls
2003-11-17  Robin DunnBugfix patch from Alberto
2003-11-13  Robin DunnRemoved %noautorepr directives
2003-11-13  Robin DunnRecent changes in SWIG make this patch no longer necessary
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...
2003-10-22  Robin DunnAdded SetColumnCount method
2003-10-22  Robin DunnreSWIGged
2003-10-22  Robin DunnreSWIGged
2003-10-22  Robin DunnAdd sample showing how to use the XRC subclass attribute
2003-10-22  Robin DunnSave the initial tstate during initialization
2003-10-22  Robin DunnUpdates for wxColourDatabase
2003-10-18  Robin DunnreSWIGged
2003-10-18  Robin DunnreSWIGged
2003-10-18  Robin DunnreSWIGged
2003-10-18  Robin DunnNew version from Timothy Hochberg
2003-10-18  Robin DunnAdded TODO
2003-10-18  Robin DunnAdded IsEditCancelled/SetEditCanceled
2003-10-18  Robin DunnDemo tweaks
2003-10-18  Robin DunnAdded note about migration guide
2003-10-18  Robin Dunntypo fixed
2003-10-10  Robin Dunnremoved #!
2003-10-06  Robin DunnShow how to get the right position for HitTest from...
next