92
I Use This!
Moderate Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 7 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added note about wx.TaskbarIcon More... about 22 years ago
cleanup More... about 22 years ago
added UpdateSize More... about 22 years ago
# 17/03/2004 - Joerg "Adi" Sieker [email protected] # o Added keyboard navigation to the control. # Use the cursor keys to navigate through the ages. :) # The Home key function as go to today # o select day is now a filled rect instead of just an outline More... about 22 years ago
reSWIGged More... about 22 years ago
reSWIGged More... about 22 years ago
Add GetMaxTotalWidth More... about 22 years ago
EVT_SPLITTER_DCLICK alias to match the docs More... about 22 years ago
Fixed OOR typo More... about 22 years ago
GetFirstChild does't need the cookie anymore More... about 22 years ago
Changed (again) how the GIL is aquired and the tstate restored. This time it's simpler, better, and handles the case where there is a wx calback/event while the GIL has been released by a non-wxPython extension module. More... about 22 years ago
fixed indentation More... about 22 years ago
fixes for unicode build, return values from event handlers (via updated attributes) More... about 22 years ago
Need to navigate to "about:blank" in order for the internal docuemnt to be created, which has to be done in order for LoadString to work, so do it at the start. More... about 22 years ago
Lindsay Mathieson's newest wxActiveX class has been wrapped into a new extension module called wx.activex. Lots of demo and lib updates to go along with it. More... about 22 years ago
use default window id More... about 22 years ago
Some dot-files need copied to the tarball More... about 22 years ago
Correct file format errors More... about 22 years ago
Got rid of the BIN dir More... about 22 years ago
demo tweaks More... about 22 years ago
More agressive cleanup. Now also removes temp items that are created by setup.py, not just by the rest of distutils. More... about 22 years ago
change default style to match More... about 22 years ago
__version__.py is now always generated from setup.py so there is no need to have it in src any more. More... about 22 years ago
Add GetPyData and SetPyData aliases More... about 22 years ago
Don't bind events to the return value of SetDefault, D'oh! More... about 22 years ago
Fiddling with the resize a bit More... about 22 years ago
write selection info to the log More... about 22 years ago
fixed typo More... about 22 years ago
Set focus back to the tree after loading the new sample pages More... about 22 years ago
Removed the text about the default window sizes More... about 22 years ago