92
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... over 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... over 24 years ago
Updated PyCrust from Patrick O'Brien More... over 24 years ago
Better wrapper for wxListCtrl.GetColumn, and some other cleanup More... over 24 years ago
Better doc More... over 24 years ago
A few tweaks and some cleanup for the wxPython demo More... over 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... over 24 years ago
SWIGged updates for wxGTK for recent changes A few other little cleanups More... over 24 years ago
A little different fix for how to delay the call to __wxCleanup More... over 24 years ago
A fix for incorrect wrapping of wxPallet.GetRGB More... over 24 years ago
A fix for Python 2.2 which can sometimes call __wxCleanup before all the other wxPython objects have been deleted. More... over 24 years ago
New PyCrust source from Patrick's CVS More... over 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... over 24 years ago
Added notes for what to do if VC has an internal compiler error. More... over 24 years ago
Check for existing colour names when adding to wxTheColourDatabase More... over 24 years ago
added sample (currently commented out) of how to veto column size events More... over 24 years ago
Moved utils.i back into the core since it imports it anyway. More... over 24 years ago
Updated the build docs a bit, added wxMetafileDataObject, and some cleanup and fixes here and there. More... over 24 years ago
wxXmlInitXmlModule no longer needed More... over 24 years ago
A little cleanup for this demo More... over 24 years ago
wxPyEmptyStr --> wxEmptyString More... over 24 years ago
wxPyEmptyStr --> wxEmptyString More... over 24 years ago
Updated contrib from Lorne White More... over 24 years ago
better log messages for this demo More... over 24 years ago
Fix for bug #511057 More... over 24 years ago
fixed compile bug for when threads are turned off More... over 24 years ago
SWIG update for wxMac More... over 24 years ago
make sure some types convert right in XRCed More... over 24 years ago
SWIG updates for wxGTK More... over 24 years ago
Use the new icon for the frame More... over 24 years ago