Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -1/+2 |
| | |||||
* | Don't suppress wsetfont(""); | Guido van Rossum | 1991-06-03 | 1 | -28/+47 |
| | | | | | | Don't report WE_MENU events with None as menu pointer; Added stdwin.getactie() function; Moved code to turn WINDOW* into windowobject* to a separate function. | ||||
* | Added text.setactive and text.setview. | Guido van Rossum | 1991-05-28 | 1 | -5/+37 |
| | | | | Moved some functions around. | ||||
* | Added xor functions. | Guido van Rossum | 1991-05-14 | 1 | -9/+46 |
| | | | | Hide/show focus hacks around tedraw are no longer needed. | ||||
* | Added many new functions | Guido van Rossum | 1991-05-05 | 1 | -10/+71 |
| | |||||
* | Add filled drawing methods and polygon methods. | Guido van Rossum | 1991-04-16 | 1 | -26/+118 |
| | | | | | | | Sort some method lists. Increase max #menus, and give more reasonable error message if exceeded. Remove window setfont method. | ||||
* | Fix window.setfont() to call drawing_setfont internally. | Guido van Rossum | 1991-04-04 | 1 | -6/+3 |
| | |||||
* | More flexible font setting (mainly for the Mac). | Guido van Rossum | 1991-04-04 | 1 | -4/+47 |
| | |||||
* | Added font, color and default scroll bars interfaces. | Guido van Rossum | 1991-04-03 | 1 | -1/+141 |
| | |||||
* | 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 | 1 | -0/+24 |
| | |||||
* | Call winit() here instead of in main initialization. | Guido van Rossum | 1991-02-19 | 1 | -10/+16 |
| | |||||
* | Add getdefwinpos, getdefwinsize; | Guido van Rossum | 1991-02-13 | 1 | -3/+35 |
| | | | | and improve mouse clipping for textedit blocks. | ||||
* | 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. | ||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -13/+2 |
| | |||||
* | 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. | ||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+1520 |