summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* Files used for 2.2.1c2 distribution.Jack Jansen2002-03-265-2/+4
|
* Oops, missed the prefixname optional arg when I applied the previous backport.Jack Jansen2002-03-261-2/+4
|
* Ready for 2.2c2.Jack Jansen2002-03-261-1/+4
|
* Backport of 1.15 and 1.14:Jack Jansen2002-03-261-4/+149
| | | | | | | Make object browser work in OSX (by rewriting the old browser LDEF in Python). If at all possible, this should go into 2.2.1. Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.12:Jack Jansen2002-03-261-0/+4
| | | | | Make object browser work in OSX (by rewriting the old browser LDEF in Python). If at all possible, this should go into 2.2.1.
* Added a note about preference file problems for non-privileged OSXJack Jansen2002-03-251-0/+17
| | | | users. Stopgap for bug #534158.
* Backport of 1.27, 1.29 and 1.30:Jack Jansen2002-03-251-33/+66
| | | | | | | | | | | | | CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. - Weaklink InterfaceLib in _Res module - forgot to pass libraryflags and stdlibraryflags on to ppc/carbon project generation. First half of fix to 531398. Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, inShould finally fix 531398. 2.2.1 candidate.se an exception.
* Backport of _Cmmodule.c 1.8 and cmsupport.py 1.6:Jack Jansen2002-03-252-2/+98
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Qdmodule.c 1.8, qdsupport.py 1.38:Jack Jansen2002-03-252-2/+935
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Dragmodule.c 1.8, dragsupport.py 1.10:Jack Jansen2002-03-252-2/+98
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Evtmodule.c 1.6, evtsupport.py 1.15:Jack Jansen2002-03-252-2/+95
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Fmmodule.c 1.6 and fmsupport.py 1.6:Jack Jansen2002-03-252-1/+55
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Icnmodule.c 1.5, icnsupport.py 1.7:Jack Jansen2002-03-252-1/+184
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Qdoffsmodule.c 1.7, qdoffssupport.py 1.8:Jack Jansen2002-03-252-2/+74
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _TEmodule.c 1.8, tesupport.py 1.10:Jack Jansen2002-03-252-2/+152
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Qtmocule.c 1.7, qtsupport.py 1.19:Jack Jansen2002-03-252-2/+1217
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Appmodule.c 1.10, appsupport.py 1.14:Jack Jansen2002-03-252-3/+204
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of 1.20:Jack Jansen2002-03-251-0/+2
| | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible.
* Backport of 1.7:Jack Jansen2002-03-251-0/+1
| | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, inAlso blacklisted some constants with definitions that were not Python-compatible.
* Backport of _AEmodule.c 1.10 and aesupport.py 1.26:Jack Jansen2002-03-252-2/+140
| | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, inAlso blacklisted some constants with definitions that were not Python-compatible.
* Backport of _Resmodule.c 1.10 and ressupport.py 1.21:Jack Jansen2002-03-222-2/+188
| | | | | | | Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) don't cause import failure. Fixes 531398, 2.2.1 candidate.
* Merge of 1.13: checked in to convert from BinHex to AppleSingle.Jack Jansen2002-03-211-0/+0
|
* Merge rev. 1.5: Updated to new Universal Headers.Jack Jansen2002-03-211-0/+0
| | | | Also, this checkin should make the file MacBinary again.
* sync() has different return values depending on whether we build with GUSI ↵Jack Jansen2002-03-191-3/+5
| | | | or not.
* Files used for 2.2.1c1 distribution.Jack Jansen2002-03-194-2/+2
|
* char/unsigned char mixup.Jack Jansen2002-03-191-2/+2
|
* Backport of _CFmodule.c 1.11 and _Winmodule 1.8:Jack Jansen2002-03-182-2/+2
| | | | | Lurking bug found by patch for 531291: FSSpecs should be passed to Py_BuildValue by address, not by value.
* Backport of _Resmodule.c 1.10 and ressupport.py 1.20:Jack Jansen2002-03-182-95/+67
| | | | | Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291.
* Finished 2.2.1 release notes.Jack Jansen2002-03-181-2/+45
|
* Backport of 1.14:Jack Jansen2002-03-121-3/+7
| | | | mkalias() now also works for folders. Fixes bug #515830.
* Backport of 1.22:Jack Jansen2002-03-103-497/+936
| | | | | | | Use waste included with CW in stead of separate package. (But a truer log message would have been "updated to current version of waste", as in MachoPython we use a normal standalone separate Waste distribution).
* Backport of 1.9 (missed last time around):Jack Jansen2002-03-101-2/+4
| | | | | | Changes by Donovan Preston (and a few minor ones by me) to make IDE run under MachoPython. Mainly making sure we don't call routines that don't exist and representing pathnames in a os.separator-neutral format.
* First stab at files for 2.2.1.Jack Jansen2002-03-062-113/+9
|
* Backport of 1.4 and 1.5:Jack Jansen2002-03-064-0/+55
| | | | | Added support for SyncCGContextOriginWithPort Added ClipCGContextToRegion
* Backport of 1.3:Jack Jansen2002-03-061-0/+0
| | | | CGStubLib wasn't weak-linked, fixed.
* Backport of 1.7:Jack Jansen2002-02-273-1/+55
| | | | Added SndRecord and (classic only) SndRecordToFile.
* Backport of 1.2:Jack Jansen2002-02-273-75/+314
| | | | Added support for the Carbon scrap manager (finally).
* Backport of 1.8 and 1.9:Jack Jansen2002-02-273-4/+125
| | | | Added some support for unicode arguments.
* Backport of 1.7:Jack Jansen2002-02-273-3/+29
| | | | Added some support for unicode arguments.
* Backport of 1.8-1.10 (of _Menumodule.c):Jack Jansen2002-02-274-1/+410
| | | | | | | | | | - The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. - Added support for optional MenuObj arguments - Added a bunch of calls as functions with an optional MenuObj first argument. The same calls already exist as methods, but then the first arg isn't optional... The method versions could go as far as I'm concerned. Jack?
* Backport of 1.5:Jack Jansen2002-02-273-1/+30
| | | | Today's Carbon Toolbox addition: QDTextBounds()
* Backport of 1.7 (of _Dragmodule.c):Jack Jansen2002-02-272-6/+12
| | | | | | | Callback error handling improvements: - print traceback - don't use fprintf() - clear exception (implied by PyErr_Print())
* Backport of 1.4 thru 1.16 (of _Ctlmodule.c):Jack Jansen2002-02-273-11/+297
| | | | | | | | | | | - added support for UserPaneKeyDownProc and UserPaneFocusProc - clear error after failing PyArg_Parse() - Oops, forgot to mark CreateScrollBarControl and CreateSliderControl as Carbon-only - added support for ControlActionProcs, exposing the following calls: - ctl.SetControlAction() - CreateScrollBarControl() - CreateSliderControl()
* Backport of 1.8 (of _CFModule.c):Jack Jansen2002-02-273-5/+75
| | | | Added some support for unicode arguments.
* Backport of 1.5 thru 1.7 (of _CarbonEvtmodule.c):Jack Jansen2002-02-273-13/+108
| | | | | | - Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. - Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. - fixed SetEventParameter() signature: removed unneccesary length arg.
* Backport of 1.6 thru 1.9 (of _Appmodule.c):Jack Jansen2002-02-273-17/+379
| | | | | | | - Added support for DrawThemeButton() and friends. - Q&D support for ThemeDrawingState objects. - Added DrawThemeTextBox() - fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out.
* Backport of 1.25:Jack Jansen2002-02-271-1/+4
| | | | Ugh, by all means, _do_ report exceptions somehow ;-)
* Backport of 1.17:Jack Jansen2002-02-271-2/+8
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.12:Jack Jansen2002-02-271-2/+7
| | | | Use the Carbon scrap manager interface if the old interface isn't available.
* Backport of 1.13:Jack Jansen2002-02-271-27/+11
| | | | added support for live feedback in scrollbars