COMMITS
/ Mac/Lib/FrameWork.py August 25, 2001
J
Import the MacOS toolbox modules from the Carbon package.
Jack Jansen committed
August 3, 2001
J
Merging appropriate 2.1.1 fixes back into the main trunk.
Jack Jansen committed
March 15, 2001
J
Handle the apple menu differently under Carbon.
Jack Jansen committed
March 8, 2001
February 14, 2001
J
DialogWindows now have a self.dlg in addition to self.wid.
Jack Jansen committed
January 29, 2001
J
Use FSpCreateResFile() in stead of CreateResFile().
Jack Jansen committed
January 23, 2001
J
J
Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.
Jack Jansen committed
October 19, 2000
October 12, 2000
March 7, 2000
J
Fixed multi-arg appends.
Jack Jansen committed
December 15, 1999
J
Fixed menu glyph stuff.
Jack Jansen committed
J
December 14, 1999
December 3, 1999
J
Default schedparams set to (0,0): no event-intervention by Python mainloop. This
Jack Jansen committed
January 27, 1999
J
cleaned up ugly hack related to activate events and suspend/resume -- jvr
Just van Rossum committed
October 15, 1998
J
For submenus remember the parent and parent index, so we can grey out our
Jack Jansen committed
July 13, 1998
J
Added a delete() method to menu entries. Only the last entry of a menu
Jack Jansen committed
May 28, 1998
J
For ControlWindow there is a new method do_rawcontrolhit(), which gets
Jack Jansen committed
May 6, 1998
J
Added a PopupMenu class.
Jack Jansen committed
February 20, 1998
J
Break circular reference on menus upon cleanup
Jack Jansen committed
June 20, 1997
J
Added dopendingevents call
Jack Jansen committed
June 12, 1997
J
Replaced MacOS.EnableAppSwitch with MacOS.SchedParams
Jack Jansen committed
December 23, 1996
J
Added Application.cleanup method which asks all windows to close
Jack Jansen committed
September 26, 1996
J
Menu callbacks can be strings, in which case they will be looked up in
Jack Jansen committed
September 17, 1996
J
- Use a flag (self.quitting) as preferred method of exiting mainloop
Jack Jansen committed
August 28, 1996
J
Added setwatchcursor() and setarrowcursor() functions
Jack Jansen committed
July 26, 1996
J
Mods by Just:
Jack Jansen committed
April 23, 1996
J
Added MenuItem methods setstyle(), seticon(), setmark()
Jack Jansen committed
April 19, 1996
J
- Confine window moves to screen boundaries
Jack Jansen committed
April 16, 1996
J
Fixed ScrolledWindow to disable scrollbars if everything is visible.
Jack Jansen committed
April 12, 1996
J
Added ScrolledWindow (a window with one or two scrollbars)
Jack Jansen committed
April 11, 1996
J
Added enable(onoff) method to menus and menu items
Jack Jansen committed
March 20, 1996
J
Removed addpack calls
Jack Jansen committed
March 12, 1996
J
Added checkmenu() method (to checkmark an entry) and delete() method
Jack Jansen committed
January 8, 1996
J
Various fixes/enhancements, thanks to Ivan and Just:
Jack Jansen committed
December 12, 1995
J
Minor bugfix in keyboard input handling
Jack Jansen committed
November 14, 1995
J
Added 2 missing SetPort calls
Jack Jansen committed
November 10, 1995
J
Added idle() method, called when no events are available.
Jack Jansen committed
August 31, 1995
J
Fixed dialog-window event handling
Jack Jansen committed
August 17, 1995
J
Made separate window class (and subclasses for special windows like
Jack Jansen committed
August 14, 1995
J
Various fixes: missing imports, missing calls to
Jack Jansen committed
July 17, 1995
J
Various toolbox routines have gotten new names.
Jack Jansen committed
April 5, 1995
G
two new modules for the Mac toolbox
Guido van Rossum committed