2004-08-25 |
Robin Dunn | Use the right class name for caling __init__ |
tree | commitdiff |
2004-08-25 |
Robin Dunn | Various tweaks and fixes from Kevin A. |
tree | commitdiff |
2004-08-18 |
Robin Dunn | Don't call wx.ThePenList |
tree | commitdiff |
2004-08-11 |
Robin Dunn | layout tweak |
tree | commitdiff |
2004-08-10 |
Robin Dunn | tweak border size |
tree | commitdiff |
2004-08-10 |
Robin Dunn | updated to wx namespace by Peter Damoc |
tree | commitdiff |
2004-08-09 |
Robin Dunn | workaround for wxMac weirdness |
tree | commitdiff |
2004-08-04 |
Robin Dunn | SetSizeHints --> SetMinSize or SetBestFittingSize,... |
tree | commitdiff |
2004-07-22 |
Robin Dunn | Just to be sure... |
tree | commitdiff |
2004-07-22 |
Robin Dunn | Patches from Will Sadkin: |
tree | commitdiff |
2004-07-21 |
Robin Dunn | Updates from Chris |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Blind fix to avoid a PyDeadObject error |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Allow style to be specified for ScrolledMessageDialog |
tree | commitdiff |
2004-07-16 |
Robin Dunn | fixed syntax error |
tree | commitdiff |
2004-07-16 |
Robin Dunn | Skip, Skip, Skip |
tree | commitdiff |
2004-06-29 |
Robin Dunn | Refresh after changing the bitmap |
tree | commitdiff |
2004-06-28 |
Robin Dunn | Use top-level parent for the dialog parent |
tree | commitdiff |
2004-06-28 |
Robin Dunn | override GetLabe/SetLabel as on wxMac it will draw... |
tree | commitdiff |
2004-06-21 |
Robin Dunn | Fix for drag object bug |
tree | commitdiff |
2004-06-19 |
Robin Dunn | Patch from Will Sadkin: |
tree | commitdiff |
2004-06-18 |
Robin Dunn | Patch from Pierre Hjälm. |
tree | commitdiff |
2004-06-17 |
Robin Dunn | Set the client size as calculated, but use the full... |
tree | commitdiff |
2004-06-17 |
Robin Dunn | docstrign tweaks |
tree | commitdiff |
2004-06-16 |
Robin Dunn | reordered base classes |
tree | commitdiff |
2004-06-08 |
Robin Dunn | The new OGL doesn't have to be compatible with the... |
tree | commitdiff |
2004-06-08 |
Robin Dunn | Can't call ShiftDown when it is a CommandEvent |
tree | commitdiff |
2004-06-08 |
Robin Dunn | pi --> math.pi |
tree | commitdiff |
2004-06-08 |
Robin Dunn | remove the Yield's |
tree | commitdiff |
2004-06-05 |
Robin Dunn | Don't draw if the panel is too small |
tree | commitdiff |
2004-06-04 |
Robin Dunn | Added a new version (0.8.3) of FloatCanvas from Chris... |
tree | commitdiff |
2004-06-04 |
Robin Dunn | Removed the deprecated ErrorDialogs and PythonBitmaps... |
tree | commitdiff |
2004-06-04 |
Robin Dunn | Since everything in the submodules is to appear in... |
tree | commitdiff |
2004-06-04 |
Robin Dunn | namespace fixes |
tree | commitdiff |
2004-06-02 |
Robin Dunn | Added $Id keyword, a bit of cleanup and also some backwards |
tree | commitdiff |
2004-06-02 |
Robin Dunn | comment fix |
tree | commitdiff |
2004-06-01 |
Robin Dunn | Use new DrawPoint signature |
tree | commitdiff |
2004-05-28 |
Robin Dunn | Don't scroll too far if the child getting the focus... |
tree | commitdiff |
2004-05-26 |
Robin Dunn | fixed a typo |
tree | commitdiff |
2004-05-26 |
Robin Dunn | Added a Python port of the OGL library, deprecated... |
tree | commitdiff |
2004-05-22 |
Robin Dunn | Fixed some colours |
tree | commitdiff |
2004-05-22 |
Robin Dunn | Fix printing? |
tree | commitdiff |
2004-05-17 |
Robin Dunn | Replaced wx/lib/pubsub.py with a version that uses... |
tree | commitdiff |
2004-05-14 |
Robin Dunn | Added a generic StaticBitmap class in wx.lib.statbmp... |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Added wx.lib.mixins.listctrl.TextEditMixin, a mixin... |
tree | commitdiff |
2004-05-02 |
Robin Dunn | Reverted to old method names/signatures for wx.DC,... |
tree | commitdiff |
2004-04-30 |
Robin Dunn | Docstring updates and tweaks for epydoc |
tree | commitdiff |
2004-04-26 |
Robin Dunn | Patches from KevinO that work around issues where the... |
tree | commitdiff |
2004-04-25 |
Robin Dunn | wx.StaticBox and siblings creation order, and other... |
tree | commitdiff |
2004-04-25 |
Robin Dunn | Use the right classname |
tree | commitdiff |
2004-04-22 |
Robin Dunn | A way to make the DC classes in wxPython look like... |
tree | commitdiff |
2004-04-22 |
Robin Dunn | bugfix |
tree | commitdiff |
2004-04-21 |
Robin Dunn | MaskedEditControl bugfix pach from Will Sadkin |
tree | commitdiff |
2004-04-19 |
Robin Dunn | Added new MaskedEditControl code from Will Sadkin.... |
tree | commitdiff |
2004-04-15 |
Robin Dunn | MacSetTheme |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
tree | commitdiff |
2004-04-07 |
Robin Dunn | Various layout tweaks, wx.FIXED_SIZE added, etc. |
tree | commitdiff |
2004-03-26 |
Robin Dunn | A clarification |
tree | commitdiff |
2004-03-25 |
Robin Dunn | # 17/03/2004 - Joerg "Adi" Sieker adi@sieker.info |
tree | commitdiff |
2004-03-23 |
Robin Dunn | Lindsay Mathieson's newest wxActiveX class has been... |
tree | commitdiff |
2004-03-15 |
Robin Dunn | Don't bind events to the return value of SetDefault... |
tree | commitdiff |
2004-03-15 |
Robin Dunn | Give BitmapButton its own demo, get rid of ErrorDialogs |
tree | commitdiff |
2004-03-05 |
Robin Dunn | MaskedEditCtrl updates from Will Sadkin |
tree | commitdiff |
2004-03-05 |
Robin Dunn | Remove #! |
tree | commitdiff |
2004-03-03 |
Robin Dunn | Fixed some wx prefix issues, changed the self test... |
tree | commitdiff |
2004-02-27 |
Robin Dunn | Updated wx.lib.calendar with many fixes and enhancement... |
tree | commitdiff |
2004-02-26 |
Robin Dunn | Don't use AA fonts to avoide measurment problem on... |
tree | commitdiff |
2004-02-21 |
Robin Dunn | Updated the AnalogClockWindow with many enhancements... |
tree | commitdiff |
2004-02-21 |
Robin Dunn | Big fixes. Can now use colour names, and exports the... |
tree | commitdiff |
2004-01-26 |
Robin Dunn | Use correct name for event type |
tree | commitdiff |
2004-01-23 |
Robin Dunn | ensure that SetDimensions params are ints |
tree | commitdiff |
2004-01-22 |
Robin Dunn | Add some missing wx. prefixes |
tree | commitdiff |
2004-01-20 |
Robin Dunn | Use new SystemSettings names |
tree | commitdiff |
2004-01-15 |
Robin Dunn | prevent checking for empty string |
tree | commitdiff |
2004-01-13 |
Robin Dunn | Use "import wx". wxPython.wx now has backwards compati... |
tree | commitdiff |
2004-01-13 |
Robin Dunn | Fixed the docstring, default module is now wx, not... |
tree | commitdiff |
2004-01-13 |
Robin Dunn | new DC API fix |
tree | commitdiff |
2004-01-08 |
Robin Dunn | Set the DC font before drawing the label |
tree | commitdiff |
2004-01-05 |
Robin Dunn | Ensure that the dirdialog is destroyed after use |
tree | commitdiff |
2004-01-02 |
Robin Dunn | wxBell --> wx.Bell |
tree | commitdiff |
2003-12-30 |
Robin Dunn | a bit of tweaking |
tree | commitdiff |
2003-12-30 |
Robin Dunn | Force integer values for positions and sizes |
tree | commitdiff |
2003-12-22 |
Robin Dunn | More lib and demo patches to drop the wx prefix (Jeff... |
tree | commitdiff |
2003-12-20 |
Robin Dunn | More lib and demo changes for dropping the wx prefix... |
tree | commitdiff |
2003-12-20 |
Robin Dunn | Fixed indetation error |
tree | commitdiff |
2003-12-18 |
Robin Dunn | Tweaking names (Thanks Jeff!) |
tree | commitdiff |
2003-12-17 |
Robin Dunn | Added PyPlot |
tree | commitdiff |
2003-12-17 |
Robin Dunn | Lots of wx namespace updates for the wx.lib package... |
tree | commitdiff |
2003-12-09 |
Robin Dunn | newevent module now returns a PyEventBinder instead... |
tree | commitdiff |
2003-11-28 |
Robin Dunn | Expose SetClippingRegion(point, size) |
tree | commitdiff |
2003-11-22 |
Robin Dunn | Lots of little bug fixes, API updates, etc. |
tree | commitdiff |
2003-11-22 |
Robin Dunn | Forgot to remove the debug prints |
tree | commitdiff |
2003-11-22 |
Robin Dunn | Fix problems with the wxHtmpTagHandler wrappers and... |
tree | commitdiff |
2003-11-21 |
Robin Dunn | Lots of bup fixes, API updates, etc |
tree | commitdiff |
2003-11-12 |
Robin Dunn | Merged the wxPy_newswig branch into the HEAD branch... |
tree | commitdiff |
2003-10-02 |
Robin Dunn | A huge glob of changes in the 2.4 branch merged over... |
tree | commitdiff |
2003-07-02 |
Robin Dunn | wxPython Merge #2 of 2.4 branch --> HEAD (branch tag... |
tree | commitdiff |
|