92
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 4 days ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
generated code updates More... over 24 years ago
Added ability to use xml resource files. Still need to add ability to subclass wxXmlResourceHandler, etc... More... almost 25 years ago
Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user code can get access to the edit control when it is created, (to push on a custom event handler for example.) More... almost 25 years ago
some minor changes for the installer flags More... almost 25 years ago
Some distribution tweaks More... almost 25 years ago
Updated SWIG generated code for wxGTK version More... almost 25 years ago
Changed IDs used for the popup menu More... almost 25 years ago
changed version number A few final twaeks and fixes More... almost 25 years ago
Some more tweaks More... almost 25 years ago
Added sample to the demo for wxJoystick More... almost 25 years ago
generated code for wxGTK for all the changes made earlier today More... almost 25 years ago
wxDragImage fixes and cleanup More... almost 25 years ago
Added mixins subpackage to wxPython.lib More... almost 25 years ago
Added wave files to the distribution scripts More... almost 25 years ago
Cleanup up the demo a bit More... almost 25 years ago
Fixed OOR related problem in OGL More... almost 25 years ago
Implemented the first phase of OOR (Original Object Return). See the text in the demo for more details of what this means, but in a nutshell methods such as wxWindow.GetParent or FindWindowById will now return a shadow object of the proper type if it can. By "proper type" I mean that if the wxWindow pointer returned from FindWindowById really points to a wxButton then the Python object constructed will be of a wxButtonPtr class instead of wxWindowPtr as before. This should reduce or eliminiate the need for wxPyTypeCast. (Woo Hoo!) The objects returned are still not the original Python object, but that is the next step. (Although it will probably only work on Python 2.1 and beyond because it will use weak references.) More... almost 25 years ago
Fixed wxPoint.__cmp__ and a few others More... almost 25 years ago
Implemented the first phase of OOR (Original Object Return). See the text in the demo for more details of what this means, but in a nutshell methods such as wxWindow.GetParent or FindWindowById will now return a shadow object of the proper type if it can. By "proper type" I mean that if the wxWindow pointer returned from FindWindowById really points to a wxButton then the Python object constructed will be of a wxButtonPtr class instead of wxWindowPtr as before. This should reduce or eliminiate the need for wxPyTypeCast. (Woo Hoo!) The objects returned are still not the original Python object, but that is the next step. (Although it will probably only work on Python 2.1 and beyond because it will use weak references.) More... almost 25 years ago
No longer needs to create a wxApp object before making bitmaps More... almost 25 years ago
Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called. More... almost 25 years ago
Smoe more details for the setup and installer scripts More... almost 25 years ago
updated generated sources for wxMSW More... almost 25 years ago
Fixes for some changed stuff in wxHTML Fixed an annoying ocmpiler warning in the generated code Regenerated code for wxGTK More... almost 25 years ago
some updates for new methods, constants, etc. More... almost 25 years ago
MouseWheel stuff Added wxToggleButton other odds and ends More... almost 25 years ago
Got a new version of StructuredText from Zope's CVS. More... almost 25 years ago
Check if the timer is already running before starting it again More... almost 25 years ago
regenerated some more sources for gtk. More... almost 25 years ago
Some tweaks and cleanup. More... almost 25 years ago