openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
wxPython
Settings
|
Report Duplicate
92
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
4 days
ago.
Mar 19, 2025 — Mar 19, 2026
Showing page 377 of 381
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
generated code updates
Robin Dunn
More...
over 24 years ago
Added ability to use xml resource files. Still need to add ability to subclass wxXmlResourceHandler, etc...
Robin Dunn
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.)
Robin Dunn
More...
almost 25 years ago
some minor changes for the installer flags
Robin Dunn
More...
almost 25 years ago
Some distribution tweaks
Robin Dunn
More...
almost 25 years ago
Updated SWIG generated code for wxGTK version
Robin Dunn
More...
almost 25 years ago
Changed IDs used for the popup menu
Robin Dunn
More...
almost 25 years ago
changed version number A few final twaeks and fixes
Robin Dunn
More...
almost 25 years ago
Some more tweaks
Robin Dunn
More...
almost 25 years ago
Added sample to the demo for wxJoystick
Robin Dunn
More...
almost 25 years ago
generated code for wxGTK for all the changes made earlier today
Robin Dunn
More...
almost 25 years ago
wxDragImage fixes and cleanup
Robin Dunn
More...
almost 25 years ago
Added mixins subpackage to wxPython.lib
Robin Dunn
More...
almost 25 years ago
Added wave files to the distribution scripts
Robin Dunn
More...
almost 25 years ago
Cleanup up the demo a bit
Robin Dunn
More...
almost 25 years ago
Fixed OOR related problem in OGL
Robin Dunn
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.)
Robin Dunn
More...
almost 25 years ago
Fixed wxPoint.__cmp__ and a few others
Robin Dunn
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.)
Robin Dunn
More...
almost 25 years ago
No longer needs to create a wxApp object before making bitmaps
Robin Dunn
More...
almost 25 years ago
Fixed bug that prevented wxTreeCtrl.OnCompareItems from being called.
Robin Dunn
More...
almost 25 years ago
Smoe more details for the setup and installer scripts
Robin Dunn
More...
almost 25 years ago
updated generated sources for wxMSW
Robin Dunn
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
Robin Dunn
More...
almost 25 years ago
some updates for new methods, constants, etc.
Robin Dunn
More...
almost 25 years ago
MouseWheel stuff Added wxToggleButton other odds and ends
Robin Dunn
More...
almost 25 years ago
Got a new version of StructuredText from Zope's CVS.
Robin Dunn
More...
almost 25 years ago
Check if the timer is already running before starting it again
Robin Dunn
More...
almost 25 years ago
regenerated some more sources for gtk.
Robin Dunn
More...
almost 25 years ago
Some tweaks and cleanup.
Robin Dunn
More...
almost 25 years ago
←
1
2
…
373
374
375
376
377
378
379
380
381
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree