summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/Carbon
Commit message (Collapse)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-3061-6803/+0
| | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc).
* This now contains constants from Files.h, Aliases.h and Finder.h.Jack Jansen2002-12-171-0/+83
|
* Added the alias manager too. The interface isn't perfect yet: the aliasJack Jansen2002-11-222-0/+19
| | | | | manager doesn't always have the alias as the first argument, so things become functions in stead of methods.
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-224-0/+527
| | | | | manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done.
* Python 2.2 as installed by Apple has a version of _Res that is too old. WeJack Jansen2002-11-151-1/+4
| | | | attempt to load an override version in this case.
* Shut up FutureWarnings about hex constants.Jack Jansen2002-09-121-0/+4
|
* Revived the Carbon.Help module, but implementing the MacHelp API in steadJack Jansen2002-08-292-66/+58
| | | | | of the defunct Balloons API. Help tags are TBD, but at least this gives us access to the help menu.
* This file never made it to the repository, somehow.Jack Jansen2002-08-281-0/+28
|
* These were regenerated some time ago (with ascii chars only andJack Jansen2002-08-286-59/+61
| | | | fully qualified imports) but somehow not checked in yet.
* Interface to Apple Help Viewer.Jack Jansen2002-08-282-0/+7
|
* Wrapper around _IBCarbon.Jack Jansen2002-08-061-0/+1
|
* The definitions for IBCarbonRuntime.hJack Jansen2002-08-041-0/+5
|
* Regenerated from new Universal Headers.Jack Jansen2002-05-2216-261/+717
|
* UH 3.4 checkin that I had forgotten about.Jack Jansen2002-01-041-4/+51
|
* Some of the new routines are carbon-only.Jack Jansen2002-01-041-4/+4
|
* first checkin for CoreGraphicsJust van Rossum2001-12-132-0/+25
|
* Updated for Universal Headers 3.4.Just van Rossum2001-12-121-54/+284
|
* Support files for CarbonEventsJust van Rossum2001-12-122-0/+353
|
* Wrapper modules underound the toolbox modules, which now have an _ prepended.Jack Jansen2001-08-2323-0/+23
|
* The modules with toolbox constants.Jack Jansen2001-08-1922-0/+4998
|
* Carbon is now a package encapsulating all the toolbox modules. Carbon is notJack Jansen2001-08-191-0/+0
the best of names right now (because QuickTime, for instance, is part of its own framekwork in OSX terminology, and because all these modules also work on pre-Carbon MacOS) but in a year or so it will be:-).