]> git.saurik.com Git - wxWidgets.git/history - wxPython
baked the standard makefiles
[wxWidgets.git] / wxPython /
2006-10-09  Robin Dunnnew changes
2006-10-09  Robin DunnVarous changes and tweaks to match some of Julian's...
2006-10-09  Robin DunnIsEmpty, ChangeValue, etc.
2006-10-09  Robin DunnAdd IsOk's
2006-10-09  Robin Dunnmake sure the cleanup happens
2006-10-09  Robin Dunninstall bitmaps/*.ico files too
2006-10-09  Robin Dunnupdate to latest from Andrea
2006-10-09  Robin Dunndefault ID value
2006-10-09  Robin DunnVersion number bump
2006-10-09  Robin DunnAdd CustomTreeCtrl from Andrea Gavana
2006-10-06  Robin Dunnrename the ID parameter
2006-10-06  Robin DunnreSWIGged
2006-10-06  Robin DunnRenamed wx.FutureCall to wx.CallLater so it is named...
2006-10-06  Robin Dunnbe able to switch between the frame managing the toolba...
2006-10-06  Robin Dunnsome tweaks
2006-10-06  Robin DunnreSWIGged
2006-10-06  Robin Dunndon't inject constructors
2006-10-06  Robin Dunnalways use wxPyPanel
2006-10-06  Robin Dunnreduce the number of objects for a quicker startup...
2006-10-06  Robin DunnSet overview to docstring
2006-10-06  Robin DunnFixes for using the staticmethods
2006-10-05  Robin Dunnsome fixes
2006-10-05  Robin DunnUpdates from Paul
2006-10-05  Robin DunnAdd FlatNotebook
2006-10-04  Robin DunnSave a reference to the DC
2006-10-03  Robin DunnAdd wrappers for wxGraphicsPath and wxGraphicsContext...
2006-10-03  Robin Dunnfix HitTest
2006-10-03  Robin DunnKeyCode --> GetKeyCode
2006-10-03  Robin DunnDon't use the old wxPython namespace
2006-10-03  Robin DunnChange wx.DC inheritance hierarchy to match reality
2006-10-03  Robin DunnDon't deprecate Inside() yet
2006-10-03  Robin DunnUse Set(name) instead of InitFromName(name)
2006-10-03  Robin DunnDon't forget the samples\ide\activegrid\model dir
2006-10-03  Robin DunnAdded the wx.lib.buttonpanel module, which is a tweaked...
2006-10-02  Robin DunnreSWIGged
2006-10-02  Robin DunnDon't autosize if the height is too small. Interaction...
2006-10-02  Robin DunnMatch some API tweaks made in CVS
2006-10-02  Robin DunnDon't override the Label property in the base class.
2006-10-02  Robin DunnChange the name of the dir where the message catalogs...
2006-10-02  Robin Dunnfix layout
2006-10-02  Robin DunnShow the color component values too
2006-10-02  Robin DunnDeal with wxVariant changed
2006-09-27  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Robin DunnWorkaround some platform differences
2006-09-26  Robin DunnAdd properties
2006-09-25  Robin Dunnadd tests for EVT_TEXT_ENTER
2006-09-25  Robin Dunnbuild tweaks, also drop most Python 2.3 builds
2006-09-25  Robin Dunnvarious changes to get up to date with CVS
2006-09-25  Robin Dunnfix attribute errors when importing wxPython.wx
2006-09-25  Robin Dunnhandle starting out with multiple lines of text.
2006-09-23  Robin DunnNew names for some ArtProvider methods
2006-09-23  Robin DunnAdded wx.lib.expando, a multi-line textctrl that exands...
2006-09-22  Robin Dunnadd some properties
2006-09-22  Robin Dunndocstring fix
2006-09-21  Robin DunnreSWIGged
2006-09-21  Robin Dunndisown wxPyXmlResourceHandler
2006-09-21  Robin DunnUse the generic listctrl on Mac by default until it...
2006-09-21  Robin Dunns_macSupportPCMenuShortcuts no longer exists
2006-09-21  Robin DunnAdd support for aborting the worker thread
2006-09-21  Robin Dunnuse the MSVC 7.1 DLLs for python versions >= 2.4, not ==
2006-09-21  Robin DunnreSWIGged
2006-09-21  Robin DunnSeveral methods dropped the const from their signature
2006-09-21  Robin DunnUse GridNameStr
2006-09-21  Robin Dunnnew wxCONTROL constants
2006-09-21  Robin DunnAdd comment about additional forms of Inflate(). Decid...
2006-09-21  Robin DunnImport numpy.oldnumeric
2006-09-18  Robin Dunndocstrings and other minor tweaks
2006-09-18  Robin Dunnminor demo tweak
2006-09-18  Robin DunnDon't turn off the HAS_BUTTONS stle on wxMac
2006-09-16  Robin Dunntweaks
2006-09-16  Robin DunnTweaks and cleanup
2006-09-16  Robin Dunnnew wxRect and wxPlatformInformation methods
2006-09-16  Robin Dunnadded more properties
2006-09-16  Robin Dunnwx.EvtHandler is OOR capable
2006-09-15  Robin Dunnadded more properties
2006-09-14  Robin DunnreSWIGged
2006-09-14  Robin DunnAdded wx.lib.delayedresult from Oliver Schoenborn.
2006-09-14  Robin Dunnrelease the GIL before calling base version
2006-09-14  Robin DunnGetScrollLines?
2006-09-14  Robin DunnInside --> Contains
2006-09-14  Robin DunnIsVisible --> IsShownOnScreen
2006-09-14  Robin Dunndocstring update
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-13  Robin DunnChanges for TreeListCtrl to take advantage of the new...
2006-09-13  Robin DunnDashes and Stipple accessors are not available on all...
2006-09-13  Robin DunnMore support for drawing native column headers, adds...
2006-09-13  Robin Dunncompile fix for Mac
2006-09-12  Robin Dunnrephrase
2006-09-12  Robin DunnUpdated the C++ code for wx.gizmos.TreeListCtrl from...
2006-09-12  Robin DunnDisplayAvailable renamed
2006-09-12  Robin Dunnmore properties
2006-09-11  Robin Dunnsync with CVS updates
2006-09-09  Robin DunnreSWIGged
2006-09-09  Robin Dunnmore properties
2006-09-09  Robin Dunnmention Pulse mode on Guage, and native toolbar on Mac
2006-09-09  Robin DunnPath fix
2006-09-09  Robin DunnreSWIGged
2006-09-09  Robin DunnreSWIGtged
2006-09-09  Robin DunnIt's not in use yet, but add Kevin's docparser code...
next