1. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  2. f5c2057 Renamed by Jack Jansen · 28 years ago
  3. 22023f4 Added imgpng by Jack Jansen · 28 years ago
  4. 8ce72f5 Low-level interface to Internet Config (to be augmented by nice Python by Jack Jansen · 28 years ago
  5. 81aa0e2 Added gdbm (if USE_GDBM defined) by Jack Jansen · 28 years ago
  6. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  7. 46ed276 Malloc debugging now flagged with USE_MALLOC_DEBUG by Jack Jansen · 28 years ago
  8. a1255e0 removed unused var by Jack Jansen · 28 years ago
  9. 176f3a9 Added support for tab hooks by Jack Jansen · 28 years ago
  10. 59b912a Fixed xstat to again include resroucefork size, creator, type. Obtain by Jack Jansen · 28 years ago
  11. 7df3606 Fixed object-handler-install bug by Jack Jansen · 28 years ago
  12. 9f2ff91 Fixed bug in object-handler install arg handling by Jack Jansen · 28 years ago
  13. cfb60ee Fixed very nasty null-dereferencing bug in DisposeControl/destroy object. by Jack Jansen · 28 years ago
  14. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 28 years ago
  15. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
  16. d96cb50 Added support for GetDialogWindow and other accessor functions by Jack Jansen · 28 years ago
  17. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  18. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
  19. 0bdf979 Added [GS]etDates methods to get and set creation, modification and by Jack Jansen · 28 years ago
  20. 16ff872 - Renamed USE_BGEN to USE_TOOLBOX by Jack Jansen · 28 years ago
  21. e5649c7 Removed {Set,Get}SoundVol (old calls not supported by cfm68k) by Jack Jansen · 28 years ago
  22. 3ca6edd GUSI mkdir() lost its dummy second arg by Jack Jansen · 28 years ago
  23. 2268af5 Upgraded to Waste 1.2f by Jack Jansen · 28 years ago
  24. d84e7aa Regenerated by Jack Jansen · 28 years ago
  25. a6d78c4 Removed unused var by Jack Jansen · 28 years ago
  26. 5674e4e NumVersion stuff has changed by Jack Jansen · 28 years ago
  27. 6451cff Added access to selFlags and listFlags members (both read and write) by Jack Jansen · 28 years ago
  28. d99d283 Added SetFolder method which sets Standard File initial folder by Jack Jansen · 28 years ago
  29. 84d0bfc inittab is a "struct _inittab". by Jack Jansen · 28 years ago
  30. ab7fcdd Added splash method (to quickly display splash screen without first by Jack Jansen · 28 years ago
  31. 9d640a3 Added waste by Jack Jansen · 28 years ago
  32. 25241d9 Fixed callback handling on 68K machines. by Jack Jansen · 28 years ago
  33. 3355be3 Added _id attribute to GrafPort objects (real id of grafport, numeric) by Jack Jansen · 28 years ago
  34. 756522f Added support for callbacks (for embedded objects) by Jack Jansen · 28 years ago
  35. 8ae8e4f Made style and soup handles optional by Jack Jansen · 28 years ago
  36. ded81a1 Removed ...gen.py files from repository by Jack Jansen · 28 years ago
  37. 19171a2 Added support for accessing a few more TERec members by Jack Jansen · 28 years ago
  38. 90ecdf4 An interface to WASTE, an all-singing-all-dancing TextEdit replacement by Jack Jansen · 28 years ago
  39. 46d9e79 bgen-generators now drop the python definition file straight in the by Jack Jansen · 28 years ago
  40. 819fa1a Added scrap manager by Jack Jansen · 28 years ago
  41. c574b43 Fixed a nasty bug where FindControl could return a reference to a by Jack Jansen · 28 years ago
  42. da6a971 Interface to the scrap manager by Jack Jansen · 28 years ago
  43. 2b72417 Replaced various dummy updateRegions by real arguments by Jack Jansen · 28 years ago
  44. 8a452d6 Interface to TextEdit toolbox by Jack Jansen · 28 years ago
  45. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  46. 6648fb7 Removed unused vars by Jack Jansen · 28 years ago
  47. 76a0589 Added openrf method, which opens resource fork. The resulting object by Jack Jansen · 28 years ago
  48. 243b29b Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. by Jack Jansen · 29 years ago
  49. b697173 - Added Guido's fixes - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen by Jack Jansen · 29 years ago
  50. c743c8d Modified for GUSI by Jack Jansen · 29 years ago
  51. 4fbb6d9 Added cmath module by Jack Jansen · 29 years ago
  52. d390325 Modules implementing WWW and URL suite, and a module to control netscape. by Jack Jansen · 29 years ago
  53. bdd0747 Fixed access to Quickdraw globals. Unfortunately, they now have to be by Jack Jansen · 29 years ago
  54. 61f3df4 Added rgbFgColor and a few other members of CGrafPort by Jack Jansen · 29 years ago
  55. 79fb732 Added Fm module by Jack Jansen · 29 years ago
  56. 3a50f8a - Added FontInfo support - Added (read-)access to members of [C]GrafPort object by Jack Jansen · 29 years ago
  57. 6259af9 An interface to the font manager by Jack Jansen · 29 years ago
  58. 1d8ede7 Fixed GetPen and SetPt arguments by Jack Jansen · 29 years ago
  59. 04a02e7 Added support for PenState and Patterns (and the accompanying qd globals) by Jack Jansen · 29 years ago
  60. b539406 Added support for cursors, and a way to get at the qd global 'arrow' by Jack Jansen · 29 years ago
  61. 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
  62. 9cfea10 It now actually works. Also, MovieInWindow and VerySimplePlayer by Jack Jansen · 29 years ago
  63. 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 29 years ago
  64. 641e8d7 Added component mgr and quicktime modules by Jack Jansen · 29 years ago
  65. 453ced5 still untested (but it compiles) by Jack Jansen · 29 years ago
  66. cb4eaad QuickTime support (not yet functional) by Jack Jansen · 29 years ago
  67. b996856 Component mgr support by Jack Jansen · 29 years ago
  68. 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 29 years ago
  69. b7abb18 Added support for GrafPort object by Jack Jansen · 29 years ago
  70. 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 29 years ago
  71. 330f576 - Added support for PicHandle by Jack Jansen · 29 years ago
  72. a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 29 years ago
  73. 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 29 years ago
  74. cdaa3d9 Universal header changes: some new bits defined. by Jack Jansen · 29 years ago
  75. 754d4a4 Regenerated because of minor changes in universal headers by Jack Jansen · 29 years ago
  76. e2ac51e Added _tkinter, if USE_TK defined by Jack Jansen · 29 years ago
  77. 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 29 years ago
  78. d40f3c6 New universal headers by Jack Jansen · 29 years ago
  79. 8ccfc93 Removed unused variable by Jack Jansen · 29 years ago
  80. 9119ccf Added List module by Jack Jansen · 29 years ago
  81. d4c2646 Generated anew by Jack Jansen · 29 years ago
  82. 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 29 years ago
  83. 9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. by Jack Jansen · 29 years ago
  84. caf7505 Added WhichWindow function to obtain window object given WindowPtr (as by Jack Jansen · 29 years ago
  85. 8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing by Jack Jansen · 29 years ago
  86. 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 29 years ago
  87. d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 29 years ago
  88. a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 29 years ago
  89. ea79c87 re-enabled newmodule by Jack Jansen · 29 years ago
  90. 222c892 add xstat (extended stat, returns resource fork size and creator/type) by Guido van Rossum · 29 years ago
  91. a7b6a82 Added binascii by Jack Jansen · 29 years ago
  92. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 29 years ago
  93. 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 29 years ago
  94. 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 29 years ago
  95. 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 29 years ago
  96. 5ae5fdf Generated anew after fixing aescan.py by Jack Jansen · 29 years ago
  97. 7433568 Also scan AERegistry.h and AEObjects.h and create .py definition files. by Jack Jansen · 29 years ago
  98. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 29 years ago
  99. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  100. 1e05402 Added methods as_Menu and as_Control to convert a resource to those object types by Jack Jansen · 29 years ago