1. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  2. 52fbe53 Allow floating point values in ProgressBar. by Jack Jansen · 21 years ago
  3. 7451e3b Call AEInteractWithUser() before bringing up any of the dialogs (with the by Jack Jansen · 21 years ago
  4. d9bb1a0 Getting rid of macfs. by Jack Jansen · 21 years ago
  5. 2731c5c Made AskFile* dialogs movable-modal by default, by providing a dummy by Jack Jansen · 22 years ago
  6. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
  7. e1c4f0b Tuples and lists don't have a copy() method (yet?). by Jack Jansen · 22 years ago
  8. 3032fe6 Spell out the arguments to AskFileForOpen and friends, so help() gives useful by Jack Jansen · 22 years ago
  9. 08a7a0d Use new file dialogs in GetArgv() by Jack Jansen · 22 years ago
  10. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
  11. f0d12da Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These by Jack Jansen · 22 years ago
  12. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago[Renamed from Mac/Lib/EasyDialogs.py]
  13. 362c7cd Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  14. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  15. d05e181 Slightly better error message in case of missing resources. by Jack Jansen · 22 years ago
  16. 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
  17. eb30843 Don't call MacOS.SchedParams() in MachO, it doesn't exist. by Jack Jansen · 23 years ago
  18. 911e87d Patch by Dean Draayer: support for indeterminate progress bars. You by Jack Jansen · 23 years ago
  19. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  20. 8d2f3d6 ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Baciero. by Jack Jansen · 23 years ago
  21. 639a740 Fixed typo in doc string. by Just van Rossum · 23 years ago
  22. 5dd7362 Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon. by Jack Jansen · 23 years ago
  23. 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 23 years ago
  24. 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
  25. 0bb0a90 Various tweaks and bugfixes to GetArgv. It now appears good enough for Distutils. by Jack Jansen · 24 years ago
  26. 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
  27. 0c1836f Call GetDialogWindow to convert dialogs to windows. by Jack Jansen · 24 years ago
  28. ab48e90 Don't call BringToFront() on the dialog object, but call GetDialogWindow() to get a window object. by Jack Jansen · 24 years ago
  29. 8574378 In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel by Jack Jansen · 24 years ago
  30. 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
  31. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  32. cc38688 Updated Message, question, YNC and progress dialogs for Appearance. Password by Jack Jansen · 25 years ago
  33. 58fa818 Changes to ProgressBar: by Jack Jansen · 25 years ago
  34. 231fffe AskString always set the dialog id to 257. Fixed. by Jack Jansen · 25 years ago
  35. cf2efc6 Uncommented AskYesNoCancel docstring (how did it get commented in the first place?) by Jack Jansen · 25 years ago
  36. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 25 years ago
  37. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 25 years ago
  38. 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 · 25 years ago
  39. d61f92b Select the whole default input field in AskString (Joe Strout) by Jack Jansen · 26 years ago
  40. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  41. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  42. 3f5aef7 Allow specifying own resources for all dialogs by Jack Jansen · 27 years ago
  43. 3368cb7 Replaced MacOS.EnableAppSwitch with MacOS.SchedParams by Jack Jansen · 27 years ago
  44. 48c5527 Add a few more BringToFont calls by Jack Jansen · 27 years ago
  45. 1d63d8c Fixes to progress bar by SDM, modified by Jack: by Jack Jansen · 27 years ago
  46. 3a4b3b0 Fixed flashing in ProgressBar update. by Jack Jansen · 28 years ago
  47. 30fe363 Fixed progressbar cleanup by Jack Jansen · 28 years ago
  48. 0b690db Added region argument to various ...Update calls. by Jack Jansen · 28 years ago
  49. ef51d13 Removed addpack calls by Jack Jansen · 28 years ago
  50. 3a87f5b Added a ProgressBar() class (which shows a progress bar). Needs new resource. by Jack Jansen · 29 years ago
  51. e4b4038 Various toolbox routines have gotten new names. by Jack Jansen · 29 years ago
  52. 8f4b6ad two new modules for the Mac toolbox by Guido van Rossum · 29 years ago