1. eefc1a3 Add an empty PYTHONPREFSFILE STR resource, so frozen applications by Jack Jansen · 26 years ago
  2. df901df Added a function SetUserItemHandler: this takes a function(dialog, by Jack Jansen · 26 years ago
  3. f811dca Disable malloc debug in frozen programs. by Jack Jansen · 26 years ago
  4. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
  5. a5a4981 Convert \n to \r in strings that are displayed in the dialogs. by Jack Jansen · 26 years ago
  6. fb721cf Added build.macfreeze to the "special" folders. by Jack Jansen · 26 years ago
  7. 46603af Config file for frozen binaries. by Jack Jansen · 26 years ago
  8. d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
  9. 1118c44 Template project, bundle file and config.c file for frozen applications. by Jack Jansen · 26 years ago
  10. ecf960f A well-known example for freeze. by Jack Jansen · 26 years ago
  11. 144fa67 Mac version of freeze. Uses standard freeze modules where it can, by Jack Jansen · 26 years ago
  12. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  13. 4c70413 Added {Get,Set}PopupData calls to get at the data for popup menu controls. by Jack Jansen · 26 years ago
  14. 41e825a For ControlWindow there is a new method do_rawcontrolhit(), which gets by Jack Jansen · 26 years ago
  15. 848250c Allow an (optional) tracking function (or -1) to be specified to by Jack Jansen · 26 years ago
  16. 0072b8d An applet with Popt and GUSI preferences but without alis resource by Jack Jansen · 26 years ago
  17. bb6193c Added a PopupMenu class. by Jack Jansen · 26 years ago
  18. 1ed7036 Version for 1.5.1 by Jack Jansen · 26 years ago
  19. 4bfe2c7 Final projects for 1.5.1 by Jack Jansen · 26 years ago
  20. 845264f Mods by Just by Jack Jansen · 26 years ago
  21. d0ddb66 Updated for 1.5.1 by Jack Jansen · 26 years ago
  22. 804fdc8 Use dialog auto-placement whenever appropriate. by Jack Jansen · 26 years ago
  23. 7a32fa1 Fixes by Just: by Jack Jansen · 26 years ago
  24. 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 26 years ago
  25. 2d7850f Added FOUR_CHAR_CODE define by Jack Jansen · 26 years ago
  26. aa70234 New versions from Just. by Jack Jansen · 26 years ago
  27. d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago
  28. cf70b84 Mention the Mac:Contrib folder by Jack Jansen · 26 years ago
  29. 5073b37 Added Just's printing demo code. by Jack Jansen · 26 years ago
  30. 7b7a2c2 Added new folder types by Jack Jansen · 26 years ago
  31. 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 26 years ago
  32. e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 26 years ago
  33. 41dc72f Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago
  34. b200639 Added support for the horribly complex TimeRecord, so we can position by Jack Jansen · 26 years ago
  35. 7f725e4 SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. by Jack Jansen · 26 years ago
  36. bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 26 years ago
  37. 031a68f CW Pro 3 FC8 projects. Checked in because of ColorPicker and Printing by Jack Jansen · 26 years ago
  38. 955a2f5 If there's no comment for an error we use the symbolic name as the by Jack Jansen · 26 years ago
  39. cf89f6f Removed unused import of addpack by Jack Jansen · 26 years ago
  40. bca57e6 Moved some code around: occasionally the SetCreatorFileType didn't by Jack Jansen · 26 years ago
  41. 66691ba Updated for Python 1.5.1: version number, preference filename, etc by Jack Jansen · 26 years ago
  42. d58cd63 Added PyMac_{Get,Build}wide. These should support python longints at by Jack Jansen · 26 years ago
  43. 1c4e614 Re-generated from new (3.1) universal headers by Jack Jansen · 26 years ago
  44. 02facaf Added ColorPicker and Printing modules, donated by Just. In config.c by Jack Jansen · 26 years ago
  45. 4e12663 Regenerated from new (3.1) universal headers by Jack Jansen · 26 years ago
  46. 36659fe Re-generated with slightly more intelligent script by Jack Jansen · 26 years ago
  47. 0dca752 Add (temporary) PyMac_{Build,Get}wide by Jack Jansen · 26 years ago
  48. 4f2936e Add HAVE_MKTIME by Jack Jansen · 26 years ago
  49. 0c4d947 Replaced addpack by handcrafted code to find the bgen stuff. by Jack Jansen · 26 years ago
  50. b36b830 Removed reop by Jack Jansen · 26 years ago
  51. b8fd1f1 Tabnanny fixes by Jack Jansen · 26 years ago
  52. c84cb95 Added declarations for mac{set,get}filetype by Jack Jansen · 26 years ago
  53. 8fa02d9 Added Sndihooks by Jack Jansen · 26 years ago
  54. 75c5ef9 Module with hooks for sound input by Jack Jansen · 26 years ago
  55. a239a92 Reindented some of the C code by Jack Jansen · 26 years ago
  56. df3c6ab Last projects before 1.5.1 by Jack Jansen · 26 years ago
  57. ae3407a Added Sndihooks module by Jack Jansen · 26 years ago
  58. 1301f2b __file__ now sometimes refers to the .pyc file by Jack Jansen · 26 years ago
  59. a4f0309 Added WEGetTabSize and WESetTabSize, at Just's request by Jack Jansen · 26 years ago
  60. 52b38b7 Support for sound input added. The interface is even worse than the by Jack Jansen · 26 years ago
  61. e742a82 Regenerated because of confusion with Style/StyleParameter and by Jack Jansen · 26 years ago
  62. d6b6d88 Regerated: Style and StyleParameter are different beasts by Jack Jansen · 26 years ago
  63. bfb77a0 Oops, this wasn't checked in yet: part of the AE structure for the new by Jack Jansen · 26 years ago
  64. 0e4033a Module to use Mac serial port as a communication link by Jack Jansen · 26 years ago
  65. 0aa9782 Helper routines to create standalone Python applications. by Jack Jansen · 26 years ago
  66. f7d8f45 Hack to get at string buffer address changed by Jack Jansen · 26 years ago
  67. 0db61d1 Helper file for version-checking by Jack Jansen · 26 years ago
  68. a2139fe Added (minimal) documentation on how to build standalone applications by Jack Jansen · 26 years ago
  69. ff170fb Default button on main window wasn't set correctly by Jack Jansen · 26 years ago
  70. 73c804a Added some debug prints (if enabled by setting DEBUG) by Jack Jansen · 26 years ago
  71. 8554e30 BuildApplet will now also update old applets by Jack Jansen · 26 years ago
  72. ebe914a Current ("1.5b4") projects, with new UH toolbox modules and such by Jack Jansen · 26 years ago
  73. 5e302db USE_PRECOMPILED_HEADERS renamed to MSL_USE_PRECOMPILED_HEADERS by Jack Jansen · 26 years ago
  74. efaada7 - Universal Headers 3 mods by Jack Jansen · 26 years ago
  75. 21f9687 Regenerated from Universal Headers 3.0.1. Some new calls are by Jack Jansen · 26 years ago
  76. cbe6a53 Fixed double-dispose of splash() dialog by Jack Jansen · 26 years ago
  77. 2369a98 Updated for Waste 1.3 by Jack Jansen · 26 years ago
  78. 40bd770 Add fstat() if using GUSI by Jack Jansen · 26 years ago
  79. c2952bc Universal Headers 3 by Jack Jansen · 26 years ago
  80. 1b5b37f Updated to Universal Headers 3 constant names by Jack Jansen · 26 years ago
  81. 5e58bcd Regenerated from Universal Headers 3.0.1 (which are changed by Jack Jansen · 26 years ago
  82. 7c2fddf Updated to Waste 1.3 by Jack Jansen · 26 years ago
  83. 7b56aad Break circular reference on menus upon cleanup by Jack Jansen · 26 years ago
  84. 64da169 Added CHECK_IMPORT_CASE by Jack Jansen · 26 years ago
  85. dee6d02 Removed incorrect weMonoStyled from initialization by Jack Jansen · 26 years ago
  86. 0188172 Fixed bug in explanation of how to run test.autotest, and warned for by Jack Jansen · 26 years ago
  87. 20989e8 Mods by Bill Bedford by Jack Jansen · 26 years ago
  88. 5b0533d Addition by Bill Bedford: Ordinal and NOrdinal classes so we can by Jack Jansen · 26 years ago
  89. ae4300f Updated embed demo, and put a note in the html file that you need a by Jack Jansen · 27 years ago
  90. 6b02ac2 I give in. Now Tk is also using resources just above 128, so Python by Jack Jansen · 27 years ago
  91. ecbc1cc Release notes and readme for 1.5b3 by Jack Jansen · 27 years ago
  92. e86d287 Loading defaults for gusi/sys.path didn't work for applets. Fixed. by Jack Jansen · 27 years ago
  93. a23a462 Balloon help definitions by Jack Jansen · 27 years ago
  94. d9d2968 Added cPickle and cStringIO by Jack Jansen · 27 years ago
  95. a5e2ece - Tk 8.0p2 script resources by Jack Jansen · 27 years ago
  96. 416a1c8 Projects for 1.5b3 by Jack Jansen · 27 years ago
  97. 44a8931 Upped tcl/tk instructions for 8.0p2 by Jack Jansen · 27 years ago
  98. 0e680b7 Moved toolbox to lib-toolbox, Sjoerd-style. by Jack Jansen · 27 years ago
  99. 3802039 Moved scripting to lib-scripting (did it the Sjoerd-way this time) by Jack Jansen · 27 years ago
  100. 04d5c58 Updated (but still not up to date) by Jack Jansen · 27 years ago