summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qt/qtsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-6/+6
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-6/+6
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-251-2/+2
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-18/+21
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-0/+42
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-0/+5
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-19/+0
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-3/+3
* Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInt...Jack Jansen2000-03-171-0/+13
* Allow None as TimeBase value in TimeValue records (becomes NULL in C structure,Jack Jansen2000-03-061-5/+13
* Removed availabe() method again: even on PPC it sometimes returns 1 whileJack Jansen1999-08-231-15/+0
* Added available() method, which checks whether quicktime is installed at all (byJack Jansen1999-08-041-0/+15
* - Added a function MoviesTask, which is the same as the method butJack Jansen1998-07-221-1/+9
* Added support for the horribly complex TimeRecord, so we can positionJack Jansen1998-04-231-4/+33
* Re-generated from new (3.1) universal headersJack Jansen1998-04-211-1/+7
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-091-0/+2
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-0/+1
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-091-5/+46
* still untested (but it compiles)Jack Jansen1995-11-301-12/+116
* QuickTime support (not yet functional)Jack Jansen1995-11-301-0/+79