1. 7df9c60 Steven Majewski's instructions for building the toolbox modules for by Jack Jansen · 23 years ago
  2. b61ff29 A few more tweaks (there were a couple of files missing on my work machine). by Jack Jansen · 23 years ago
  3. c982ef2 Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution of 2.0). by Jack Jansen · 23 years ago
  4. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 23 years ago
  5. 3ff82a3 The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. by Jack Jansen · 23 years ago
  6. 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 23 years ago
  7. 26ce8fb Started on the 2.1a2 installer. by Jack Jansen · 23 years ago
  8. 0eea166 Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. by Jack Jansen · 23 years ago
  9. 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
  10. 90f22fe Brought in line with current config.h.in. by Jack Jansen · 23 years ago
  11. 883a19e Not sure what changed, probably an artefact of the new modules and/or new gusi. by Jack Jansen · 23 years ago
  12. 9826fe5 The interpreters built are now called PythonInterpreterClassic and PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. by Jack Jansen · 23 years ago
  13. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 23 years ago
  14. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 23 years ago
  15. 497314e Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  16. 3f49e4d Oops, repr didn't allocate the memory it used... by Jack Jansen · 23 years ago
  17. 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  18. add58f9 Added prototype for DlgObj_WhichDialog() by Jack Jansen · 23 years ago
  19. 7e31f68 Replaced touched(), which no longer seems to work under os9, with something using an appleevent to the finder. More expensive, but at least it works:-) by Jack Jansen · 23 years ago
  20. 34f83b3 Added a few constants. by Jack Jansen · 23 years ago
  21. 784c611 Dialogs and there windows were still confused in some spots. Fixed. by Jack Jansen · 23 years ago
  22. def0d8d Get rid of from ... import * by Jack Jansen · 23 years ago
  23. 5c734e8 Replaced by :Lib:cfmfile.py. by Jack Jansen · 23 years ago
  24. 69e7f11 Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at dialogs. by Jack Jansen · 23 years ago
  25. d6b2aeb QDFlushPortBuffer() has an optional region argument. by Jack Jansen · 23 years ago
  26. ecdaadb Also recognize DragRef as a method-argument. by Jack Jansen · 23 years ago
  27. dc2ac8d3 Accept Dialogs and Windows where Grafports are expected (such as in SetPort) and do a MacOSX compatible cast. Bit of a hack, but good enough for now. by Jack Jansen · 23 years ago
  28. 340eb88 On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit. For now we set a hard limit of 256K (default rlimit is 512K). by Jack Jansen · 23 years ago
  29. 87eb4f8 New internal function BMObj_NewCopied() which copies the BitMap. Used to get the screenBits bitmap. by Jack Jansen · 23 years ago
  30. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 23 years ago
  31. bf21bef Got ZeroScrap() and PutScrap() to work under Carbon. by Jack Jansen · 23 years ago
  32. 64aa1e2 Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 23 years ago
  33. 565e956 Use CountMenuItems() in stead of CountMItems(). by Jack Jansen · 23 years ago
  34. 1bbf6ff Make balloon code dependent on existence of Help module by Jack Jansen · 23 years ago
  35. a3e2dca Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives. by Jack Jansen · 23 years ago
  36. 5c3c58b Accessor functions for regions and such expect an existing region as parameter. Fixed for grafport attribute access. by Jack Jansen · 23 years ago
  37. 9b897ec Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  38. 54c0787 Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files). by Jack Jansen · 23 years ago
  39. f424f24 Re-enabled Scrap (even though it's mostly empty right now). by Jack Jansen · 23 years ago
  40. afd0aa6 Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {Enable,Disable,Check}MenuItem. by Jack Jansen · 23 years ago
  41. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  42. 13735e3 Added Help, Scrap and icglue missing methods. by Jack Jansen · 23 years ago
  43. 2beeb22 Added cellobject.c by Jack Jansen · 23 years ago
  44. a813153 Got waste to work for Carbon. by Jack Jansen · 23 years ago
  45. c34a5ad ucnhash module has gone, xreadlines module added. by Jack Jansen · 23 years ago
  46. 41eb3c7 ucnhash module has gone. by Jack Jansen · 23 years ago
  47. 4ff2fe7 ucnhash module has gone, xreadlines module added. by Jack Jansen · 23 years ago
  48. c4abd00 Got rid of extraneous Modues:TE in the search path. by Jack Jansen · 23 years ago
  49. 48d11c1 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 23 years ago
  50. 4a4adf4 Recognize {compiler} and {project} prefixes to pathnames and output the correct XML. by Jack Jansen · 23 years ago
  51. 7b3cc1f Regenerated (and manually massaged for PutScrap) so it can be byuilt both for Carbon and Classic. The Carbon module is rather empty, though, for now. by Jack Jansen · 23 years ago
  52. 5396feb Quick (manual) fix to make the module compile with Waste 2.0. TBD later. by Jack Jansen · 23 years ago
  53. 8c98266 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 23 years ago
  54. f47075e Blacklisted (for the time being) the functions that have a component argument. Don't want to drag the Cm module into the core set too. by Jack Jansen · 23 years ago
  55. 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 23 years ago
  56. bace5e9 Added the GrafPort attributes that are unavailable under Carbon. by Jack Jansen · 23 years ago
  57. bd58eda Implemented direct attribute access for Carbon builds and accessor functions for non-carbon builds. by Jack Jansen · 23 years ago
  58. 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 23 years ago
  59. b513621 Removed extraneous references to Modules:TE by Jack Jansen · 23 years ago
  60. 119177b The C-prefix file for Carbon plugin projects. by Jack Jansen · 23 years ago
  61. dfebb27 Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy. by Jack Jansen · 23 years ago
  62. 3236f6a Projects for Carbon plugin modules. by Jack Jansen · 23 years ago
  63. 366ffcb Use &# escape for non-ascii chars. by Jack Jansen · 23 years ago
  64. 193509b Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess. by Jack Jansen · 23 years ago
  65. c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 23 years ago
  66. 8c19b88 Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it! by Jack Jansen · 23 years ago
  67. 6abe676 Various settings were unconditionally set. Allow them to be overridden in the settings dict. by Jack Jansen · 23 years ago
  68. 50f6f6f If the template is not specified it depends on the current execution model (classic ppc or carbon). by Jack Jansen · 23 years ago
  69. 6ecf146 Added a template for Carbon plugin projects. by Jack Jansen · 23 years ago
  70. a106f82 Moved files from template to template-ppc, as this is the template for classic PPC projects. by Jack Jansen · 23 years ago
  71. 9080e9b Added a note about the memory size. by Jack Jansen · 23 years ago
  72. 670c4bd Upped the default memory size to a whopping 24Mb, which is needed to make the autotests run. Sigh. User with low-memory systems will have to adapt the setting. by Jack Jansen · 23 years ago
  73. 8428184 Use &# escape for non-ascii chars. by Jack Jansen · 23 years ago
  74. 5bb3be2 A script to search for methods that are missing in Carbon in Python by Jack Jansen · 23 years ago
  75. ca919da Made the about box a bit larger (Apparently MacOSX does something a little different?). by Jack Jansen · 23 years ago
  76. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 23 years ago
  77. 43bb2a4 Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 23 years ago
  78. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 23 years ago
  79. a07d37f Regenerated (shoulnd't make a difference). by Jack Jansen · 23 years ago
  80. 391f40e Unicodedatabase.c has gone. by Jack Jansen · 23 years ago
  81. af4c942 Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist. by Jack Jansen · 23 years ago
  82. ed79548 No need to make the S_ constants 32 bit (and its actually harmful because of multiple defines). by Jack Jansen · 23 years ago
  83. 0e1c24a Waste needs the ICProgKit API. by Jack Jansen · 23 years ago
  84. 441dea5 It's SetControlData_Handle, not SetControl_DataHandle. by Jack Jansen · 23 years ago
  85. f75c9d9 Re-generated with relative paths. by Jack Jansen · 23 years ago
  86. 0447ebd Added CarbonAccessors.o to the non-carbon targets, and probably a few minor things having to do with Python 2.1a1. by Jack Jansen · 23 years ago
  87. 1f5cd70 Added support for forced project building. by Jack Jansen · 23 years ago
  88. 1eda203 Added a force option (to force project generation, the default is now to only generate if different). by Jack Jansen · 23 years ago
  89. d638995 Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject(). by Jack Jansen · 23 years ago
  90. 9eca235 Various tweaks for Python 2.1a1. by Jack Jansen · 23 years ago
  91. c33a423 Treat an empty kwdict argument the same as a missing one. by Jack Jansen · 23 years ago
  92. 726d873 Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution" of a funny define makes portable code impossible:-( by Jack Jansen · 23 years ago
  93. c00df0b Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression. by Jack Jansen · 23 years ago
  94. f50fbf1 Config file for standalone carbon python. by Jack Jansen · 23 years ago
  95. 2fffb13 Added Carbon interpreter. by Jack Jansen · 23 years ago
  96. 844c297 Converted to CW Pro 6 and new naming scheme. by Jack Jansen · 23 years ago
  97. 159830e Added the 'carb' resource to the carbon interpreter. by Jack Jansen · 23 years ago
  98. ee5b8fa Replaced the single .exp file by two files, one for classic and one for carbon. by Jack Jansen · 23 years ago
  99. da8df6e Config file for shared carbon Python. by Jack Jansen · 23 years ago
  100. a3d95fa Added PythonCoreCarbon and PythonInterpreterCarbon targets. by Jack Jansen · 23 years ago