0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 01, 2025 — Jul 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
samples modified for package use More... almost 25 years ago
samples modified for package use More... almost 25 years ago
added docs, docs\html, and .cvsignore More... almost 25 years ago
added docs, docs\html, and .cvsignore More... almost 25 years ago
Initial revision More... almost 25 years ago
Initial revision More... almost 25 years ago
Changed download to point to files pages not individual package More... almost 25 years ago
added gainFocus and loseFocus messages and event classes More... almost 25 years ago
added find() method to Background to replace findByName() and added warnings.warn("use find() instead", DeprecationWarning) More... almost 25 years ago
added a Commands menu for Clear Screen, revision and date strings and a bit of cleanup in some of the doc files. More... almost 25 years ago
added deleteWidget method to Background, takes a name as input just like findByName More... almost 25 years ago
Added prototype screenshots and download More... almost 25 years ago
turtle graphics sample, port from original wxPython/tk turtle library More... almost 25 years ago
added StaticLine, Image, and ImageButton widgets and got rid of the annoying green/blue button color More... almost 25 years ago
added getCurrentBackground to PythonCardApp and changed shell reference to self instead of the current background so the shell has complete access to the running app More... almost 25 years ago
updated to support StaticLine widget More... almost 25 years ago
added StaticLine widget to spec.py and widget.py More... almost 25 years ago
addes vertical and horizontal StaticLine to the proof layout More... almost 25 years ago
added __version__.py to include in release distributions More... almost 25 years ago
path = os.path.dirname(aFileName) and bg.file = os.path.join(path, bg.file) added to model.py so that module = imp.load_source( moduleName, bg.file ) works when starting PythonCard outside a samples directory Still need to add the code to expand the prefixes for file resources file: in Image and ImageButton and the background image for Panel or change how widget.py does its loading. More... almost 25 years ago
showInteractivePrompt and -s command-line option added to enable PyCrust More... almost 25 years ago
temporary use of self.pyCrustFrame.shell.interp.locals['pcapp'] = bg as the PyCrust reference, so in the shell (PyCrust) you can just type pcapp to ref the current background More... almost 25 years ago
PyCrust support with conditional import. This version always starts PyCrust More... almost 25 years ago
fixed getForegroundColor and getBackgroundColor to return the actual values being used rather than what was set during init More... almost 25 years ago
added wxCLIP_SIBLINGS = 0x20000000 so that wxPython 2.3.0 would work More... almost 25 years ago
Properties Editor should now work as a properties viewer (no editing) updated widget.py by adding and changing method names to match capitalization in spec.py so Property Editor would be able to use get methods correctly. More... almost 25 years ago
start of a Property Editor debug window, use -p command-line option to use More... almost 25 years ago
commented out Button style and RadioGroup border attributes More... almost 25 years ago
added ControlDown() check to on_bgWidgets_mouseDown More... almost 25 years ago
Fixed bugs with Choice methods getItems(), setItems() and __init__. Added self.items member. More... almost 25 years ago