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 | -174/+0 |
| | |||||
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -1/+1 |
| | | | | | A few simple things seem to work, I haven't tested it thouroughly though... | ||||
* | Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python. | Guido van Rossum | 1993-02-25 | 1 | -1/+1 |
| | | | | | Don't force packfactor to 1 in header when writing rgb data. Small bugfixes in Vcopy. | ||||
* | Fix terse mode for printing tuple packfactor and to avoid zero division | Guido van Rossum | 1993-02-25 | 1 | -6/+13 |
| | |||||
* | New tool Vfix: truncate the right edge of 'grey' type images to make | Guido van Rossum | 1992-09-29 | 1 | -1/+9 |
| | | | | | | | | | | the scanline width a multiple of 4. VFile: use gl.gversion() to distinguish 4.0.1 and 4.0.5 Indigos; truncate width and height to multiples of packfactor. Vinfo: add -t to descriptive comment; print '!' after packfactor for files that should be fixed with Vfix. | ||||
* | VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done | Guido van Rossum | 1992-09-29 | 1 | -16/+48 |
| | | | | | | | | | | | using module 'jpeg' by the Displayer class. (Unfortunately it's too slow for real time.) Print file size in printinfo() method. Vinfo: added -t option (terse -- one line per file) and usage message. Vtime: use BasicV{in,out}File classes -- the minimum needed. Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression. | ||||
* | VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts. | Guido van Rossum | 1992-09-08 | 1 | -4/+11 |
| | | | | | VFile: RandomVinFile can now write the cache to the file. Vinfo: use the cached index if present and print a message whether it's there. | ||||
* | Adapted the world to the new VFile.py. Fixed bugs in Vplay.py: | Guido van Rossum | 1992-09-07 | 1 | -7/+1 |
| | | | | | | 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 | -1/+4 |
| | | | | receives a REDRAW event | ||||
* | Minor improvements: exit status, data size stats. | Guido van Rossum | 1992-08-20 | 1 | -7/+23 |
| | |||||
* | Minor improvements, comments; fix Vinfo -d. | Guido van Rossum | 1992-08-18 | 1 | -5/+18 |
| | |||||
* | Add comments and options | Guido van Rossum | 1992-08-18 | 1 | -10/+66 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-18 | 1 | -0/+38 |