summaryrefslogtreecommitdiff
path: root/Include/pymactoolbox.h
Commit message (Expand)AuthorAgeFilesLines
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-0/+28
* SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in coreRaymond Hettinger2004-11-051-13/+14
* Moved PyMac_GetScript() to _localemodule, which is the only place whereJack Jansen2004-07-151-1/+0
* Got rid of macglue.h, moved the little bit that remains relevantJack Jansen2003-11-201-0/+2
* WITHOUT_FRAMEWORKS conditional code bites the dust: this was forJack Jansen2003-11-191-17/+0
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-271-0/+2
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-171-0/+1
* Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.Jack Jansen2002-09-101-1/+3
* Added one call to Py_Main(), for OSX framework builds only, that will get theJack Jansen2002-08-021-1/+3
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-0/+24
* Prototype for PyMac_GetFullPathname().Jack Jansen2001-09-101-0/+1
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-011-1/+5
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-081-0/+168