]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx
Added a generic StaticBitmap class in wx.lib.statbmp for the same
[wxWidgets.git] / wxPython / wx /
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-29  Robin DunnAdds wxSplitterWindow support, patch from Steve Hartwell.
2004-04-27  Robin Dunnbetter __docfilter__ and other epydoc tweaks
2004-04-26  Robin Dunnfixed introspection of objects with attrs without strin...
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-22  Robin DunnRemove some obsolete window styles, added a new sizer...
2004-04-21  Robin DunnMaskedEditControl bugfix pach from Will Sadkin
2004-04-19  Robin DunnAdded new MaskedEditControl code from Will Sadkin....
2004-04-19  Robin DunnMake sure the window is not iconized before saving...
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 Dunntweak line number size just a bit
2004-03-26  Robin Dunn*** empty log message ***
2004-03-26  Robin DunnAdd a set for wxMac too
2004-03-26  Robin DunnBetter font selection and sizes for wxGTK2, tweaked...
2004-03-26  Robin DunnA clarification
2004-03-26  Robin DunnMoved config.py to the root because if wxPython hasn...
2004-03-25  Robin DunnThe setup.py script will now install wxPython's headers...
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-15  Patrick K. O'BrienEliminate relative imports and make them more py2exe...
2004-03-15  Patrick K. O'BrienChanged default shell.autoCompleteAutoHide to False.
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-23  Robin DunnThe UseAntiAliasing is off by default on wxMac. Add...
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-02-19  Patrick K. O'BrienChanged default namespace of Shell to __main__.__dict__...
2004-02-13  Patrick K. O'BrienFix test broken by change in package name from PyCrust...
2004-02-13  Patrick K. O'BrienThe truth is out there.
2004-02-11  Robin DunnUse "wxCheckListBox" instead of the deprecated "wxCheck...
2004-02-09  Patrick K. O'Brienshell.autoCompleteAutoHide added with default of True.
2004-02-08  Patrick K. O'BrienFixed problem with Calltip tab not refreshing properly...
2004-02-08  Patrick K. O'BrienCosmetic changes.
2004-02-03  Robin DunnDecorator classes are no longer needed
2004-01-26  Robin DunnUse correct name for event type
2004-01-25  Patrick K. O'BrienMinor cleanup for 2.5. Upped version to 0.9.4. Remove...
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-18  Robin DunnIgnore the args and args errors on Mac
2004-01-18  Robin DunnDon't create the fonts until after they are needed...
2004-01-15  Robin Dunnprevent checking for empty string
2004-01-15  Robin DunnOn Windows the wxBitmapButton can't be borderless if...
2004-01-15  Robin DunnON XP when pages are added to a Notebook their colours...
2004-01-13  Roman RolinskywxGridBahSizer support
2004-01-13  Roman Rolinskyreplaced by CHANGES.txt
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-25  Roman Rolinskyadded subclass attribute
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-26  Robin Dunnwx namespace
2003-11-25  Robin DunnDon't put the introspected argstr in the docstring...
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-18  Roman RolinskyXMLID -> XRCID, Number -> GetCount, etc.
2003-11-18  Roman Rolinskyremoved second parameter from GetFirstChild calls
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...