0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
further fixes to Bitmap usage in samples and widget.py More... about 25 years ago
further fixes to Bitmap usage in samples and widget.py More... about 25 years ago
changes to support PyCrust 0.5.3 More... about 25 years ago
changes to support PyCrust 0.5.3 More... about 25 years ago
added 'border' attribute to TextField and its subclasses to support a 'none' wxNO_BORDER option. updated worldclock and test_widgets.py to show TextField with a border of 'none' used in place of StaticText More... about 25 years ago
added 'border' attribute to TextField and its subclasses to support a 'none' wxNO_BORDER option. updated worldclock and test_widgets.py to show TextField with a border of 'none' used in place of StaticText More... about 25 years ago
Added web site icon files More... about 25 years ago
Added web site icon files More... about 25 years ago
first shot at adding empty bitmap support. Image and ImageButton now use the Bitmap class rather than an explicit wxBitmap. This probably breaks some sample code. Right now, the convention is that if the file is '' then an empty bitmap is created. More... about 25 years ago
first shot at adding empty bitmap support. Image and ImageButton now use the Bitmap class rather than an explicit wxBitmap. This probably breaks some sample code. Right now, the convention is that if the file is '' then an empty bitmap is created. More... about 25 years ago
.rsrc.py shows off using empty bitmaps with the backgroundColor set to give the UI a different look More... about 25 years ago
.rsrc.py shows off using empty bitmaps with the backgroundColor set to give the UI a different look More... about 25 years ago
renamed the original .rsrc.py file More... about 25 years ago
renamed the original .rsrc.py file More... about 25 years ago
simplified _getAttributeNames in WidgetDict More... about 25 years ago
simplified _getAttributeNames in WidgetDict More... about 25 years ago
Moved class_diagram_1.pdf More... about 25 years ago
Moved class_diagram_1.pdf More... about 25 years ago
added toolTip button so toolTips can be tested on widgets More... about 25 years ago
added toolTip button so toolTips can be tested on widgets More... about 25 years ago
fixed Property Editor bugs that showed up when I used the hybrid wxPython release which shows assertion errors More... about 25 years ago
fixed Property Editor bugs that showed up when I used the hybrid wxPython release which shows assertion errors More... about 25 years ago
removed Open Stack from the Proof File menu More... about 25 years ago
removed Open Stack from the Proof File menu More... about 25 years ago
fixed Slider attributes, minor fixes in samples More... about 25 years ago
fixed Slider attributes, minor fixes in samples More... about 25 years ago
Trap magic attributes with initial caps when they should be lowercase. For example, button.Label used to work, now it raises an AttributeError. The proper attribute is button.label, not button.Label. More... about 25 years ago
Trap magic attributes with initial caps when they should be lowercase. For example, button.Label used to work, now it raises an AttributeError. The proper attribute is button.label, not button.Label. More... about 25 years ago
updated version number to 0.4, fixed helpText and toolTip More... about 25 years ago
updated version number to 0.4, fixed helpText and toolTip More... about 25 years ago