0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added logging to loadComponentModule added log statements to a couple of proof.py methods More... over 24 years ago
added logging to loadComponentModule added log statements to a couple of proof.py methods More... over 24 years ago
fixed from wxPython.wx import * More... over 24 years ago
fixed from wxPython.wx import * More... over 24 years ago
added a Run command to the File menu More... over 24 years ago
added a Run command to the File menu More... over 24 years ago
changed getLogFileName so that if the filename contains a directory path then it uses the full path rather than putting the file in the app dir More... over 24 years ago
changed getLogFileName so that if the filename contains a directory path then it uses the full path rather than putting the file in the app dir More... over 24 years ago
added logToStdout config option fixed readAndEvalFile reference in textEditor.pyw More... over 24 years ago
added logToStdout config option fixed readAndEvalFile reference in textEditor.pyw More... over 24 years ago
updated log calls More... over 24 years ago
updated log calls More... over 24 years ago
changed log and config modules to use "global" module functions for the Log() and Configuration() classes changed filename for configuration so that the log file is always placed in the application directory added util.py which contains readAndEvalFile updated the other modules and samples to use this new form More... over 24 years ago
changed log and config modules to use "global" module functions for the Log() and Configuration() classes changed filename for configuration so that the log file is always placed in the application directory added util.py which contains readAndEvalFile updated the other modules and samples to use this new form More... over 24 years ago
added *.grep files More... over 24 years ago
added *.grep files More... over 24 years ago
updated open/save code to use 'findfiles.grep' file switched to binary reads and writes and removed trailing tab on saves More... over 24 years ago
updated open/save code to use 'findfiles.grep' file switched to binary reads and writes and removed trailing tab on saves More... over 24 years ago
removed wx. from SOUND_TYPE_WAVE More... over 24 years ago
removed wx. from SOUND_TYPE_WAVE More... over 24 years ago
*** wxPython 2.3.2 or later is now required to use PythonCard *** added assert wxc.__version__ >= "2.3.2" to model.py changed wxPython imports from from wxPython.wx import * to the more explicit from wxPython import wx added missing imports such as 'import types' where needed replaced occurances of wx.true and wx.false with 1 and 0 added a components directory merged wxPython_binding.py into binding.py and moved widget-specific bindings to individual module files moved spec.py descriptions for each widget to its respective widget module split widget.py so each widget is in its own file in the components directory all widgets (components) are now self-contained modules in the components directory. each module includes the spec, event bindings, and attribute descriptions (formerly in spec.py) in addition to the widget class. when the module is imported it "registers" itself, so that the class is available for applications. added drawPointList and drawLineList (2.3.2 feature) to the BitmapCanvas widget, switched to drawPointList in hopalong sample for a roughly 4x speed improvement updated the setup.py script for minimal.py and provided some basic instructions in the readme.txt. It is necessary to uncomment the import in minimal.py prior to using py2exe due to how the dynamic imports are done for components More... over 24 years ago
*** wxPython 2.3.2 or later is now required to use PythonCard *** added assert wxc.__version__ >= "2.3.2" to model.py changed wxPython imports from from wxPython.wx import * to the more explicit from wxPython import wx added missing imports such as 'import types' where needed replaced occurances of wx.true and wx.false with 1 and 0 added a components directory merged wxPython_binding.py into binding.py and moved widget-specific bindings to individual module files moved spec.py descriptions for each widget to its respective widget module split widget.py so each widget is in its own file in the components directory all widgets (components) are now self-contained modules in the components directory. each module includes the spec, event bindings, and attribute descriptions (formerly in spec.py) in addition to the widget class. when the module is imported it "registers" itself, so that the class is available for applications. added drawPointList and drawLineList (2.3.2 feature) to the BitmapCanvas widget, switched to drawPointList in hopalong sample for a roughly 4x speed improvement updated the setup.py script for minimal.py and provided some basic instructions in the readme.txt. It is necessary to uncomment the import in minimal.py prior to using py2exe due to how the dynamic imports are done for components More... over 24 years ago
updated framework so that samples are sent native wxPython events updated all samples that were calling getNativeEvent or skip to use wxPython events directly More... over 24 years ago
updated framework so that samples are sent native wxPython events updated all samples that were calling getNativeEvent or skip to use wxPython events directly More... over 24 years ago
updated changelog for release 0.5.3 minor tweak to findLocalHandler (hope the minor change doesn't cause a big bug ;-) More... over 24 years ago
updated changelog for release 0.5.3 minor tweak to findLocalHandler (hope the minor change doesn't cause a big bug ;-) More... over 24 years ago
simplified Scriptable class methods for adding handlers by using filter and map More... over 24 years ago
simplified Scriptable class methods for adding handlers by using filter and map More... over 24 years ago
added dynamic methods link More... over 24 years ago
added dynamic methods link More... over 24 years ago