summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VCR.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed faulty apply callJack Jansen1994-06-071-1/+1
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-2/+1
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Added autoedit and cancel commands, removed debug outputJack Jansen1993-09-281-4/+9
|
* This module can now be used asynchronously. Also, some commandsJack Jansen1993-07-191-25/+127
| | | | have been added.
* VCR.py: Use unix files instead of stdio files for tty communication,Guido van Rossum1993-06-101-6/+137
| | | | | | | because of buffering. Also added several new commands (Jack). VFile.py: Made setting of RGB or colormap mode separate methods, so they can be overridden (e.g. when using the Glx.draw widget the way to change the mode is totally different).
* Newss class styleJack Jansen1993-06-081-1/+1
|
* Jack's VCR control moduleGuido van Rossum1993-05-121-0/+297