1. d05e181 Slightly better error message in case of missing resources. by Jack Jansen · 22 years ago
  2. 09c7343 Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. by Jack Jansen · 22 years ago
  3. eb30843 Don't call MacOS.SchedParams() in MachO, it doesn't exist. by Jack Jansen · 23 years ago
  4. 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 23 years ago
  5. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  6. 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
  7. 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
  8. 5dd7362 Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon. by Jack Jansen · 24 years ago
  9. 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 24 years ago
  10. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  11. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  12. f86eda5 Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to create a unix-style sys.argv. by Jack Jansen · 24 years ago
  13. 0c1836f Call GetDialogWindow to convert dialogs to windows. by Jack Jansen · 24 years ago
  14. ab48e90 Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object. by Jack Jansen · 24 years ago
  15. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 25 years ago
  16. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 25 years ago
  17. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  18. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  19. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  20. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  21. cf2efc6 Uncommented AskYesNoCancel docstring (how did it get commented in the first place?) by Jack Jansen · 26 years ago
  22. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 26 years ago
  23. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 26 years ago
  24. b92268a Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. by Jack Jansen · 26 years ago
  25. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 26 years ago
  26. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  27. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  28. 3f5aef7 Allow specifying own resources for all dialogs by Jack Jansen · 27 years ago
  29. 3368cb7 Replaced MacOS.EnableAppSwitch with MacOS.SchedParams by Jack Jansen · 27 years ago
  30. 48c5527 Add a few more BringToFont calls by Jack Jansen · 27 years ago
  31. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 27 years ago
  32. 3a4b3b0 Fixed flashing in ProgressBar update. by Jack Jansen · 28 years ago
  33. 30fe363 Fixed progressbar cleanup by Jack Jansen · 28 years ago
  34. 0b690db Added region argument to various ...Update calls. by Jack Jansen · 29 years ago
  35. ef51d13 Removed addpack calls by Jack Jansen · 29 years ago
  36. 3a87f5b Added a ProgressBar() class (which shows a progress bar). Needs new resource. by Jack Jansen · 29 years ago
  37. e4b4038 Various toolbox routines have gotten new names. by Jack Jansen · 29 years ago
  38. 8f4b6ad two new modules for the Mac toolbox by Guido van Rossum · 30 years ago