Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the SGI demos. These were all ancient and nobody cared enough. | Guido van Rossum | 2002-09-17 | 1 | -355/+0 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Rot out all uses of time.milli*(). | Guido van Rossum | 1993-12-28 | 1 | -16/+17 |
| | | | | Also change command line options to use seconds for all times. | ||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -2/+2 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | Added options to make window bigger than video (for recording to tape) | Jack Jansen | 1993-01-27 | 1 | -3/+38 |
| | |||||
* | Fix typo in print message | Guido van Rossum | 1992-12-24 | 1 | -1/+1 |
| | |||||
* | Microscopic changes, comments/messages changed. | Guido van Rossum | 1992-12-09 | 1 | -2/+0 |
| | | | | Real important: turn off FIELDDROP in Vrec. | ||||
* | Clear the window when receiving a REDRAW event and not playing | Guido van Rossum | 1992-09-07 | 1 | -0/+2 |
| | |||||
* | Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: | Guido van Rossum | 1992-09-07 | 1 | -7/+11 |
| | | | | | | missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README. | ||||
* | Added a clear() method to VFile class, to be called when the window | Guido van Rossum | 1992-09-01 | 1 | -2/+2 |
| | | | | receives a REDRAW event | ||||
* | Created Vedit.py, the video editor. This uses the classes in Viewer.py. | Guido van Rossum | 1992-08-25 | 1 | -16/+15 |
| | | | | | Viewer.py in turn requires changes to VFile.py (unfortunately that file is now a complete mess...). | ||||
* | Redesigned option processing and added several new options. | Guido van Rossum | 1992-08-21 | 1 | -110/+207 |
| | | | | | Added optional read-ahead thread. Changed mouse interface. | ||||
* | Lots of changes, options (from Vtime.py) etc. | Guido van Rossum | 1992-08-20 | 1 | -58/+143 |
| | | | | Cleverer skipping of frames. | ||||
* | Add comments and options | Guido van Rossum | 1992-08-18 | 1 | -8/+85 |
| | |||||
* | Change window title: prefix '* ' means playing. | Guido van Rossum | 1992-08-18 | 1 | -2/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-18 | 1 | -0/+57 |