cpython/Mac/Modules
2001-07-13 20:56:52 +00:00
..
ae Got rid of a silly #if. 2001-06-20 21:44:38 +00:00
app
cf Do conversion of CFStrings to/from unicode. 2001-07-04 22:38:52 +00:00
cm
ctl Don't use extern when we mean staticforward (OSX gcc is picky about it). 2001-06-20 21:31:28 +00:00
dlg
drag
evt
fm {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them. 2001-06-20 21:29:19 +00:00
help
htmlrender
icn
list
macspeech
menu
mlte First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. 2001-07-13 20:56:52 +00:00
qd ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. 2001-06-20 21:22:23 +00:00
qdoffs
qt
res
scrap Removed some unused routines under Carbon. They caused compile errors with UH34. 2001-06-20 20:55:05 +00:00
snd ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. 2001-06-20 21:22:23 +00:00
te
waste Added a const to shut up a compiler warning. 2001-06-20 21:21:07 +00:00
win Reversed the order of the checks for None or a Dialog where a Window is expected so it doesn't crash under OSX/Mach-o. 2001-06-20 21:20:22 +00:00
_dummy_tkinter.c
calldll.c
ColorPickermodule.c
ctbmodule.c
gestaltmodule.c
icgluemodule.c
macconfig.c Added support for the gc module (!). 2001-06-21 14:50:03 +00:00
macfsmodule.c Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. 2001-07-08 22:07:23 +00:00
macmodule.c
macosmodule.c
macspeechmodule.c
Nav.c
Printingmodule.c