| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -379/+0 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -2/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -89/+88 |
|
|
* | More cases of input parameters passed by reference without const. | Jack Jansen | 2004-01-11 | 1 | -0/+1 |
|
|
* | Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: | Jack Jansen | 2004-01-11 | 1 | -0/+24 |
|
|
* | Allow passing NULL pointers by passing None. This also works for the | Jack Jansen | 2004-01-04 | 1 | -56/+35 |
|
|
* | Added interfaces for most of the stuff in QuickTimeComponents.h. | Jack Jansen | 2004-01-03 | 1 | -1/+41 |
|
|
* | Added support for ImageCompression.h APIs. | Jack Jansen | 2004-01-02 | 1 | -0/+8 |
|
|
* | Updated for QuickTime 6.0, Universal Header 3.4.2. | Jack Jansen | 2004-01-02 | 1 | -0/+11 |
|
|
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -5/+0 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 1 | -6/+6 |
|
|
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 1 | -6/+6 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-25 | 1 | -2/+2 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
|
|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 1 | -18/+21 |
|
|
* | First step in porting MacPython modules to OSX/unix: break all references bet... | Jack Jansen | 2001-05-17 | 1 | -0/+42 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -0/+5 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -19/+0 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 1 | -3/+3 |
|
|
* | Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInt... | Jack Jansen | 2000-03-17 | 1 | -0/+13 |
|
|
* | Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, | Jack Jansen | 2000-03-06 | 1 | -5/+13 |
|
|
* | Removed availabe() method again: even on PPC it sometimes returns 1 while | Jack Jansen | 1999-08-23 | 1 | -15/+0 |
|
|
* | Added available() method, which checks whether quicktime is installed at all (by | Jack Jansen | 1999-08-04 | 1 | -0/+15 |
|
|
* | - Added a function MoviesTask, which is the same as the method but | Jack Jansen | 1998-07-22 | 1 | -1/+9 |
|
|
* | Added support for the horribly complex TimeRecord, so we can position | Jack Jansen | 1998-04-23 | 1 | -4/+33 |
|
|
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 1 | -1/+7 |
|
|
* | Enabled resID input/output parameter to NewMovieFromFile. This changes | Jack Jansen | 1997-04-09 | 1 | -0/+2 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -0/+1 |
|
|
* | It now actually works. Also, MovieInWindow and VerySimplePlayer | Jack Jansen | 1995-12-09 | 1 | -5/+46 |
|
|
* | still untested (but it compiles) | Jack Jansen | 1995-11-30 | 1 | -12/+116 |
|
|
* | QuickTime support (not yet functional) | Jack Jansen | 1995-11-30 | 1 | -0/+79 |
|
|