0
I Use This!
Inactive

Commits : Listings

Analyzed 7 minutes ago. based on code collected about 3 hours ago.
Jul 26, 2025 — Jul 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added new table of contents (toc.html) file More... over 24 years ago
added new table of contents (toc.html) file More... over 24 years ago
updated launcher code for samples to check for .pyw file before .py More... over 24 years ago
updated launcher code for samples to check for .pyw file before .py More... over 24 years ago
changed 'selected':'' to 'selected':None More... over 24 years ago
changed 'selected':'' to 'selected':None More... over 24 years ago
yet another assert fix for the property editor with SetStringSelection More... over 24 years ago
yet another assert fix for the property editor with SetStringSelection More... over 24 years ago
fixed assert in setValidProps (debug.py) with oldprop changed default 'selection' attribute for Choice, List, and RadioGroup to None and updated setSelection to just return if None is passed in this doesn't fix the assert error with setStringSelection if an empty string is passed in, so there is still work to do switched dbBrowser.rsrc.py to use None as default selection More... over 24 years ago
fixed assert in setValidProps (debug.py) with oldprop changed default 'selection' attribute for Choice, List, and RadioGroup to None and updated setSelection to just return if None is passed in this doesn't fix the assert error with setStringSelection if an empty string is passed in, so there is still work to do switched dbBrowser.rsrc.py to use None as default selection More... over 24 years ago
Changed default selection of chsTables to 0 to stop assert More... over 24 years ago
Changed default selection of chsTables to 0 to stop assert More... over 24 years ago
updated findfile layout More... over 24 years ago
updated findfile layout More... over 24 years ago
changed all _getParent() calls to _parent More... over 24 years ago
changed all _getParent() calls to _parent More... over 24 years ago
changed all _getDelegate() references to _delegate More... over 24 years ago
changed all _getDelegate() references to _delegate More... over 24 years ago
added getStringSelection/setStringSelection to Choice widget added check for type of selection in setSelection More... over 24 years ago
added getStringSelection/setStringSelection to Choice widget added check for type of selection in setSelection More... over 24 years ago
findfiles updated commented out the directory list and moved other widgets to the right added open and save as menu items fixed file launching using textEditor to do the launching updated samples2.html to use some different GIF images updated samples.py to properly launch textEditor.pyw removed KillFocus from widget.py More... over 24 years ago
findfiles updated commented out the directory list and moved other widgets to the right added open and save as menu items fixed file launching using textEditor to do the launching updated samples2.html to use some different GIF images updated samples.py to properly launch textEditor.pyw removed KillFocus from widget.py More... over 24 years ago
added goto line to textEditor, still need to tweak to compensate for wrapping added editFile method to findFiles to launch textEditor when a line in the search results is double-clicked, still needs a wxYield() More... over 24 years ago
added goto line to textEditor, still need to tweak to compensate for wrapping added editFile method to findFiles to launch textEditor when a line in the search results is double-clicked, still needs a wxYield() More... over 24 years ago
updated width of window, set the font family to monospace 9 point fixed the setSearchParams method More... over 24 years ago
updated width of window, set the font family to monospace 9 point fixed the setSearchParams method More... over 24 years ago
fixed FontDialog so that the font data is not assigned if the dialog is cancelled so there is no longer an assertion error More... over 24 years ago
fixed FontDialog so that the font data is not assigned if the dialog is cancelled so there is no longer an assertion error More... over 24 years ago
added PythonCardApp.startingDirectory numerous textEditor sample changes New and Save menu items added a documentChanged flag reworked all the file operations so the user has a chance to save changes a filename argument is accepted on the command-line More... over 24 years ago
added PythonCardApp.startingDirectory numerous textEditor sample changes New and Save menu items added a documentChanged flag reworked all the file operations so the user has a chance to save changes a filename argument is accepted on the command-line More... over 24 years ago