summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qt/qtscan.py
Commit message (Collapse)AuthorAgeFilesLines
* Various tweaks to make it everything build and compile again under carbon. ↵Jack Jansen2001-01-091-0/+10
| | | | Mainly greylisted functions.
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-0/+9
|
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-1/+1
|
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-211-0/+7
|
* Fixed parameters to a few time and timebase calls: InOut parameters wereJack Jansen2000-03-031-0/+8
| | | | inadvertantly seen as out-only.
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-29/+1
|
* Added support for the horribly complex TimeRecord, so we can positionJack Jansen1998-04-231-3/+1
| | | | | | 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-211-27/+32
|
* 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.
* Can't remember...Jack Jansen1997-09-011-13/+2
|
* Enabled resID input/output parameter to NewMovieFromFile. This changesJack Jansen1997-04-091-9/+11
| | | | | the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-2/+34
| | | | | | | | - 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)
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-121-1/+2
| | | | Lib:toolbox folder.
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-091-2/+13
| | | | example programs translated to python and added.
* still untested (but it compiles)Jack Jansen1995-11-301-17/+40
|
* QuickTime support (not yet functional)Jack Jansen1995-11-301-0/+78