Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Use freeze_form instead of freeze_object | Guido van Rossum | 1993-12-28 | 1 | -2/+2 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -5/+4 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | Added ability to edit compressed movies. | Jack Jansen | 1993-09-28 | 1 | -0/+3 |
| | |||||
* | VFile.py: fix bogus getrandomframe(). | Guido van Rossum | 1993-02-16 | 1 | -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 Rossum | 1992-12-14 | 1 | -14/+14 |
| | |||||
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 1 | -1/+5 |
| | | | | receives a REDRAW event | ||||
* | Cosmetic changes to Vedit and -Form. | Guido van Rossum | 1992-08-25 | 1 | -9/+11 |
| | |||||
* | Created Vedit.py, the video editor. This uses the classes in Viewer.py. | Guido van Rossum | 1992-08-25 | 1 | -0/+247 |
Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...). |