summaryrefslogtreecommitdiffstats
path: root/Modules/cstubs
Commit message (Collapse)AuthorAgeFilesLines
* Generate the clear() method manually (calling __GLclear(), anotherGuido van Rossum1998-04-281-1/+12
| | | | | name for clear()). This fixes the name clash with curses. (Jack)
* Quickly renamed.Guido van Rossum1997-04-291-237/+234
|
* Changes to keep gcc -Wall happy.Guido van Rossum1996-12-091-3/+13
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
|
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
| | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+24
|
* rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.Sjoerd Mullender1993-12-211-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 Mullender1993-10-221-7/+7
| | | | cstubs: Use Matrix type instead of float[4][4].
* Added dither() routineJack Jansen1993-02-191-0/+1
|
* Added readdisplay() routineJack Jansen1993-02-161-0/+29
|
* Made struct a standard built-in module; added string args to {set,get}sockopt;Guido van Rossum1992-09-081-0/+12
| | | | added gl.gversion().
* Fix bug introduced by Jack (duplicate def of qread)Guido van Rossum1992-08-131-1/+1
|
* Modified to allow other threads to run in a multithreaded environment.Jack Jansen1992-08-131-0/+27
|
* Added qgetfd() to cstubs for GL.Guido van Rossum1992-06-291-0/+4
| | | | Added new module dbm (interface to ndbm).
* Addef gflushGuido van Rossum1992-02-261-0/+1
|
* Improved RGB --> grayscale conversion.Guido van Rossum1991-11-121-7/+10
| | | | Changed error reporting somewhat.
* Added lrect{read,write} and pixmode().Guido van Rossum1991-10-201-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 Rossum1991-08-161-3/+51
| | | | Added altgetmatrix (better but incompatible).
* "Compiling" versionGuido van Rossum1990-12-201-13/+2
|
* Initial revisionGuido van Rossum1990-10-141-0/+1010