]> git.saurik.com Git - wxWidgets.git/history - wxPython/wx
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / wxPython / wx /
2004-10-30  Robin DunnEnsure the first EVT_SIZE has happened before the first...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-22  Robin DunnA small fix for attachment popints and comments, from...
2004-10-19  Robin DunnMore PyPlot updates from Gordon Williams:
2004-10-15  Robin DunnShow PlatformInfo in the About box too.
2004-10-15  Robin DunnApplied patch from Pim Van Heuven that modifies 4 files:
2004-10-15  Robin DunnwxRect --> wx.Rect
2004-10-13  Robin Dunnline segment fixes
2004-10-13  Robin Dunndc.DrawLines fixed [1046055]
2004-10-11  Robin DunnMaskedEdit updates from Will Sadkin:
2004-10-11  Roman RolinskyApplied changes by Bartlomiej Gorny for recent files...
2004-10-10  Roman Rolinskyfixed spacer image
2004-10-10  Roman RolinskyFixed spacer image
2004-10-07  Robin DunnPatch from Gordon Williams:
2004-10-07  Robin DunnFloatCanvas patch from Chris Barker.
2004-10-06  Robin DunnA Python version of wxrc
2004-10-01  Robin DunnFixed typo, patch from Will
2004-09-30  Robin DunnCorrect call to shape.Show()
2004-09-24  Robin DunnAdded missing setters
2004-09-23  Robin Dunnwx.NO_BORDER style sets the bezel width to 0
2004-09-23  Robin DunnFixes for bug #1031151 and #1031239
2004-09-18  Robin DunnUse line.Draw(dc) instead of line.GetEventHandler(...
2004-09-18  Robin DunnPoint x,y fixes from Pierre
2004-09-17  Robin DunnCorrect indentation and Snap calls
2004-09-17  Robin DunnAppend --> append
2004-09-10  Robin DunnFix for ogl.FORMAT_SIZE_TO_CONTENTS
2004-09-09  Robin Dunnfixed case typo
2004-09-08  Robin DunnFixed wrong append() name
2004-09-01  Robin DunnAdded wx.lib.ticker.Ticker class from Chris Mellon.
2004-09-01  Robin DunnUpdated generic window styles
2004-09-01  Robin DunnAdded 3-state checkbox and toggle button support
2004-08-31  Robin DunnAdding DrawnShape (patch from Pierre Hjälm)
2004-08-25  Robin Dunndon't show the message dialog on import unless there...
2004-08-25  Robin DunnUse default heights on the buttons
2004-08-25  Robin Dunntypo fix
2004-08-25  Robin DunnwxListCtrl --> wx.ListCtrl
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-25  Robin DunnHide page2 until it is needed
2004-08-24  Robin DunnPut back the caching of property panels (as there is...
2004-08-24  Robin DunnDon't cache property and style panels as wxMac can...
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-14  Robin Dunnclip notebook children to help reduce flicker
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-06-01  Robin DunnDon't use deprecated wx.MaskColour
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-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...
next