92
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 20 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put the panel-under-htmlwindow hack back in since the problem still happens. More... over 24 years ago
Updates for building wxSWIG on Linux More... over 24 years ago
Added execut bit for configure More... over 24 years ago
Since I have made several changes to SWIG over the years to accomodate special cases and other things in wxPython, and since I plan on making several more, I've decided to put the SWIG sources in wxPython's CVS instead of relying on maintaining patches. This effectivly becomes a fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still doesn't have some things I rely on in 1.1, not to mention that my custom patches would all have to be redone, I felt that this is the easier road to take. More... over 24 years ago
Various minor updates More... over 24 years ago
A couple demo tweaks More... over 24 years ago
Changes to match CVS updates over the weekend. More... over 24 years ago
Added wxImage.GetDataBuffer which returns an in-place edit buffer of the image data. (Patch #546009) More... over 24 years ago
SWIGed changes for wxGTK More... over 24 years ago
Demo updates More... over 24 years ago
Typo fix More... over 24 years ago
Reorganized the tree in the wxPython demo, hooked the MDI demos into the main demo. More... over 24 years ago
wxDF_HTML and FloodFill interface updates More... over 24 years ago
Some wxGrid related classes now support OOR. More... over 24 years ago
Don't do the wx cleanup if wxPython didn't do the initialization. More... over 24 years ago
Moved the cleanup code to an EVT_WINDOW_DESTROY handler. More... over 24 years ago
Added some methods to be consistent with wxWindow More... over 24 years ago
A few tweaks and cleanups More... over 24 years ago
Removed package from imports since the modules are in the same package. More... over 24 years ago
Use the OOR typemap for wxTreeCtrls too. More... over 24 years ago
typo fixes More... over 24 years ago
A new listctrl mixin class More... over 24 years ago
Use the OOR typemap for wxTreeCtrls too. More... over 24 years ago
Some updates for 2.3.3 More... over 24 years ago
SWIGged updates for wxMAC More... over 24 years ago
SWIGged updates for wxGTK More... over 24 years ago
Already had wxEVT_MOUSE_CAPTURE_CHANGED, don't need it twice More... over 24 years ago
Added wxMouseCaptureChangedEvent. Added some missing Capture related methods. More... over 24 years ago
Typos fixed More... over 24 years ago
Fix for Python 2.2 defining NDEBUG and conflicting with __WXDEBUG__ More... over 24 years ago