summaryrefslogtreecommitdiffstats
path: root/Modules/stdwinmodule.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Call winit() here instead of in main initialization.Guido van Rossum1991-02-191-10/+16
|
* Add getdefwinpos, getdefwinsize;Guido van Rossum1991-02-131-3/+35
| | | | and improve mouse clipping for textedit blocks.
* Added pollevent(); returns None if no event available.Guido van Rossum1991-01-161-8/+38
| | | | Don't throw away key events with no window.
* "Compiling" versionGuido van Rossum1990-12-201-13/+2
|
* Turn close commands into WE_CLOSE events.Guido van Rossum1990-11-061-13/+7
| | | | Remove (broken) compatibility hacks from cutbuffer interface.
* Added w.setwincursor(), selection, and new cut buffer interface.Guido van Rossum1990-10-301-5/+103
|
* Change set/getcutbuffer to use the new stdwin interface.Guido van Rossum1990-10-301-4/+8
| | | | This makes it possible to cut/paste strings wuth embedded null bytes.
* Initial revisionGuido van Rossum1990-10-141-0/+1520