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
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 19, 2025 — Aug 19, 2026
Showing page 164 of 180
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use wxBufferedDC in the doodle sample
Robin Dunn
More...
over 24 years ago
Better error message, flags --> style in wxHtmlWindow, etc.
Robin Dunn
More...
over 24 years ago
Fixed GetShapeList and similar methods to use OOR.
Robin Dunn
More...
over 24 years ago
SWIGged updates for wxGTK
Robin Dunn
More...
over 24 years ago
Refresh of PyCrust
Robin Dunn
More...
over 24 years ago
Changes to match cvs update
Robin Dunn
More...
over 24 years ago
A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instance object with a class that raises an exception whenever a method call is attempted.
Robin Dunn
More...
over 24 years ago
A little black magic... When the C++ object (for a window or whatever) is deleted there is no way to force the Python shadow object to also be destroyed and clean up all references to it. This leads to crashes if the shadow object tries to call a method with the old C++ pointer... The black magic I've done is to replace the __class__ in the Python instanc object with a class that raises an exception whenever a method call is attempted.
Robin Dunn
More...
over 24 years ago
New PyCrust from Patrick O'Brien
Robin Dunn
More...
over 24 years ago
Forgot to set OOR info on wxSplashScreen
Robin Dunn
More...
over 24 years ago
Some little additions to how wxBufferedDC is wrapped. SHow how to use the wxBufferedDC in the demo. Other demo tweaks
Robin Dunn
More...
over 24 years ago
SWIGged updates for wxGTK
Robin Dunn
More...
over 24 years ago
Updates to match recent CVS changes. Plugged some resource count leaks.
Robin Dunn
More...
over 24 years ago
Added missing files
Robin Dunn
More...
over 24 years ago
more tweaks for API changes
Robin Dunn
More...
over 24 years ago
A few little cleanups, etc.
Robin Dunn
More...
over 24 years ago
Added a few new flags, etc.
Robin Dunn
More...
over 24 years ago
Added wxFileHistory demo
Robin Dunn
More...
over 24 years ago
SWIGged updates for wxMac
Robin Dunn
More...
over 24 years ago
Demo update
Robin Dunn
More...
over 24 years ago
Updates for wxListCtrlAutoWidthMixin needed for wxGTK
Robin Dunn
More...
over 24 years ago
SWIGged updates for wxGTK
Robin Dunn
More...
over 24 years ago
Move font and encoding related classes to a new module. Added wxLocale and wxEncodingConverter.
Robin Dunn
More...
over 24 years ago
Fixed a few little bugs in how some methods are wrapped
Robin Dunn
More...
over 24 years ago
Added wxIconBundle and wxTopLevelWindow.SetIcons.
Robin Dunn
More...
over 24 years ago
Added wxListCtrlAutoWidthMixin from Erik Westra.
Robin Dunn
More...
over 24 years ago
A saner implementation for the new wxToolBar methods that keeps backwards compatilibilty (including keyword args names for wxPython) and still exposes the new stuff.
Robin Dunn
More...
over 24 years ago
Some cleanup
Robin Dunn
More...
over 24 years ago
Trying wxTE_PROCESS_ENTER and EVT_TEXT_ENTER on a combobox, doesn't work yet.
Robin Dunn
More...
over 24 years ago
Give access to m_lastKeydownConsumed
Robin Dunn
More...
over 24 years ago
←
1
2
…
160
161
162
163
164
165
166
167
168
…
179
180
→
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