1. b7e82c1 Raise a more intellegible error in the case of missing keyword args by Jack Jansen · 28 years ago
  2. 3a4b3b0 Fixed flashing in ProgressBar update. by Jack Jansen · 28 years ago
  3. 30fe363 Fixed progressbar cleanup by Jack Jansen · 28 years ago
  4. b1667ef Menu callbacks can be strings, in which case they will be looked up in by Jack Jansen · 28 years ago
  5. 0d1069e Finally *tested* effect of fg and bg yield values (and changed them:-) by Jack Jansen · 28 years ago
  6. 433a48e Regenerated to use aetools.Error in stead of MacOS.Error. by Jack Jansen · 28 years ago
  7. c46f56e - Added optional "start" argument to TalkTo initialializer, which by Jack Jansen · 28 years ago
  8. 0585d41 Convenience routines: wrappers around some of the scriptable finder by Jack Jansen · 28 years ago
  9. 35bfd3f Created Finder 7.0 AE interface and a test program that uses the by Jack Jansen · 28 years ago
  10. 4cb9454 Added _quit() method similar to FrameWork in stead of setting by Jack Jansen · 28 years ago
  11. 647535d - Use a flag (self.quitting) as preferred method of exiting mainloop by Jack Jansen · 28 years ago
  12. 57d53a9 - Optionally copy file times for copy/copytree (default on) by Jack Jansen · 28 years ago
  13. f4c4f9e (preliminary) framework for scriptable applications by Jack Jansen · 28 years ago
  14. 4a5be81 Symbolic names for all error codes from Errors.h and errno.h by Jack Jansen · 28 years ago
  15. 4634130 Added setwatchcursor() and setarrowcursor() functions by Jack Jansen · 28 years ago
  16. bbe2ae1 Re-binhexed by Jack Jansen · 28 years ago
  17. eb1284b New waste release by Jack Jansen · 28 years ago
  18. 84c21a8 Regenerated from CW9 includes (only QuickDraw really got a few new values) by Jack Jansen · 28 years ago
  19. 880e6eb Removed debug output by Jack Jansen · 28 years ago
  20. 8431733 Allow only one selection (this tests settability of selFlags) by Jack Jansen · 28 years ago
  21. 16038ee Regenerated by Jack Jansen · 28 years ago
  22. ded835c Mods by Just: by Jack Jansen · 28 years ago
  23. 0acb7f7 Module to handle PYC resources by Jack Jansen · 28 years ago
  24. 0f6dc5b Added MenuItem methods setstyle(), seticon(), setmark() by Jack Jansen · 28 years ago
  25. c4eec9f - Confine window moves to screen boundaries by Jack Jansen · 28 years ago
  26. 2cc4160 Minimal waste test program, modified from ttedit. by Jack Jansen · 28 years ago
  27. 7bfc875 Fixed ScrolledWindow to disable scrollbars if everything is visible. by Jack Jansen · 28 years ago
  28. 6528b1f An interface to WASTE, an all-singing-all-dancing TextEdit replacement. by Jack Jansen · 28 years ago
  29. e353215 Added ScrolledWindow (a window with one or two scrollbars) by Jack Jansen · 28 years ago
  30. c9c0dd3 Fixed ttedit to actually work Fixed minor update bug in tlist by Jack Jansen · 28 years ago
  31. cef2c59 Added enable(onoff) method to menus and menu items by Jack Jansen · 28 years ago
  32. 0b690db Added region argument to various ...Update calls. by Jack Jansen · 28 years ago
  33. fcdf437 TextEdit sample code (not yet complete) by Jack Jansen · 28 years ago
  34. 0701d62 Added TextEdit interface by Jack Jansen · 28 years ago
  35. 94a71ab re-binhexed by Jack Jansen · 28 years ago
  36. ef51d13 Removed addpack calls by Jack Jansen · 28 years ago
  37. f63abad Removed addpack calls for toolbox modules. by Jack Jansen · 28 years ago
  38. bb65377 Oops... I Inadvertently lost their cvs files... by Jack Jansen · 28 years ago
  39. 1a06e1d Binhexer fixed by Jack Jansen · 28 years ago
  40. 52a40ac Added option to set queue size by Jack Jansen · 28 years ago
  41. 0603319 Use MacOS.openrf (if it is available) for opening resource forks by Jack Jansen · 28 years ago
  42. db9ff36 Added checkmenu() method (to checkmark an entry) and delete() method by Jack Jansen · 28 years ago
  43. d390325 Modules implementing WWW and URL suite, and a module to control netscape. by Jack Jansen · 29 years ago
  44. 7e156a7 Added missing get() method by Jack Jansen · 29 years ago
  45. 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 29 years ago
  46. 195e33e - Fixed bug in getfillable() - Added setcallback() method to set a user-callback by Jack Jansen · 29 years ago
  47. 6259af9 An interface to the font manager by Jack Jansen · 29 years ago
  48. c8a9949 Various fixes/enhancements, thanks to Ivan and Just: by Jack Jansen · 29 years ago
  49. 29c6121 A different binhexer, apparently:-( by Jack Jansen · 29 years ago
  50. 6601964 Fixed example by Jack Jansen · 29 years ago
  51. b696b25 Added missing newline by Jack Jansen · 29 years ago
  52. 6f47bf4 Minor bugfix in keyboard input handling by Jack Jansen · 29 years ago
  53. 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
  54. cb4eaad QuickTime support (not yet functional) by Jack Jansen · 29 years ago
  55. b996856 Component mgr support by Jack Jansen · 29 years ago
  56. 330f576 - Added support for PicHandle by Jack Jansen · 29 years ago
  57. a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 29 years ago
  58. 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 29 years ago
  59. cdaa3d9 Universal header changes: some new bits defined. by Jack Jansen · 29 years ago
  60. 754d4a4 Regenerated because of minor changes in universal headers by Jack Jansen · 29 years ago
  61. da38f2d Added 2 missing SetPort calls by Jack Jansen · 29 years ago
  62. 3a87f5b Added a ProgressBar() class (which shows a progress bar). Needs new resource. by Jack Jansen · 29 years ago
  63. 3818678 Added idle() method, called when no events are available. by Jack Jansen · 29 years ago
  64. a8a277c Fixed positioning of icon on copy() by Jack Jansen · 29 years ago
  65. d40f3c6 New universal headers by Jack Jansen · 29 years ago
  66. 7321514 Fixed bug in optional argument error checking (and generated all suites anew). by Jack Jansen · 29 years ago
  67. 8426477 Modified/recreated to use keyword arguments by Jack Jansen · 29 years ago
  68. 1dc366f add (dummy) mode arg to open() by Guido van Rossum · 29 years ago
  69. 0949055 its all in the name... by Jack Jansen · 29 years ago
  70. 8961847 Modeless dialog test by Jack Jansen · 29 years ago
  71. 423c798 copy() can now create destination path by Jack Jansen · 29 years ago
  72. f5101ee Constants useful when using macfs module by Jack Jansen · 29 years ago
  73. 13dc4f7 Fixed dialog-window event handling by Jack Jansen · 29 years ago
  74. d4c2646 Generated anew by Jack Jansen · 29 years ago
  75. 2f21246 Test of list in dialog by Jack Jansen · 29 years ago
  76. b4e4783 Uses new FrameWork, has multiple windows by Jack Jansen · 29 years ago
  77. 7e0da90 Made separate window class (and subclasses for special windows like by Jack Jansen · 29 years ago
  78. 7a58336 Various fixes: missing imports, missing calls to by Jack Jansen · 29 years ago
  79. 01c2309 Useful routines on a mac: by Jack Jansen · 29 years ago
  80. a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 29 years ago
  81. 5968bad - Use new names - Use AEInteractWithUser by Jack Jansen · 29 years ago
  82. 39fe80b Initial revision by Jack Jansen · 29 years ago
  83. e87e7a5 New test program for server AE handling by Jack Jansen · 29 years ago
  84. 7874b5d minor fix by Jack Jansen · 29 years ago
  85. 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 29 years ago
  86. e4b4038 Various toolbox routines have gotten new names. by Jack Jansen · 29 years ago
  87. bc60864 The three most important suites, generated by gensuitemodule by Jack Jansen · 29 years ago
  88. 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 29 years ago
  89. 40775ba Split aepack and aetypes off from aetools (it was getting too big) by Jack Jansen · 29 years ago
  90. 5ae5fdf Generated anew after fixing aescan.py by Jack Jansen · 29 years ago
  91. 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 29 years ago
  92. b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 29 years ago
  93. ae8a68f Trying again to check it in. Changes to: by Jack Jansen · 29 years ago
  94. c7cfb95 Rather massive changes: by Jack Jansen · 29 years ago
  95. 1ff2f21 Removed seeks beyond eof (MW doesn't support them) by Jack Jansen · 29 years ago
  96. 8f4b6ad two new modules for the Mac toolbox by Guido van Rossum · 29 years ago
  97. e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 29 years ago
  98. 7a84c5a pseudo progress bar (not finished) by Guido van Rossum · 29 years ago
  99. 227a423 the usual by Guido van Rossum · 29 years ago
  100. 3b0a5cd Initial revision by Jack Jansen · 29 years ago