0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 12 hours ago.
Aug 12, 2025 — Aug 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed import *, standardized use of from log import Log More... almost 25 years ago
removed import *, standardized use of from log import Log More... almost 25 years ago
removed import * More... almost 25 years ago
removed import * More... almost 25 years ago
cleaning up import * statements More... almost 25 years ago
cleaning up import * statements More... almost 25 years ago
loader to config change More... almost 25 years ago
loader to config change More... almost 25 years ago
added import log to take care of namespace issue More... almost 25 years ago
added import log to take care of namespace issue More... almost 25 years ago
removed loader.py, moved config code to config.py changed all samples to use from PythonCardPrototype.config import configOptions instead of from PythonCardPrototype.loader import configOptions More... almost 25 years ago
removed loader.py, moved config code to config.py changed all samples to use from PythonCardPrototype.config import configOptions instead of from PythonCardPrototype.loader import configOptions More... almost 25 years ago
removed uniqueid.py, all references changed from: uniqueid.UniqueIdFactory().createUniqueId() to NewId() which is the wxPython routine that createUniqueId() was using More... almost 25 years ago
removed uniqueid.py, all references changed from: uniqueid.UniqueIdFactory().createUniqueId() to NewId() which is the wxPython routine that createUniqueId() was using More... almost 25 years ago
removed monitor.py and navigation.py changed getCurrentBackground to refer to always refer to the first background in the list and removed all references to _iterator More... almost 25 years ago
removed monitor.py and navigation.py changed getCurrentBackground to refer to always refer to the first background in the list and removed all references to _iterator More... almost 25 years ago
changed the message watcher list size to the default point size except on Windows where it is still hard-coded to 9 point More... almost 25 years ago
changed the message watcher list size to the default point size except on Windows where it is still hard-coded to 9 point More... almost 25 years ago
default font size changed to self._size = wxNORMAL_FONT.GetPointSize() More... almost 25 years ago
default font size changed to self._size = wxNORMAL_FONT.GetPointSize() More... almost 25 years ago
changed wxMiniFrame to wxFrame on all debug windows More... almost 25 years ago
changed wxMiniFrame to wxFrame on all debug windows More... almost 25 years ago
went back to StaticText widgets since GTK doesn't do a wxTextCtrl with no border More... almost 25 years ago
went back to StaticText widgets since GTK doesn't do a wxTextCtrl with no border More... almost 25 years ago
Moved login to a modal dialog More... almost 25 years ago
Moved login to a modal dialog More... almost 25 years ago
updated changelog for 0.4.6 release More... almost 25 years ago
updated changelog for 0.4.6 release More... almost 25 years ago
added FindDialog find.rsrc.py and updated the readme.txt More... almost 25 years ago
added FindDialog find.rsrc.py and updated the readme.txt More... almost 25 years ago