summaryrefslogtreecommitdiff
path: root/Mac/Lib/lib-toolbox/Controls.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to ↵Jack Jansen2001-08-191-437/+0
| | | | the Carbon package.
* Got rid of full pathnames in "generated from" comments, so that these files ↵Jack Jansen2001-02-121-1/+1
| | | | are the same no mater which machine they've been generated on.
* Regenerated from Universal Headers 3.3.2Jack Jansen2000-12-121-165/+201
|
* Made the core toolbox modules carbon-compatible using the new greylist ↵Jack Jansen2000-06-021-1/+1
| | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
* Two constants were missing.Jack Jansen2000-01-071-0/+2
|
* Regenerated now that bgen can handle a few more constructs in constant ↵Jack Jansen1999-12-141-3/+11
| | | | definitions.
* C-style comments removed (again).Jack Jansen1999-12-131-2/+2
| | | | AE stuff got some extra definitions (don't know why these weren't checked in).
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-2/+2
|
* Regenerated, and manually massaged (sigh): there can now be comments after ↵Jack Jansen1999-12-091-3/+45
| | | | enum defs, and bgen doesn't understand this yet.
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
|
* Regenerated from new (3.1) universal headersJack Jansen1998-04-211-2/+23
|
* Regenerated from Universal Headers 3.0.1 (which are changedJack Jansen1998-02-201-31/+270
| | | | substantially from previous releases)
* Moved toolbox to lib-toolbox, Sjoerd-style.Jack Jansen1997-12-181-0/+89