summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/FrameWork.py
Commit message (Expand)AuthorAgeFilesLines
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-1120/+0
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-301-7/+7
* Reverted previous change, I was confused.Jack Jansen2002-09-101-1/+1
* Import Carbon.AH, not Carbon.HelpJack Jansen2002-09-061-1/+1
* Initialize self._helpmenu earlier, so we can use gethelpmenu() whileJack Jansen2002-08-301-1/+1
* Added support for the help menu. Application.gethelpmenu() will returnJack Jansen2002-08-291-0/+35
* Added minimal support for floating windows.Just van Rossum2002-02-041-7/+12
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-12/+26
* Don't barf when an AppleEvent was not handled. It's ok to ignore.Just van Rossum2001-12-131-2/+3
* The new menu initialization code would also add the SIOUX menus if a (frozen)...Jack Jansen2001-12-101-5/+9
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-18/+18
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-0/+4
* Handle the apple menu differently under Carbon.Jack Jansen2001-03-151-2/+6
* Default waittime in the eventloop is now None. At low level it will then be s...Jack Jansen2001-03-081-5/+8
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-141-3/+5
* Use FSpCreateResFile() in stead of CreateResFile().Jack Jansen2001-01-291-2/+3
* Replace {Enable,Disable,Check}Item with their carbon-compatible equivalents {...Jack Jansen2001-01-291-12/+12
* Sigh... First test before committing. InvalWindowRect and friends are window ...Jack Jansen2001-01-231-7/+10
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-7/+7
* Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. Thi...Jack Jansen2000-10-191-4/+1
* Use MacOS.KeepConsole to always exit if the program calls FrameWork._quit(). ...Jack Jansen2000-10-121-2/+6
* Fixed multi-arg appends.Jack Jansen2000-03-071-2/+3
* Fixed menu glyph stuff.Jack Jansen1999-12-151-15/+10
* Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det...Just van Rossum1999-12-151-1/+1
* If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,...Jack Jansen1999-12-141-4/+10
* Default schedparams set to (0,0): no event-intervention by Python mainloop. ThisJack Jansen1999-12-031-2/+2
* cleaned up ugly hack related to activate events and suspend/resume -- jvrJust van Rossum1999-01-271-14/+8
* For submenus remember the parent and parent index, so we can grey out ourJack Jansen1998-10-151-0/+8
* Added a delete() method to menu entries. Only the last entry of a menuJack Jansen1998-07-131-1/+14
* For ControlWindow there is a new method do_rawcontrolhit(), which getsJack Jansen1998-05-281-14/+36
* Added a PopupMenu class.Jack Jansen1998-05-061-4/+26
* Break circular reference on menus upon cleanupJack Jansen1998-02-201-0/+1
* Added dopendingevents callJack Jansen1997-06-201-0/+31
* Replaced MacOS.EnableAppSwitch with MacOS.SchedParamsJack Jansen1997-06-121-3/+3
* Added Application.cleanup method which asks all windows to closeJack Jansen1996-12-231-0/+5
* Menu callbacks can be strings, in which case they will be looked up inJack Jansen1996-09-261-12/+76
* - Use a flag (self.quitting) as preferred method of exiting mainloopJack Jansen1996-09-171-4/+18
* Added setwatchcursor() and setarrowcursor() functionsJack Jansen1996-08-281-0/+10
* Mods by Just:Jack Jansen1996-07-261-20/+46
* Added MenuItem methods setstyle(), seticon(), setmark()Jack Jansen1996-04-231-0/+12
* - Confine window moves to screen boundariesJack Jansen1996-04-191-9/+35
* Fixed ScrolledWindow to disable scrollbars if everything is visible.Jack Jansen1996-04-161-8/+48
* Added ScrolledWindow (a window with one or two scrollbars)Jack Jansen1996-04-121-2/+86
* Added enable(onoff) method to menus and menu itemsJack Jansen1996-04-111-0/+11
* Removed addpack callsJack Jansen1996-03-201-13/+0
* Added checkmenu() method (to checkmark an entry) and delete() methodJack Jansen1996-03-121-0/+18
* Various fixes/enhancements, thanks to Ivan and Just:Jack Jansen1996-01-081-5/+24
* Minor bugfix in keyboard input handlingJack Jansen1995-12-121-1/+2
* Added 2 missing SetPort callsJack Jansen1995-11-141-1/+2
* Added idle() method, called when no events are available.Jack Jansen1995-11-101-0/+5