92
I Use This!
Moderate Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Mar 11, 2025 — Mar 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
yet more testing... More... about 25 years ago
more testing of cvs update messages... More... about 25 years ago
test commit... More... about 25 years ago
test cvs commit More... about 25 years ago
More cleanup. Regenerated wxGTK code. More... about 25 years ago
Added the wxClassInfo stuff back in to the modules that are standalone. This is needed so any classes defined in the module will get hooked up with their parents and assertions like "is wxWindow" will work. More... about 25 years ago
wxDefaultPosition and wxDefaultSize are marked read-only. More... about 25 years ago
More cleanup. Removed all wxPyDefaultXXX since they aren't needed any more. Regenerated wxGTK code from this morning's changes. More... about 25 years ago
test commit, no real change More... about 25 years ago
Some cleanup and a fix More... about 25 years ago
Massive code changes and cleanup to allow wxPython to be split into multiple extension modules again. A Python CObject is used to allow the "export" of SWIG and other common helper functions from the wxc module to other modules, even if they are in separate shared libraries. Should also be usable from 3rd party code, just include wxPython/src/export.h More... about 25 years ago
Updated distribution stuff More... over 25 years ago
*** empty log message *** More... over 25 years ago
a fix in the demo More... over 25 years ago
Fixed a bunch of leaking references in how the callbacks deal with objects. Should be MUCH better now. More... over 25 years ago
*** empty log message *** More... over 25 years ago
Fixed a bunch of leaking references in how the callbacks deal with objects. Should be MUCH better now. More... over 25 years ago
New typemaps for wxString when compiling for Python 2.0 and beyond that allow Unicode objects to be passed as well as String objects. If a Unicode object is passed PyString_AsStringAndSize is used to convert it to a wxString using the default encoding. More... over 25 years ago
some cleanup More... over 25 years ago
fixed a typo and uncommented some methods More... over 25 years ago
for testing... More... over 25 years ago
some little tweaks More... over 25 years ago
Added base_IsAcceptedKey which was fogotten somehow... More... over 25 years ago
*** empty log message *** More... over 25 years ago
Added demo of creating a custom Grid Editor More... over 25 years ago
updated SWIG generated stuff More... over 25 years ago
added /GX- to get around an internal compiler error in MSVC. I don't get the error anymore but apparently others still do. More... over 25 years ago
The sticky tag as a bit too sticky... This check-in should now update the right branch! More... over 25 years ago
Re-added a couple files that got left out of the merge somehow... More... over 25 years ago
Merged wxPython 2.2.2 over to the main branch More... over 25 years ago