Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various tweaks to make it everything build and compile again under carbon. ↵ | Jack Jansen | 2001-01-09 | 1 | -0/+2 |
| | | | | Mainly greylisted functions. | ||||
* | Emulate a few more non-carbon calls in carbon and the other way around. | Jack Jansen | 2000-12-19 | 1 | -93/+31 |
| | |||||
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -100/+100 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -6/+6 |
| | |||||
* | Made the core toolbox modules carbon-compatible using the new greylist ↵ | Jack Jansen | 2000-06-02 | 1 | -10/+6 |
| | | | | | | 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. | ||||
* | Added {Get,Set}WindowUserData methods. | Jack Jansen | 1998-10-22 | 1 | -0/+10 |
| | |||||
* | Grmpf, a lot more routines have gotten a "Mac" prefix for their | Jack Jansen | 1998-04-24 | 1 | -0/+28 |
| | | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files. | ||||
* | Added support for GrafPort object | Jack Jansen | 1995-11-15 | 1 | -19/+22 |
| | |||||
* | - Added support for PicHandle | Jack Jansen | 1995-11-14 | 1 | -0/+95 |
- Added (by hand, through winedit.py) support for WindowPeek accessor functions that are currently declared as macros. |