Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return value of drawing_generic was ignored! Foo! | Guido van Rossum | 1991-03-06 | 1 | -7/+7 |
| | |||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 7 | -0/+168 |
| | |||||
* | Added BSD implementations of millisleep. | Guido van Rossum | 1991-02-19 | 1 | -0/+34 |
| | |||||
* | Call winit() here instead of in main initialization. | Guido van Rossum | 1991-02-19 | 1 | -10/+16 |
| | |||||
* | Turned the list of init calls into a table (see import.c). | Guido van Rossum | 1991-02-19 | 1 | -25/+77 |
| | |||||
* | Add getdefwinpos, getdefwinsize; | Guido van Rossum | 1991-02-13 | 1 | -3/+35 |
| | | | | and improve mouse clipping for textedit blocks. | ||||
* | Moved getcwd() hack to its own file. | Guido van Rossum | 1991-01-21 | 1 | -21/+0 |
| | |||||
* | Made all configurable options optional (see Makefile). | Guido van Rossum | 1991-01-18 | 1 | -5/+16 |
| | |||||
* | Added pollevent(); returns None if no event available. | Guido van Rossum | 1991-01-16 | 1 | -8/+38 |
| | | | | Don't throw away key events with no window. | ||||
* | Add backward compatibility with -s. | Guido van Rossum | 1991-01-02 | 1 | -1/+8 |
| | | | | Add initregexp() call. | ||||
* | Add <errno.h>. | Guido van Rossum | 1990-12-20 | 1 | -0/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-12-20 | 1 | -0/+86 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 6 | -70/+20 |
| | |||||
* | DECREF pi and e after inserting in symbol table. | Guido van Rossum | 1990-11-18 | 1 | -2/+4 |
| | |||||
* | Turn close commands into WE_CLOSE events. | Guido van Rossum | 1990-11-06 | 1 | -13/+7 |
| | | | | Remove (broken) compatibility hacks from cutbuffer interface. | ||||
* | Added w.setwincursor(), selection, and new cut buffer interface. | Guido van Rossum | 1990-10-30 | 1 | -5/+103 |
| | |||||
* | Change set/getcutbuffer to use the new stdwin interface. | Guido van Rossum | 1990-10-30 | 1 | -4/+8 |
| | | | | This makes it possible to cut/paste strings wuth embedded null bytes. | ||||
* | Added prototype to declaration of strerror(). | Guido van Rossum | 1990-10-30 | 1 | -1/+1 |
| | |||||
* | Take out duplication of code in initmodule(). | Guido van Rossum | 1990-10-26 | 1 | -11/+2 |
| | |||||
* | Made posix_error back static as it should be. | Guido van Rossum | 1990-10-21 | 1 | -1/+1 |
| | |||||
* | Change posix_error() to call err_errno(). | Guido van Rossum | 1990-10-14 | 1 | -10/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 8 | -0/+4161 |