summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cm/Cmmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed.Jack Jansen2001-08-231-790/+0
|
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-123/+51
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* First step in porting MacPython modules to OSX/unix: break all references ↵Jack Jansen2001-05-171-0/+16
| | | | | | between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers. And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again.
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-1/+1
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-4/+4
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-36/+4
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-211-0/+12
|
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-0/+24
|
* Re-generated from new (3.1) universal headersJack Jansen1998-04-211-0/+67
|
* Export type objects to PythonJack Jansen1997-09-201-0/+8
|
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-58/+58
| | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
* RegeneratedJack Jansen1996-08-021-3/+0
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-0/+3
| | | | Lib:toolbox folder.
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+2
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* Component mgr supportJack Jansen1995-11-301-0/+766