summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/snd
Commit message (Collapse)AuthorAgeFilesLines
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
|
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
| | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment.
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-6/+2
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Shut up many more gcc warnings.Jack Jansen2001-09-052-19/+15
|
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
|
* Renamed.Jack Jansen2001-08-232-1967/+0
|
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-232-0/+1975
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-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 Jansen2001-06-202-2/+2
|
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-222-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 Jansen2001-01-122-2/+10
| | | | nothing used it.
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-122-15/+4
|
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-142-12/+0
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-143-23/+23
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-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 Jansen2000-07-072-4/+4
| | | | specifier, now that h is signed-only.
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-213-0/+79
|
* Bgen now understands more constant definitions, but that means that a few ↵Jack Jansen1999-12-141-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 Jansen1999-12-122-6/+176
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-172-5/+4
|
* Module with hooks for sound inputJack Jansen1998-04-151-0/+514
|
* Reindented some of the C codeJack Jansen1998-04-152-40/+46
|
* Support for sound input added. The interface is even worse than theJack Jansen1998-02-253-9/+448
| | | | sound-output interface, so this needs a Python wrapper shortly.
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-202-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 PythonJack Jansen1997-09-201-0/+4
|
* Removed {Set,Get}SoundVol (old calls not supported by cfm68k)Jack Jansen1996-08-192-34/+4
|
* NumVersion stuff has changedJack Jansen1996-08-012-47/+8
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-158/+0
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-123-2/+6
| | | | Lib:toolbox folder.
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+10
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* New universal headersJack Jansen1995-10-093-11/+13
|
* Generated anewJack Jansen1995-08-172-1/+2
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-094-48/+47
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-064-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 usualGuido van Rossum1995-03-101-0/+1
|
* ported back to Think CGuido van Rossum1995-02-192-2/+2
|
* another round... ported to __SC__Guido van Rossum1995-02-193-72/+57
|
* get rid of obsolete low-level routinesGuido van Rossum1995-02-051-54/+8
|
* Committed a more or less working version.Guido van Rossum1995-01-304-0/+1219