summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/EasyDialogs.py
Commit message (Expand)AuthorAgeFilesLines
* Various tweaks and bugfixes to GetArgv. It now appears good enough for Distut...Jack Jansen2000-09-211-10/+10
* Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ...Jack Jansen2000-09-191-4/+236
* Call GetDialogWindow to convert dialogs to windows.Jack Jansen2000-08-251-6/+6
* Don't call BringToFront() on the dialog object, but call GetDialogWindow() to...Jack Jansen2000-07-241-3/+3
* In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancelJack Jansen2000-02-101-4/+10
* Made all textfields in message and question boxes minimal height and invisibl...Jack Jansen2000-01-181-0/+10
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-50/+26
* Updated Message, question, YNC and progress dialogs for Appearance. PasswordJack Jansen1999-12-121-47/+33
* Changes to ProgressBar:Jack Jansen1999-11-051-4/+10
* AskString always set the dialog id to 257. Fixed.Jack Jansen1999-10-051-1/+0
* Uncommented AskYesNoCancel docstring (how did it get commented in the first p...Jack Jansen1999-02-251-11/+11
* Added optional arguments to dialogs to allow setting of button titles.Jack Jansen1999-02-161-4/+16
* AskPassword(): added reference to the module doc string; added support for au...Just van Rossum1999-02-151-2/+3
* Added AskPassword() with same interface as AskString. By Steve Majewski with ...Jack Jansen1999-02-101-0/+71
* Select the whole default input field in AskString (Joe Strout)Jack Jansen1999-01-221-1/+2
* Truncate messages if they are longer than 255 characters. Note that this isJack Jansen1998-09-281-0/+2
* Convert \n to \r in strings that are displayed in the dialogs.Jack Jansen1998-07-011-8/+19
* Allow specifying own resources for all dialogsJack Jansen1997-06-201-7/+15
* Replaced MacOS.EnableAppSwitch with MacOS.SchedParamsJack Jansen1997-06-121-2/+2
* Add a few more BringToFont callsJack Jansen1997-05-131-0/+3
* Fixes to progress bar by SDM, modified by Jack:Jack Jansen1997-05-121-16/+79
* Fixed flashing in ProgressBar update.Jack Jansen1996-10-151-9/+8
* Fixed progressbar cleanupJack Jansen1996-10-041-6/+4
* Added region argument to various ...Update calls.Jack Jansen1996-04-101-2/+6
* Removed addpack callsJack Jansen1996-03-201-4/+0
* Added a ProgressBar() class (which shows a progress bar). Needs newJack Jansen1995-11-141-0/+63
* Various toolbox routines have gotten new names.Jack Jansen1995-07-171-12/+12
* two new modules for the Mac toolboxGuido van Rossum1995-04-051-0/+110