0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 8 hours ago.
Aug 08, 2025 — Aug 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
put Property Editor updates back in More... over 24 years ago
put Property Editor updates back in More... over 24 years ago
added TextField synonyms to PasswordField and TextArea More... over 24 years ago
added TextField synonyms to PasswordField and TextArea More... over 24 years ago
changed to Patrick's method of method synonyms More... over 24 years ago
changed to Patrick's method of method synonyms More... over 24 years ago
changed to Patrick's solution for making method synonynms that work with subclasses if not hasattr(self.__class__, 'fd'): self.__class__.fd = self.forward More... over 24 years ago
changed to Patrick's solution for making method synonynms that work with subclasses if not hasattr(self.__class__, 'fd'): self.__class__.fd = self.forward More... over 24 years ago
added FAQ Wizard and Cookbook More... over 24 years ago
added FAQ Wizard and Cookbook More... over 24 years ago
fixed typos in PIL conversion functions More... over 24 years ago
fixed typos in PIL conversion functions More... over 24 years ago
removed methods such as fd() for forward and simply aliased them in the __init__ method of AbstractTurtle like this: self.fd = self.forward More... over 24 years ago
removed methods such as fd() for forward and simply aliased them in the __init__ method of AbstractTurtle like this: self.fd = self.forward More... over 24 years ago
added Page Setup, Print, Print Preview to textEditor sample using wxHtmlEasyPrinting class to start the exploration of printing in PythonCard More... over 24 years ago
added Page Setup, Print, Print Preview to textEditor sample using wxHtmlEasyPrinting class to start the exploration of printing in PythonCard More... over 24 years ago
added simple Copy and Paste of the entire bitmap image in doodle added Open and Save As so an image can be imported into the current bitmap and saved to disk in a variety of supported formats: BMP, GIF, JPG/JPEG, PCX, PNG, PNM, TIF/TIFF, XBM, and XPM Not all formats are supported on every platform and saving as GIF results in a zero length image. added getBitmap to BitmapCanvas to support Copy and Save As in doodle sample More... over 24 years ago
added simple Copy and Paste of the entire bitmap image in doodle added Open and Save As so an image can be imported into the current bitmap and saved to disk in a variety of supported formats: BMP, GIF, JPG/JPEG, PCX, PNG, PNM, TIF/TIFF, XBM, and XPM Not all formats are supported on every platform and saving as GIF results in a zero length image. added getBitmap to BitmapCanvas to support Copy and Save As in doodle sample More... over 24 years ago
converted findfiles to use sizers and remember the last window position and size More... over 24 years ago
converted findfiles to use sizers and remember the last window position and size More... over 24 years ago
Minor formatting change. More... over 24 years ago
Minor formatting change. More... over 24 years ago
Infrastucture changes. More... over 24 years ago
Infrastucture changes. More... over 24 years ago
updated description/source/resource display More... over 24 years ago
updated description/source/resource display More... over 24 years ago
added doExit code to save changed files added loadConfig and saveConfig code to remember the positions of the positionSizeWindow and propertyEditorWindow More... over 24 years ago
added doExit code to save changed files added loadConfig and saveConfig code to remember the positions of the positionSizeWindow and propertyEditorWindow More... over 24 years ago
added link to Python editors page More... over 24 years ago
added link to Python editors page More... over 24 years ago