.. |
ae
|
Remove (unused) regex imports.
|
2001-01-02 22:02:45 +00:00 |
app
|
Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers).
|
2000-12-19 21:33:51 +00:00 |
cm
|
…
|
|
ctl
|
SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead.
|
2001-01-12 23:39:00 +00:00 |
dlg
|
On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a crashing UPP. This made ModalDialog (and, hence EditPythonPrefs and EasyDialogs and many others) crash. Fixed.
|
2001-02-20 22:27:43 +00:00 |
drag
|
Also recognize DragRef as a method-argument.
|
2001-02-05 13:47:13 +00:00 |
evt
|
…
|
|
fm
|
Fixed a few declarations.
|
2001-01-03 16:44:27 +00:00 |
help
|
…
|
|
htmlrender
|
…
|
|
icn
|
Fixed a few declarations.
|
2001-01-03 16:44:27 +00:00 |
list
|
SetListCellIndent() argument was guessed incorrectly. Fixed.
|
2001-02-27 13:00:36 +00:00 |
macspeech
|
…
|
|
menu
|
Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files).
|
2001-01-29 13:32:10 +00:00 |
qd
|
QDFlushPortBuffer() has an optional region argument.
|
2001-02-06 16:13:50 +00:00 |
qdoffs
|
Regenerated so that NewGWorld is included.
|
2000-12-19 22:28:14 +00:00 |
qt
|
Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions.
|
2001-01-09 22:09:31 +00:00 |
res
|
Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
|
2001-03-02 16:32:03 +00:00 |
scrap
|
Got ZeroScrap() and PutScrap() to work under Carbon.
|
2001-01-29 15:20:06 +00:00 |
snd
|
The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it.
|
2001-01-12 23:39:59 +00:00 |
te
|
More toolbox modules adapted to Universal Headers 3.3.2.
|
2000-12-12 22:10:21 +00:00 |
waste
|
Quick (manual) fix to make the module compile with Waste 2.0. TBD later.
|
2001-01-24 16:03:05 +00:00 |
win
|
Check RefCon backpointer to python object with IsPointerValid() before dereferencing it (carbon only).
|
2001-04-25 22:09:29 +00:00 |
ColorPickermodule.c
|
…
|
|
Nav.c
|
Treat an empty kwdict argument the same as a missing one.
|
2001-01-19 23:46:28 +00:00 |
Printingmodule.c
|
…
|
|
_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
|
…
|
|
ctbmodule.c
|
…
|
|
gestaltmodule.c
|
…
|
|
icgluemodule.c
|
Ported the icglue module to carbon.
|
2001-01-29 13:27:46 +00:00 |
macconfig.c
|
Soundex has gone.
|
2001-02-27 12:59:49 +00:00 |
macfsmodule.c
|
FindFolder argument is a short, not an unsigned short.
|
2001-03-15 14:38:10 +00:00 |
macmodule.c
|
xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere.
|
2001-01-12 23:37:14 +00:00 |
macosmodule.c
|
Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess.
|
2001-01-23 22:38:23 +00:00 |
macspeechmodule.c
|
…
|
|