| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 1 | -2/+3 |
| * | Fixed menu glyph stuff. | Jack Jansen | 1999-12-15 | 1 | -15/+10 |
| * | Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det... | Just van Rossum | 1999-12-15 | 1 | -1/+1 |
| * | If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,... | Jack Jansen | 1999-12-14 | 1 | -4/+10 |
| * | Default schedparams set to (0,0): no event-intervention by Python mainloop. This | Jack Jansen | 1999-12-03 | 1 | -2/+2 |
| * | cleaned up ugly hack related to activate events and suspend/resume -- jvr | Just van Rossum | 1999-01-27 | 1 | -14/+8 |
| * | For submenus remember the parent and parent index, so we can grey out our | Jack Jansen | 1998-10-15 | 1 | -0/+8 |
| * | Added a delete() method to menu entries. Only the last entry of a menu | Jack Jansen | 1998-07-13 | 1 | -1/+14 |
| * | For ControlWindow there is a new method do_rawcontrolhit(), which gets | Jack Jansen | 1998-05-28 | 1 | -14/+36 |
| * | Added a PopupMenu class. | Jack Jansen | 1998-05-06 | 1 | -4/+26 |
| * | Break circular reference on menus upon cleanup | Jack Jansen | 1998-02-20 | 1 | -0/+1 |
| * | Added dopendingevents call | Jack Jansen | 1997-06-20 | 1 | -0/+31 |
| * | Replaced MacOS.EnableAppSwitch with MacOS.SchedParams | Jack Jansen | 1997-06-12 | 1 | -3/+3 |
| * | Added Application.cleanup method which asks all windows to close | Jack Jansen | 1996-12-23 | 1 | -0/+5 |
| * | Menu callbacks can be strings, in which case they will be looked up in | Jack Jansen | 1996-09-26 | 1 | -12/+76 |
| * | - Use a flag (self.quitting) as preferred method of exiting mainloop | Jack Jansen | 1996-09-17 | 1 | -4/+18 |
| * | Added setwatchcursor() and setarrowcursor() functions | Jack Jansen | 1996-08-28 | 1 | -0/+10 |
| * | Mods by Just: | Jack Jansen | 1996-07-26 | 1 | -20/+46 |
| * | Added MenuItem methods setstyle(), seticon(), setmark() | Jack Jansen | 1996-04-23 | 1 | -0/+12 |
| * | - Confine window moves to screen boundaries | Jack Jansen | 1996-04-19 | 1 | -9/+35 |
| * | Fixed ScrolledWindow to disable scrollbars if everything is visible. | Jack Jansen | 1996-04-16 | 1 | -8/+48 |
| * | Added ScrolledWindow (a window with one or two scrollbars) | Jack Jansen | 1996-04-12 | 1 | -2/+86 |
| * | Added enable(onoff) method to menus and menu items | Jack Jansen | 1996-04-11 | 1 | -0/+11 |
| * | Removed addpack calls | Jack Jansen | 1996-03-20 | 1 | -13/+0 |
| * | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 |
| * | Various fixes/enhancements, thanks to Ivan and Just: | Jack Jansen | 1996-01-08 | 1 | -5/+24 |
| * | Minor bugfix in keyboard input handling | Jack Jansen | 1995-12-12 | 1 | -1/+2 |
| * | Added 2 missing SetPort calls | Jack Jansen | 1995-11-14 | 1 | -1/+2 |
| * | Added idle() method, called when no events are available. | Jack Jansen | 1995-11-10 | 1 | -0/+5 |
| * | Fixed dialog-window event handling | Jack Jansen | 1995-08-31 | 1 | -12/+10 |
| * | Made separate window class (and subclasses for special windows like | Jack Jansen | 1995-08-17 | 1 | -96/+237 |
| * | Various fixes: missing imports, missing calls to | Jack Jansen | 1995-08-14 | 1 | -24/+32 |
| * | Various toolbox routines have gotten new names. | Jack Jansen | 1995-07-17 | 1 | -3/+3 |
| * | two new modules for the Mac toolbox | Guido van Rossum | 1995-04-05 | 1 | -0/+480 |