0
I Use This!
Inactive

Commits : Listings

Analyzed less than a minute ago. based on code collected about 3 hours ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deleting old files More... about 25 years ago
moved to /test/proof/: ---------------------------------------------------------------------- More... about 25 years ago
Reverting to version 1.1 More... about 25 years ago
first update, link to pdf corrected More... about 25 years ago
Adding first version of website source More... about 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... about 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... about 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... about 25 years ago
added ScrolledMessageDialog dialog class More... about 25 years ago
added 'Add Dirs' button More... about 25 years ago
findfiles sample. use at your own risk! More... about 25 years ago
switched to using wxPython NewId() to solve random lockups More... about 25 years ago
beginnings of a sound class, wildcard change on test_dialogs More... about 25 years ago
Another try at doing a binary upload/checkin to cvs. More... about 25 years ago
sounds sample application More... about 25 years ago
fixed night.jpg hopefully with binary upload More... about 25 years ago
worldclock sample More... about 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... about 25 years ago
added getBitmap and setBitmap methods to Image and ImageButton widgets More... about 25 years ago
unnecessary settings to [] and '' until framework allows them to be removed completely More... about 25 years ago
Added additional exception checks and a little code cleanup. More... about 25 years ago
image of SearchExplorer app running. More... about 25 years ago
Instructions for using samples and setting the PYTHONPATH. More... about 25 years ago
SearchExplorer sample application More... about 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... about 25 years ago
fixed setItems method in List widget More... about 25 years ago
binary upload instead of ascii this time More... about 25 years ago
trash.gif had 2 extra bytes that causes proof.py startup to hang. More... about 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... about 25 years ago
Removed NotImplementedError from Background.doMeFirst(). Commented out and documented proof.Proof.doMeFirst(). More... about 25 years ago