1. 26d813e Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on. by Jack Jansen · 23 years ago
  2. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 23 years ago
  3. 441dea5 It's SetControlData_Handle, not SetControl_DataHandle. by Jack Jansen · 23 years ago
  4. a9e3db3 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. This is an incompatible change:-( by Jack Jansen · 24 years ago
  5. b55e5f1 Fixed a few declarations. by Jack Jansen · 24 years ago
  6. 620e914 Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers). by Jack Jansen · 24 years ago
  7. 6fe608c Regenerated from Universal Headers 3.3.2 by Jack Jansen · 24 years ago
  8. 177fa8c Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
  9. 62e3843 Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K. by Jack Jansen · 24 years ago
  10. 7490236 Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the same way as input to stdin (i.e. as an ack of the output that went before). This makes the CGI tools work nicely for Quit. by Jack Jansen · 24 years ago
  11. 55a0bde Handle the ****/**** appleevent wildcard when called as a main program, so that it becomes a handy debugging tool (BuildApplet, copy aete resource, apply applescript to it). by Jack Jansen · 24 years ago
  12. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 24 years ago
  13. 8d929ae All relevant toolbox modules have now been carbonized. by Jack Jansen · 24 years ago
  14. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 24 years ago
  15. 301f3f6 Added accessor for kControlListBoxDoubleClickPart by Jack Jansen · 24 years ago
  16. 3167788 Fix by Dan Green and Corran Webster to support LongDateTime by Jack Jansen · 24 years ago
  17. f518727 Added getaboutmenutext() method. (jvr) by Just van Rossum · 24 years ago
  18. 0c3baaf my previous patch didn't give enough events to SIOUX, this one fixes that (jvr) by Just van Rossum · 24 years ago
  19. 7ec7c8a fixed several event handling buglets, added command Q support, added a new module doc string, some formatting nits. (jvr) by Just van Rossum · 24 years ago
  20. 98b286c A module to parse/generate MediaDescription handles as used by QuickTime. Only by Jack Jansen · 24 years ago
  21. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  22. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  23. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  24. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  25. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  26. a05ac60 Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. by Jack Jansen · 25 years ago
  27. a6107f7 Regenerated, and manually massaged (sigh): there can now be comments after enum defs, and bgen doesn't understand this yet. by Jack Jansen · 25 years ago
  28. cab9476 Drag manager constants. by Jack Jansen · 25 years ago
  29. a4e6ae6 Offscreen bitmap support, first stab. PixMaps are still treated as ordinary by Jack Jansen · 25 years ago
  30. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 25 years ago
  31. 49fc666 Use typeFloat for all floating point values. The previously used by Jack Jansen · 25 years ago
  32. 90c3c16 In unpackevent, get the direct object (----) before asking for missed parameters. by Jack Jansen · 25 years ago
  33. a0fcd25 Don't qualify local symbols with aetools... by Jack Jansen · 26 years ago
  34. d9f5a39 Manually added definitions for normal, bold, etc. These are in MacTypes (of all by Jack Jansen · 26 years ago
  35. 260400f Removed debug print by Jack Jansen · 26 years ago
  36. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  37. d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago
  38. 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 26 years ago
  39. 41dc72f Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago
  40. 4e12663 Regenerated from new (3.1) universal headers by Jack Jansen · 26 years ago
  41. b8fd1f1 Tabnanny fixes by Jack Jansen · 26 years ago
  42. bfb77a0 Oops, this wasn't checked in yet: part of the AE structure for the new by Jack Jansen · 26 years ago
  43. 5e58bcd Regenerated from Universal Headers 3.0.1 (which are changed by Jack Jansen · 26 years ago
  44. 7c2fddf Updated to Waste 1.3 by Jack Jansen · 26 years ago
  45. 20989e8 Mods by Bill Bedford by Jack Jansen · 27 years ago
  46. 5b0533d Addition by Bill Bedford: Ordinal and NOrdinal classes so we can by Jack Jansen · 27 years ago
  47. a23a462 Balloon help definitions by Jack Jansen · 27 years ago
  48. 0e680b7 Moved toolbox to lib-toolbox, Sjoerd-style. by Jack Jansen · 27 years ago