Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -5/+0 |
| | | | | MacOS9isms. | ||||
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -26/+0 |
| | | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9). | ||||
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 1 | -50/+32 |
| | | | | | | | | | | | | | | | | descriptors in stead of manual getattr hooks to get at attributes of the objects. For Qd I have in stead gotten rid of most of the attribute access in favor of the carbon-style accessor methods (with the exception of visRgn, to be done later), and of the Carbon.Qd.qd global object, for which accessor functions are also available. For List I have fixed the fact that various methods were incorrectly generated as functions. CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with basechain, so it will have to wait for PEP253 support. | ||||
* | Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the ↵ | Jack Jansen | 2002-02-05 | 1 | -0/+1 |
| | | | | record routines to be generated. | ||||
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -3/+7 |
| | |||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. | Jack Jansen | 2001-06-20 | 1 | -1/+1 |
| | |||||
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵ | Jack Jansen | 2001-05-22 | 1 | -19/+13 |
| | | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. | ||||
* | The interruptRoutine attribute is gone under Carbon. Luckily it appears that ↵ | Jack Jansen | 2001-01-12 | 1 | -1/+5 |
| | | | | nothing used it. | ||||
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 1 | -6/+0 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -1/+1 |
| | |||||
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵ | Jack Jansen | 2000-07-07 | 1 | -2/+2 |
| | | | | specifier, now that h is signed-only. | ||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 1 | -0/+2 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -3/+0 |
| | |||||
* | Reindented some of the C code | Jack Jansen | 1998-04-15 | 1 | -20/+23 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 1 | -0/+162 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | NumVersion stuff has changed | Jack Jansen | 1996-08-01 | 1 | -19/+0 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 1 | -1/+2 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -0/+7 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | ported back to Think C | Guido van Rossum | 1995-02-19 | 1 | -1/+1 |
| | |||||
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 1 | -3/+3 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+218 |