Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. | Jack Jansen | 2001-06-20 | 2 | -2/+2 |
| | |||||
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵ | Jack Jansen | 2001-05-22 | 2 | -191/+79 |
| | | | | 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 | 2 | -2/+10 |
| | | | | nothing used it. | ||||
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 2 | -15/+4 |
| | |||||
* | Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. | Jack Jansen | 2000-07-14 | 2 | -12/+0 |
| | |||||
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 3 | -23/+23 |
| | |||||
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 2 | -37/+2 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵ | Jack Jansen | 2000-07-07 | 2 | -4/+4 |
| | | | | specifier, now that h is signed-only. | ||||
* | All relevant toolbox modules have now been carbonized. | Jack Jansen | 2000-06-21 | 3 | -0/+79 |
| | |||||
* | Bgen now understands more constant definitions, but that means that a few ↵ | Jack Jansen | 1999-12-14 | 1 | -0/+4 |
| | | | | which are not parseable in Python have to be blacklisted. | ||||
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 2 | -6/+176 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 2 | -5/+4 |
| | |||||
* | Module with hooks for sound input | Jack Jansen | 1998-04-15 | 1 | -0/+514 |
| | |||||
* | Reindented some of the C code | Jack Jansen | 1998-04-15 | 2 | -40/+46 |
| | |||||
* | Support for sound input added. The interface is even worse than the | Jack Jansen | 1998-02-25 | 3 | -9/+448 |
| | | | | sound-output interface, so this needs a Python wrapper shortly. | ||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 2 | -4/+293 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -0/+4 |
| | |||||
* | Removed {Set,Get}SoundVol (old calls not supported by cfm68k) | Jack Jansen | 1996-08-19 | 2 | -34/+4 |
| | |||||
* | NumVersion stuff has changed | Jack Jansen | 1996-08-01 | 2 | -47/+8 |
| | |||||
* | Removed ...gen.py files from repository | Jack Jansen | 1996-04-16 | 1 | -158/+0 |
| | |||||
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 3 | -2/+6 |
| | | | | Lib:toolbox folder. | ||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -1/+10 |
| | | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles | ||||
* | New universal headers | Jack Jansen | 1995-10-09 | 3 | -11/+13 |
| | |||||
* | Generated anew | Jack Jansen | 1995-08-17 | 2 | -1/+2 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 4 | -48/+47 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 4 | -18/+190 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | the usual | Guido van Rossum | 1995-03-10 | 1 | -0/+1 |
| | |||||
* | ported back to Think C | Guido van Rossum | 1995-02-19 | 2 | -2/+2 |
| | |||||
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 3 | -72/+57 |
| | |||||
* | get rid of obsolete low-level routines | Guido van Rossum | 1995-02-05 | 1 | -54/+8 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 4 | -0/+1219 |