Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -9/+7 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | VFile.py: fix bogus getrandomframe(). | Guido van Rossum | 1993-02-16 | 1 | -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 Rossum | 1992-09-07 | 1 | -2/+4 |
| | |||||
* | Created Vedit.py, the video editor. This uses the classes in Viewer.py. | Guido van Rossum | 1992-08-25 | 1 | -0/+242 |
Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...). |