92
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use wxBufferedDC in the doodle sample More... over 24 years ago
Better error message, flags --> style in wxHtmlWindow, etc. More... over 24 years ago
Fixed GetShapeList and similar methods to use OOR. More... over 24 years ago
SWIGged updates for wxGTK More... over 24 years ago
Refresh of PyCrust More... over 24 years ago
Changes to match cvs update More... over 24 years ago
A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instance object with a class that raises an exception whenever a method call is attempted. More... over 24 years ago
A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instanc object with a class that raises an exception whenever a method call is attempted. More... over 24 years ago
New PyCrust from Patrick O'Brien More... over 24 years ago
Forgot to set OOR info on wxSplashScreen More... over 24 years ago
Some little additions to how wxBufferedDC is wrapped. SHow how to use the wxBufferedDC in the demo. Other demo tweaks More... over 24 years ago
SWIGged updates for wxGTK More... over 24 years ago
Updates to match recent CVS changes. Plugged some resource count leaks. More... over 24 years ago
Added missing files More... over 24 years ago
more tweaks for API changes More... over 24 years ago
A few little cleanups, etc. More... over 24 years ago
Added a few new flags, etc. More... over 24 years ago
Added wxFileHistory demo More... over 24 years ago
SWIGged updates for wxMac More... over 24 years ago
Demo update More... over 24 years ago
Updates for wxListCtrlAutoWidthMixin needed for wxGTK More... over 24 years ago
SWIGged updates for wxGTK More... over 24 years ago
Move font and encoding related classes to a new module. Added wxLocale and wxEncodingConverter. More... over 24 years ago
Fixed a few little bugs in how some methods are wrapped More... over 24 years ago
Added wxIconBundle and wxTopLevelWindow.SetIcons. More... over 24 years ago
Added wxListCtrlAutoWidthMixin from Erik Westra. More... over 24 years ago
A saner implementation for the new wxToolBar methods that keeps backwards compatilibilty (including keyword args names for wxPython) and still exposes the new stuff. More... over 24 years ago
Some cleanup More... over 24 years ago
Trying wxTE_PROCESS_ENTER and EVT_TEXT_ENTER on a combobox, doesn't work yet. More... over 24 years ago
Give access to m_lastKeydownConsumed More... over 24 years ago