92
I Use This!
Moderate Activity

Commits : Listings

Analyzed 8 days ago. based on code collected 9 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed upload location, test sending an email when successfully finished More... almost 22 years ago
XRC style names use the C++ style names More... almost 22 years ago
don't fail if the cleanup fails More... almost 22 years ago
trim the whitespace from the daily build version text More... almost 22 years ago
make sure the dist dir is created More... almost 22 years ago
regened with new version More... almost 22 years ago
reSWIGged More... almost 22 years ago
layout tweak (it should use a sizer though) More... almost 22 years ago
reordered base classes More... almost 22 years ago
added button testcase with larger font set after creation. More... almost 22 years ago
Version number update More... almost 22 years ago
Added Navigate, SetMinSize, SetMaxSize wxWindow methods More... almost 22 years ago
Add placeholder for wxParseWildcard More... almost 22 years ago
Just a singel constructor for wxTextAttr More... almost 22 years ago
Oops, that space crept back in. More... almost 22 years ago
Check exit codes properly More... almost 22 years ago
increased bit-depth More... almost 22 years ago
regenerated with fix for wxPNGHandler::SaveFile More... almost 22 years ago
layout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox More... almost 22 years ago
reSWIGged More... almost 22 years ago
test full row highlight More... almost 22 years ago
m_img* need initialized too otherwise we can end up with rows that are a million pixels high! More... almost 22 years ago
clip notebook children to help reduce flicker More... almost 22 years ago
Add a set of scripts that can be used to build and upload the distributable binaries for all platforms all from a single command-line on a single machine. Will probably also be used for a daily build cron job. More... almost 22 years ago
increment version number More... almost 22 years ago
If wxWidgets was build without wxDisplay then in Python it will raise a NotImplementedError More... almost 22 years ago
Added new event binders More... almost 22 years ago
ProgressDialog docstrign tweak More... almost 22 years ago
Various layout fixes and such More... almost 22 years ago
removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString More... almost 22 years ago