summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/menu
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-124-3795/+0
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-3/+3
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-221-5/+4
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-19/+20
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-101/+100
* Finished update to UH 3.4.2.Jack Jansen2003-12-061-14/+14
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-33/+3
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-232-5/+2
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-1/+1
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-123-762/+13
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-032-14/+43
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-292-11/+21
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-221-1/+0
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-166/+166
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Regenerated.Jack Jansen2002-04-231-1/+1
* The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL.Just van Rossum2002-01-032-1/+3
* rectified copy/paste oversight in commentJust van Rossum2002-01-022-2/+4
* - Added support for optional MenuObj argumentsJust van Rossum2002-01-023-0/+405
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Adapted for Universal Headers 3.4Jack Jansen2001-12-163-104/+1017
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-302-7/+378
* Shut up many more gcc warnings.Jack Jansen2001-09-051-0/+4
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
* Renamed.Jack Jansen2001-08-231-2558/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+2566
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-222-391/+145
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-172-0/+26
* Added generators for EnableMenuItem and CheckMenuItem (which have Mac in fron...Jack Jansen2001-01-292-0/+53
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-103-53/+888
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-143-26/+26
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-39/+1
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-9/+9
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-023-0/+90
* Unified handle-conversion scheme toJack Jansen1999-12-233-13/+13
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-122-258/+589
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-073-0/+26
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-243-0/+146
* Re-generated from new (3.1) universal headersJack Jansen1998-04-212-22/+26
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-172-5/+4
* Regerated: Style and StyleParameter are different beastsJack Jansen1998-02-251-2/+2
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-226/+655
* Export type objects to PythonJack Jansen1997-09-201-0/+4