summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qt
Commit message (Collapse)AuthorAgeFilesLines
* - Added a function MoviesTask, which is the same as the method butJack Jansen1998-07-222-3/+29
| | | | | with a null movie (giving time to all active movies) - Made the graphics world parameter to SetMovieGWorld optional.
* Added support for the horribly complex TimeRecord, so we can positionJack Jansen1998-04-233-9/+431
| | | | | | movies, etc. TimeBase objects have also been slightly modified for this (for instance: the DisposeTimeBase call shouldn't be done in the __del__ routine, the timebase might belong to someone else).
* Re-generated from new (3.1) universal headersJack Jansen1998-04-213-28/+1404
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+3
| | | | | | 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/+24
|
* Can't remember...Jack Jansen1997-09-011-13/+2
|
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-093-13/+192
| | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-243-131/+35
| | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
* RegeneratedJack Jansen1996-08-021-3/+0
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-1712/+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/+2
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-094-858/+967
| | | | example programs translated to python and added.
* still untested (but it compiles)Jack Jansen1995-11-304-199/+7038
|
* QuickTime support (not yet functional)Jack Jansen1995-11-303-0/+1106