]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx/lib
Olly Betts' typo patch
[wxWidgets.git] / wxPython / wx / lib /
2004-08-25  Robin Dunncomments
2004-08-25  Robin DunnUse the right class name for caling __init__
2004-08-25  Robin DunnVarious tweaks and fixes from Kevin A.
2004-08-18  Robin DunnDon't call wx.ThePenList
2004-08-11  Robin Dunnlayout tweak
2004-08-10  Robin Dunntweak border size
2004-08-10  Robin Dunnupdated to wx namespace by Peter Damoc
2004-08-09  Robin Dunnworkaround for wxMac weirdness
2004-08-04  Robin DunnSetSizeHints --> SetMinSize or SetBestFittingSize,...
2004-07-22  Robin DunnJust to be sure...
2004-07-22  Robin DunnPatches from Will Sadkin:
2004-07-21  Robin DunnUpdates from Chris
2004-07-16  Robin DunnBlind fix to avoid a PyDeadObject error
2004-07-16  Robin DunnAllow style to be specified for ScrolledMessageDialog
2004-07-16  Robin Dunnfixed syntax error
2004-07-16  Robin DunnSkip, Skip, Skip
2004-06-29  Robin DunnRefresh after changing the bitmap
2004-06-28  Robin DunnUse top-level parent for the dialog parent
2004-06-28  Robin Dunnoverride GetLabe/SetLabel as on wxMac it will draw...
2004-06-21  Robin DunnFix for drag object bug
2004-06-19  Robin DunnPatch from Will Sadkin:
2004-06-18  Robin DunnPatch from Pierre Hjälm.
2004-06-17  Robin DunnSet the client size as calculated, but use the full...
2004-06-17  Robin Dunndocstrign tweaks
2004-06-16  Robin Dunnreordered base classes
2004-06-08  Robin DunnThe new OGL doesn't have to be compatible with the...
2004-06-08  Robin DunnCan't call ShiftDown when it is a CommandEvent
2004-06-08  Robin Dunnpi --> math.pi
2004-06-08  Robin Dunnremove the Yield's
2004-06-05  Robin DunnDon't draw if the panel is too small
2004-06-04  Robin DunnAdded a new version (0.8.3) of FloatCanvas from Chris...
2004-06-04  Robin DunnRemoved the deprecated ErrorDialogs and PythonBitmaps...
2004-06-04  Robin DunnSince everything in the submodules is to appear in...
2004-06-04  Robin Dunnnamespace fixes
2004-06-02  Robin DunnAdded $Id keyword, a bit of cleanup and also some backwards
2004-06-02  Robin Dunncomment fix
2004-06-01  Robin DunnUse new DrawPoint signature
2004-05-28  Robin DunnDon't scroll too far if the child getting the focus...
2004-05-26  Robin Dunnfixed a typo
2004-05-26  Robin DunnAdded a Python port of the OGL library, deprecated...
2004-05-22  Robin DunnFixed some colours
2004-05-22  Robin DunnFix printing?
2004-05-17  Robin DunnReplaced wx/lib/pubsub.py with a version that uses...
2004-05-14  Robin DunnAdded a generic StaticBitmap class in wx.lib.statbmp...
2004-05-02  Robin DunnAdded wx.lib.mixins.listctrl.TextEditMixin, a mixin...
2004-05-02  Robin DunnReverted to old method names/signatures for wx.DC,...
2004-04-30  Robin DunnDocstring updates and tweaks for epydoc
2004-04-26  Robin DunnPatches from KevinO that work around issues where the...
2004-04-25  Robin Dunnwx.StaticBox and siblings creation order, and other...
2004-04-25  Robin DunnUse the right classname
2004-04-22  Robin DunnA way to make the DC classes in wxPython look like...
2004-04-22  Robin Dunnbugfix
2004-04-21  Robin DunnMaskedEditControl bugfix pach from Will Sadkin
2004-04-19  Robin DunnAdded new MaskedEditControl code from Will Sadkin....
2004-04-15  Robin DunnMacSetTheme
2004-04-07  Robin DunnChanged name to wxFIXED_MINSIZE since that is more...
2004-04-07  Robin DunnVarious layout tweaks, wx.FIXED_SIZE added, etc.
2004-03-26  Robin DunnA clarification
2004-03-25  Robin Dunn# 17/03/2004 - Joerg "Adi" Sieker adi@sieker.info
2004-03-23  Robin DunnLindsay Mathieson's newest wxActiveX class has been...
2004-03-15  Robin DunnDon't bind events to the return value of SetDefault...
2004-03-15  Robin DunnGive BitmapButton its own demo, get rid of ErrorDialogs
2004-03-05  Robin DunnMaskedEditCtrl updates from Will Sadkin
2004-03-05  Robin DunnRemove #!
2004-03-03  Robin DunnFixed some wx prefix issues, changed the self test...
2004-02-27  Robin DunnUpdated wx.lib.calendar with many fixes and enhancement...
2004-02-26  Robin DunnDon't use AA fonts to avoide measurment problem on...
2004-02-21  Robin DunnUpdated the AnalogClockWindow with many enhancements...
2004-02-21  Robin DunnBig fixes. Can now use colour names, and exports the...
2004-01-26  Robin DunnUse correct name for event type
2004-01-23  Robin Dunnensure that SetDimensions params are ints
2004-01-22  Robin DunnAdd some missing wx. prefixes
2004-01-20  Robin DunnUse new SystemSettings names
2004-01-15  Robin Dunnprevent checking for empty string
2004-01-13  Robin DunnUse "import wx". wxPython.wx now has backwards compati...
2004-01-13  Robin DunnFixed the docstring, default module is now wx, not...
2004-01-13  Robin Dunnnew DC API fix
2004-01-08  Robin DunnSet the DC font before drawing the label
2004-01-05  Robin DunnEnsure that the dirdialog is destroyed after use
2004-01-02  Robin DunnwxBell --> wx.Bell
2003-12-30  Robin Dunna bit of tweaking
2003-12-30  Robin DunnForce integer values for positions and sizes
2003-12-22  Robin DunnMore lib and demo patches to drop the wx prefix (Jeff...
2003-12-20  Robin DunnMore lib and demo changes for dropping the wx prefix...
2003-12-20  Robin DunnFixed indetation error
2003-12-18  Robin DunnTweaking names (Thanks Jeff!)
2003-12-17  Robin DunnAdded PyPlot
2003-12-17  Robin DunnLots of wx namespace updates for the wx.lib package...
2003-12-09  Robin Dunnnewevent module now returns a PyEventBinder instead...
2003-11-28  Robin DunnExpose SetClippingRegion(point, size)
2003-11-22  Robin DunnLots of little bug fixes, API updates, etc.
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 DunnLots of bup fixes, API updates, etc
2003-11-12  Robin DunnMerged the wxPy_newswig branch into the HEAD branch...
2003-10-02  Robin DunnA huge glob of changes in the 2.4 branch merged over...
2003-07-02  Robin DunnwxPython Merge #2 of 2.4 branch --> HEAD (branch tag...