92
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
swigged updates for wxGTK More... almost 24 years ago
Switch to using a wxBufferedPaintDC, also draw/erase the focus indicator differently to workaround double focus event problem. More... almost 24 years ago
Put the panel-under-htmlwindow hack back in since the problem still happens. More... almost 24 years ago
Updates for building wxSWIG on Linux More... almost 24 years ago
Added execut bit for configure More... almost 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... almost 24 years ago
Various minor updates More... almost 24 years ago
A couple demo tweaks More... almost 24 years ago
Changes to match CVS updates over the weekend. More... almost 24 years ago
Added wxImage.GetDataBuffer which returns an in-place edit buffer of the image data. (Patch #546009) More... almost 24 years ago
SWIGed changes for wxGTK More... almost 24 years ago
Demo updates More... almost 24 years ago
Typo fix More... almost 24 years ago
Reorganized the tree in the wxPython demo, hooked the MDI demos into the main demo. More... almost 24 years ago
wxDF_HTML and FloodFill interface updates More... almost 24 years ago
Some wxGrid related classes now support OOR. More... almost 24 years ago
Don't do the wx cleanup if wxPython didn't do the initialization. More... almost 24 years ago
Moved the cleanup code to an EVT_WINDOW_DESTROY handler. More... almost 24 years ago
Added some methods to be consistent with wxWindow More... almost 24 years ago
A few tweaks and cleanups More... almost 24 years ago
Removed package from imports since the modules are in the same package. More... almost 24 years ago
Use the OOR typemap for wxTreeCtrls too. More... almost 24 years ago
typo fixes More... almost 24 years ago
A new listctrl mixin class More... almost 24 years ago
Use the OOR typemap for wxTreeCtrls too. More... almost 24 years ago
Some updates for 2.3.3 More... almost 24 years ago
SWIGged updates for wxMAC More... almost 24 years ago
SWIGged updates for wxGTK More... almost 24 years ago
Already had wxEVT_MOUSE_CAPTURE_CHANGED, don't need it twice More... almost 24 years ago
Added wxMouseCaptureChangedEvent. Added some missing Capture related methods. More... almost 24 years ago