summaryrefslogtreecommitdiffstats
path: root/Modules/stdwinmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Added __dict__ attributes all over the place.Guido van Rossum1991-10-201-18/+36
* Added getxwindowin() methodGuido van Rossum1991-07-271-0/+14
* printobject now returns an error codeGuido van Rossum1991-06-071-1/+2
* Don't suppress wsetfont("");Guido van Rossum1991-06-031-28/+47
* Added text.setactive and text.setview.Guido van Rossum1991-05-281-5/+37
* Added xor functions.Guido van Rossum1991-05-141-9/+46
* Added many new functionsGuido van Rossum1991-05-051-10/+71
* Add filled drawing methods and polygon methods.Guido van Rossum1991-04-161-26/+118
* Fix window.setfont() to call drawing_setfont internally.Guido van Rossum1991-04-041-6/+3
* More flexible font setting (mainly for the Mac).Guido van Rossum1991-04-041-4/+47
* Added font, color and default scroll bars interfaces.Guido van Rossum1991-04-031-1/+141
* Return value of drawing_generic was ignored! Foo!Guido van Rossum1991-03-061-7/+7
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* 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
* Added pollevent(); returns None if no event available.Guido van Rossum1991-01-161-8/+38
* "Compiling" versionGuido van Rossum1990-12-201-13/+2
* Turn close commands into WE_CLOSE events.Guido van Rossum1990-11-061-13/+7
* 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
* Initial revisionGuido van Rossum1990-10-141-0/+1520