- 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 24 years ago
- b513621 Removed extraneous references to Modules:TE by Jack Jansen · 24 years ago
- 119177b The C-prefix file for Carbon plugin projects. by Jack Jansen · 24 years ago
- dfebb27 Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy. by Jack Jansen · 24 years ago
- 3236f6a Projects for Carbon plugin modules. by Jack Jansen · 24 years ago
- 366ffcb Use &# escape for non-ascii chars. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 24 years ago
- 8c19b88 Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it! by Jack Jansen · 24 years ago
- 6abe676 Various settings were unconditionally set. Allow them to be overridden in the settings dict. by Jack Jansen · 24 years ago
- 50f6f6f If the template is not specified it depends on the current execution model (classic ppc or carbon). by Jack Jansen · 24 years ago
- 6ecf146 Added a template for Carbon plugin projects. by Jack Jansen · 24 years ago
- a106f82 Moved files from template to template-ppc, as this is the template for classic PPC projects. by Jack Jansen · 24 years ago
- 9080e9b Added a note about the memory size. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- 8428184 Use &# escape for non-ascii chars. by Jack Jansen · 24 years ago
- 5bb3be2 A script to search for methods that are missing in Carbon in Python by Jack Jansen · 24 years ago
- ca919da Made the about box a bit larger (Apparently MacOSX does something a little different?). by Jack Jansen · 24 years ago
- 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 24 years ago
- 43bb2a4 Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
- d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
- a07d37f Regenerated (shoulnd't make a difference). by Jack Jansen · 24 years ago
- 391f40e Unicodedatabase.c has gone. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- ed79548 No need to make the S_ constants 32 bit (and its actually harmful because of multiple defines). by Jack Jansen · 24 years ago
- 0e1c24a Waste needs the ICProgKit API. by Jack Jansen · 24 years ago
- 441dea5 It's SetControlData_Handle, not SetControl_DataHandle. by Jack Jansen · 24 years ago
- f75c9d9 Re-generated with relative paths. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- 1f5cd70 Added support for forced project building. by Jack Jansen · 24 years ago
- 1eda203 Added a force option (to force project generation, the default is now to only generate if different). by Jack Jansen · 24 years ago
- 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 · 24 years ago
- 9eca235 Various tweaks for Python 2.1a1. by Jack Jansen · 24 years ago
- c33a423 Treat an empty kwdict argument the same as a missing one. by Jack Jansen · 24 years ago
- 726d873 Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's "solution" of a funny define makes portable code impossible:-( by Jack Jansen · 24 years ago
- c00df0b Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previous complicated expression. by Jack Jansen · 24 years ago
- f50fbf1 Config file for standalone carbon python. by Jack Jansen · 24 years ago
- 2fffb13 Added Carbon interpreter. by Jack Jansen · 24 years ago
- 844c297 Converted to CW Pro 6 and new naming scheme. by Jack Jansen · 24 years ago
- 159830e Added the 'carb' resource to the carbon interpreter. by Jack Jansen · 24 years ago
- ee5b8fa Replaced the single .exp file by two files, one for classic and one for carbon. by Jack Jansen · 24 years ago
- da8df6e Config file for shared carbon Python. by Jack Jansen · 24 years ago
- a3d95fa Added PythonCoreCarbon and PythonInterpreterCarbon targets. by Jack Jansen · 24 years ago
- d7b6802 Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly. by Jack Jansen · 24 years ago
- 8e0ee77 Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays. by Jack Jansen · 24 years ago
- 319c67b The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it. by Jack Jansen · 24 years ago
- 736b51d SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead. by Jack Jansen · 24 years ago
- d9d0b5f xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere. by Jack Jansen · 24 years ago
- bef8f68 Always use c2pstrcpy in stead of c2pstr, not only when compiling for carbon. by Jack Jansen · 24 years ago
- 264630e When compiling for GUSI and Carbon disable te "keep open on unseen output", for the time being. by Jack Jansen · 24 years ago
- 6ba34aa Disabled a few other routines that are available in CarbonLib. by Jack Jansen · 24 years ago
- 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
- 92f4b36 Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads. by Jack Jansen · 24 years ago
- ebadcb1 FSSpec names may be longer on carbon (1024 chars), cater for that in buffer sizes. by Jack Jansen · 24 years ago
- 91faef8 Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. by Jack Jansen · 24 years ago
- 6ff228c If we're not using GUSI the "keep open on unseen output" becomes the same as "always keep open". by Jack Jansen · 24 years ago
- e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
- 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
- 0d202b7 Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions. by Jack Jansen · 24 years ago
- b55b7bb Use relative path for outputdir. by Jack Jansen · 24 years ago
- b55e5f1 Fixed a few declarations. by Jack Jansen · 24 years ago
- e396c04 struct.pack wants H for unsigned shorts, not h. by Jack Jansen · 24 years ago
- e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
- 7ee67a1 Remove (unused) regex imports. by Jack Jansen · 24 years ago
- be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
- 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
- c158bb2 Minor clarficiations in the dialogs about which errno file is wanted when (I had also forgotten:-). by Jack Jansen · 24 years ago
- 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
- 9473649 Replaced with .mcp projects in Extensions/Imaging by Jack Jansen · 24 years ago
- 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
- 7ff3133 Regenerated so that NewGWorld is included. by Jack Jansen · 24 years ago
- 3224865 Emulate a few more non-carbon calls in carbon and the other way around. by Jack Jansen · 24 years ago
- 87a3092 Added hash() and compare() functions. Needed because multiple WinObj's can now refer to the same underlying WindowRef. by Jack Jansen · 24 years ago
- 620e914 Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers). by Jack Jansen · 24 years ago
- 61c64c9 Various tweaks. It now returns the exact same files as Matthias' tool 95% of the time. by Jack Jansen · 24 years ago
- f0d7508 Oops, interaction() returned a single value in stead of a tuple (I thought that bug was loooong fixed??!?). by Jack Jansen · 24 years ago
- 581fa78 First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. by Jack Jansen · 24 years ago
- 80716f0 Set autodispose only if RefCon isn't set yet on the window. This way we don't accidentally dispose of windows that are actually dialogs-in-disguise. by Jack Jansen · 24 years ago
- 5f884c0 Refer to the sourceforge site for gusi downloads. by Jack Jansen · 24 years ago
- 4b64c2a Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
- 50bf148 Qdoffs now exports the GWorldObj_{New,Convert} functions. by Jack Jansen · 24 years ago
- 5afad83 Added a c2pstrcpy() function. by Jack Jansen · 24 years ago
- 723ad8a More toolbox modules adapted to Universal Headers 3.3.2. by Jack Jansen · 24 years ago
- 8ed8130 Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python. by Jack Jansen · 24 years ago
- 6fe608c Regenerated from Universal Headers 3.3.2 by Jack Jansen · 24 years ago
- 177fa8c Put all AE constants into AppleEvents.py by Jack Jansen · 24 years ago
- 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
- b5e4248 Drag moved to core toolbox modules (Win uses it). by Jack Jansen · 24 years ago
- 7683229 Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
- f7d5aa6 Adapted to Universal Headers 3.3.2. More to follow. by Jack Jansen · 24 years ago
- 24342d9 Updated for the current state of the main Python source tree. by Jack Jansen · 24 years ago
- a49bdc0 These have been replaced by the new generated projects. by Jack Jansen · 24 years ago
- 420c4aa The new generated plugin projects. Checked in in XML form, so cvs diffs should work. by Jack Jansen · 24 years ago
- 0eba959 Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified. by Jack Jansen · 24 years ago
- aee9d6b Allow recursive searh entries by ending the pathname in ":*". by Jack Jansen · 24 years ago
- cb9b1eb Don't generate SYM files by default. by Jack Jansen · 24 years ago
- a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
- 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago
- b5ec5e4 Contributed code that converts Python source files to any combination of tabs/spaces for indenting. by Jack Jansen · 24 years ago
- cb54be8 Added support for adding libraries. by Jack Jansen · 24 years ago