0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 9 hours ago.
Jun 30, 2025 — Jun 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleting old files More... almost 25 years ago
moved to /test/proof/: ---------------------------------------------------------------------- More... almost 25 years ago
Reverting to version 1.1 More... almost 25 years ago
first update, link to pdf corrected More... almost 25 years ago
Adding first version of website source More... almost 25 years ago
changed occurances of '\\' to use os.path.join such as glob.glob(self.dp[0]+'\\'+self.fplist[0]) changed to glob.glob(os.path.join(self.dp[0], self.fplist[0])) More... almost 25 years ago
removed TEXT_MULTILINE support since it doesn't work right in wxPython due to overlapping ids of wxYES and wxTE_MULTILINE More... almost 25 years ago
removed ConfirmationDialog, added icon and button options to MessageDialog added returned() method to get the actual text of the button chosen added AlertDialog class which is a common type of MessageDialog fixed _showModal() calls for DirectoryDialog and FileDialog added TEXT_MULTILINE and TEXT_PASSWORD options for TextEntryDialog expanded the test_dialogs.py to output a little more info (returned) and show the ScrolledMessageDialog More... almost 25 years ago
added ScrolledMessageDialog dialog class More... almost 25 years ago
added 'Add Dirs' button More... almost 25 years ago
findfiles sample. use at your own risk! More... almost 25 years ago
switched to using wxPython NewId() to solve random lockups More... almost 25 years ago
beginnings of a sound class, wildcard change on test_dialogs More... almost 25 years ago
Another try at doing a binary upload/checkin to cvs. More... almost 25 years ago
sounds sample application More... almost 25 years ago
fixed night.jpg hopefully with binary upload More... almost 25 years ago
worldclock sample More... almost 25 years ago
renamed Label and Field classes and added PasswordField and TextArea Label renamed to StaticText changed getLabel and setLabel methods to getText, setText Field renamed to TextField PasswordField shows asterisks *** for characters typed TextArea is a multiline scrolling field updated proof.rsrc.py, test_dialogs.py, test_dialogs.rsrc.py and searchexplorer.rsrc.py to match the changes to widget.py More... almost 25 years ago
added getBitmap and setBitmap methods to Image and ImageButton widgets More... almost 25 years ago
unnecessary settings to [] and '' until framework allows them to be removed completely More... almost 25 years ago
Added additional exception checks and a little code cleanup. More... almost 25 years ago
image of SearchExplorer app running. More... almost 25 years ago
Instructions for using samples and setting the PYTHONPATH. More... almost 25 years ago
SearchExplorer sample application More... almost 25 years ago
duplicates PythonCard.py but for a specific sample so a command-line argument isn't needed and the file can be double-clicked... More... almost 25 years ago
fixed setItems method in List widget More... almost 25 years ago
binary upload instead of ascii this time More... almost 25 years ago
trash.gif had 2 extra bytes that causes proof.py startup to hang. More... almost 25 years ago
standalone version of proof.py Doesn't require PythonCard.py, nor do you need to specify the resource file, since the filename is hard-coded in proof_standalone.py. More... almost 25 years ago
Removed NotImplementedError from Background.doMeFirst(). Commented out and documented proof.Proof.doMeFirst(). More... almost 25 years ago