0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added About PythonCard menu item More... over 22 years ago
moved About PythonCard dialog from debug.py to about.py module added About PythonCard menu items to codeEditor and resourceEditor More... over 22 years ago
fixed max property More... over 22 years ago
removed __getattr__ and __setattr__ and switched to property() moved registry and sys imports down to bottom of component modules minor component cruft removal More... over 22 years ago
Added revision keywords and comments from last revision that were blown away. More... over 22 years ago
Updated with original cde from : http://www.garyrobinson.net/singletonmixin.py More... over 22 years ago
Fixed bug in call to glob.glob (glob.gloeb?) More... over 22 years ago
Changed registry.Registry to a Singleton, now accessed by getInstance() in all components. More... over 22 years ago
removed Ptr classes from isinstance checks removed getObjects and getObjects25 cruft from Scriptable More... over 22 years ago
cleaned up remaining references to res, switched to rsrc where it might cause confusion even if using resource was legal in local context removed res imports that were no longer in use More... over 22 years ago
removed old addresses052 sample More... over 22 years ago
Changed res.py to resource.py. Fixed all broken imports. Fixed all module/class references. Fixed local variable name collisions. More... over 22 years ago
replaced __getattr__ and __setattr__ with property() More... over 22 years ago
Removed references to debug.PYCRUST_FOUND - PyCrust is assumed to be present now. More... over 22 years ago
Removed conditional compilation of imports/classes wrt PyCrust. PyCrust is assumed to be present now. Cleaned up cruft. Killed off MyMiniFrame. More... over 22 years ago
updated logic to workaround different style flag on Mac More... over 22 years ago
made StatusBar a direct subclass of wx.StatusBar added createStatusBar method for overriding default StatusBar More... over 22 years ago
Cleaned up cruft (old cruft, and new cruft from change to remove PythonCardObject). More... over 22 years ago
Fixed lines of code filtering out idle events that i inadvertently commented out. More... over 22 years ago
Cleaned up cruft. More... over 22 years ago
Cleaned up cruft. More... over 22 years ago
Refactored dispatch.DispatchEvent => dispatch.EventAdapter. Cleaned up cruft. More... over 22 years ago
fixed missing Mac style More... over 22 years ago
removed extra initialize method More... over 22 years ago
commented out print line More... over 22 years ago
added missing on_size call to initialize for new event order More... over 22 years ago
added revision comments More... over 22 years ago
# Rename PythonCardApp -> Application # Refactor config.py -> configuration.py # Remove PythonCardObject and all references to it # Remove ObjectMap and all references to it # Remove ObjectLookup and all references to it # Change on_openBackground to initialize # Rename pom.py -> component.py # Added test.py More... over 22 years ago
added simple wx.Timer wrapper More... over 22 years ago
added deactivate event More... over 22 years ago