.. |
ae
|
Got rid of a silly #if.
|
2001-06-20 21:44:38 +00:00 |
app
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
cf
|
Do conversion of CFStrings to/from unicode.
|
2001-07-04 22:38:52 +00:00 |
cm
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
ctl
|
Don't use extern when we mean staticforward (OSX gcc is picky about it).
|
2001-06-20 21:31:28 +00:00 |
dlg
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
drag
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
evt
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
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
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
htmlrender
|
Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
|
2000-07-07 13:09:35 +00:00 |
icn
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
list
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
macspeech
|
Add files by Jack
|
1994-10-02 11:33:59 +00:00 |
menu
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
mlte
|
Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet).
|
2001-07-13 22:27:20 +00:00 |
qd
|
ANSIfied function headers to shut up compiler warnings on OSX/Mach-o.
|
2001-06-20 21:22:23 +00:00 |
qdoffs
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
qt
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
res
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
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
|
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
|
2001-05-22 21:56:42 +00:00 |
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 |
ColorPickermodule.c
|
pymactoolbox.h contains protoypes for all externally visible toolbox module
|
2000-07-14 22:16:45 +00:00 |
Nav.c
|
Fixed changed UPP routines names. The module now compiles and loads.
|
2001-05-22 21:48:40 +00:00 |
Printingmodule.c
|
Got rid of Py_FatalError calls.
|
2000-09-08 10:21:44 +00:00 |
_dummy_tkinter.c
|
Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon.
|
2001-03-20 23:29:41 +00:00 |
calldll.c
|
ANSIfied.
|
2000-07-31 22:07:49 +00:00 |
ctbmodule.c
|
Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.
|
2000-07-14 22:52:50 +00:00 |
gestaltmodule.c
|
Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes
|
2001-05-12 22:46:35 +00:00 |
icgluemodule.c
|
Include Carbon/Carbon.h in stead of universal headers, if appropriate.
|
2001-05-19 12:34:59 +00:00 |
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
|
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation.
|
2001-05-12 21:31:34 +00:00 |
macosmodule.c
|
Ifdeffed a few more sections. All functionality that is relevant on MacOSX
|
2001-05-19 12:50:05 +00:00 |
macspeechmodule.c
|
ANSIfication step 2: make sure all needed prototypes are available, and all needed
|
2000-07-11 21:16:03 +00:00 |