summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vedit.py
Commit message (Collapse)AuthorAgeFilesLines
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Use freeze_form instead of freeze_objectGuido van Rossum1993-12-281-2/+2
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-5/+4
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Added ability to edit compressed movies.Jack Jansen1993-09-281-0/+3
|
* VFile.py: fix bogus getrandomframe().Guido van Rossum1993-02-161-8/+54
| | | | | Vedit.py, VeditForm.fd: added scroll bar, Trunc, layout rearrangement. Viewer.py: added random access, qinfo() function.
* Fix for new argument passing rules.Guido van Rossum1992-12-141-14/+14
|
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-011-1/+5
| | | | receives a REDRAW event
* Cosmetic changes to Vedit and -Form.Guido van Rossum1992-08-251-9/+11
|
* Created Vedit.py, the video editor. This uses the classes in Viewer.py.Guido van Rossum1992-08-251-0/+247
Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...).