summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Viewer.py
Commit message (Collapse)AuthorAgeFilesLines
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-9/+7
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* VFile.py: fix bogus getrandomframe().Guido van Rossum1993-02-161-33/+46
| | | | | Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function.
* Use vin/vout.clear() instead of gl.clear()Guido van Rossum1992-09-071-2/+4
|
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-251-0/+242
Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...).