Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quickly renamed. | Guido van Rossum | 1997-04-29 | 1 | -237/+234 |
| | |||||
* | Changes to keep gcc -Wall happy. | Guido van Rossum | 1996-12-09 | 1 | -3/+13 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+24 |
| | |||||
* | rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. | Sjoerd Mullender | 1993-12-21 | 1 | -29/+35 |
| | | | | | | Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler. | ||||
* | Several optimizations and speed improvements. | Sjoerd Mullender | 1993-10-22 | 1 | -7/+7 |
| | | | | cstubs: Use Matrix type instead of float[4][4]. | ||||
* | Added dither() routine | Jack Jansen | 1993-02-19 | 1 | -0/+1 |
| | |||||
* | Added readdisplay() routine | Jack Jansen | 1993-02-16 | 1 | -0/+29 |
| | |||||
* | Made struct a standard built-in module; added string args to {set,get}sockopt; | Guido van Rossum | 1992-09-08 | 1 | -0/+12 |
| | | | | added gl.gversion(). | ||||
* | Fix bug introduced by Jack (duplicate def of qread) | Guido van Rossum | 1992-08-13 | 1 | -1/+1 |
| | |||||
* | Modified to allow other threads to run in a multithreaded environment. | Jack Jansen | 1992-08-13 | 1 | -0/+27 |
| | |||||
* | Added qgetfd() to cstubs for GL. | Guido van Rossum | 1992-06-29 | 1 | -0/+4 |
| | | | | Added new module dbm (interface to ndbm). | ||||
* | Addef gflush | Guido van Rossum | 1992-02-26 | 1 | -0/+1 |
| | |||||
* | Improved RGB --> grayscale conversion. | Guido van Rossum | 1991-11-12 | 1 | -7/+10 |
| | | | | Changed error reporting somewhat. | ||||
* | Added lrect{read,write} and pixmode(). | Guido van Rossum | 1991-10-20 | 1 | -11/+226 |
| | | | | | Also added functions (un)packrect, not in GL but needed for tv... Commented out all the functions that cause error messages. | ||||
* | Changed some interfaces after error reports from Liberte. | Guido van Rossum | 1991-08-16 | 1 | -3/+51 |
| | | | | Added altgetmatrix (better but incompatible). | ||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -13/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+1010 |