summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/fm
Commit message (Expand)AuthorAgeFilesLines
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-2/+2
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-12/+12
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-71/+70
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-191-4/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-11/+3
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-122-73/+4
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-18/+18
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-251-1/+1
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-0/+54
* Today's Carbon Toolbox addition: QDTextBounds()Just van Rossum2002-01-073-1/+30
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-4/+0
* Shut up many more gcc warnings.Jack Jansen2001-09-051-0/+4
* Renamed.Jack Jansen2001-08-231-351/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+359
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For no...Jack Jansen2001-06-202-36/+5
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-222-69/+35
* Fixed a few declarations.Jack Jansen2001-01-031-0/+4
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-12/+12
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-142-7/+7
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-37/+7
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-212-0/+25
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-122-0/+42
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-1/+6
* RegeneratedJack Jansen1996-08-021-3/+0
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-84/+0
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-122-2/+3
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-101-1/+1
* An interface to the font managerJack Jansen1996-01-094-0/+605