92
I Use This!
Moderate Activity

Commits : Listings

Analyzed 10 days ago. based on code collected 11 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added python support for a virtual CanDismiss method More... about 24 years ago
Added a Python-specific Append method to the wxListCtrl More... about 24 years ago
rearrainging a few things More... about 24 years ago
A new version of XRCed from Roman Rolinsky with a few tweaks by me. More... about 24 years ago
fixed typo More... about 24 years ago
Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is based on code from Niki Spahiev and lets you specify a row and column for each item, as well as optional column or row spanning. Cells with not item assigned to it are just left blank. Stretchable rows or columns are specified and work the same as in wxFlexGridSizer. More... about 24 years ago
Moved declaratrions of wxPyInputStream and etc. into it's own header file. More... about 24 years ago
Moved declaratrions of wxPyInputStream and etc. into it's own header file. More... about 24 years ago
Moved declaratrions of wxPyInputStream and etc. into it's own header file. More... about 24 years ago
Changed the img2py tool to use PNG instead of XPM for embedding image data in Python source code, and the generated code now uses streams to convert the image data to wxImage, wxBitmap, or wxIcon. More... about 24 years ago
more wxMac specific updates More... about 24 years ago
SIGged updates for wxMac More... about 24 years ago
SWIGged updates for wxGTK More... about 24 years ago
Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object. More... about 24 years ago
Finished wrapping and providing typemaps for wxInputStream and also added the stream ctor and other methods for wxImage so images can now be loaded from any Python "file-like" object. More... about 24 years ago
Updated PyCrust from Patrick O'Brien More... about 24 years ago
Better wrapper for wxListCtrl.GetColumn, and some other cleanup More... about 24 years ago
Better doc More... about 24 years ago
A few tweaks and some cleanup for the wxPython demo More... about 24 years ago
As per the wx-dev discussion in early Jan, replaced wxWindow::m_parentSizer with m_containingSizer which is used to track which sizer this window is a member of. Windows will now remove themselves from a sizer when destroyed. Also added accessors so window classes can find out if they are in a sizer and do things like reset their min size, etc. More... about 24 years ago
SWIGged updates for wxGTK for recent changes A few other little cleanups More... about 24 years ago
A little different fix for how to delay the call to __wxCleanup More... about 24 years ago
A fix for incorrect wrapping of wxPallet.GetRGB More... about 24 years ago
A fix for Python 2.2 which can sometimes call __wxCleanup before all the other wxPython objects have been deleted. More... about 24 years ago
New PyCrust source from Patrick's CVS More... about 24 years ago
The calltip window and autocomplete window in wxSTC will now use a wxPopupWindow if available so they can extend beyond the client area of the STC if needed. More... about 24 years ago
Added notes for what to do if VC has an internal compiler error. More... about 24 years ago
Check for existing colour names when adding to wxTheColourDatabase More... about 24 years ago
added sample (currently commented out) of how to veto column size events More... about 24 years ago
Moved utils.i back into the core since it imports it anyway. More... about 24 years ago