summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ctl
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-124-6845/+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
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-2/+2
* 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-275/+276
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-465/+465
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-032-64/+65
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-192-62/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-13/+3
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-1/+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-1082/+4
* 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
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-226/+226
* Fixed the bugs in the constant definitions, and in the code to testJack Jansen2002-08-151-6/+6
* 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
* Got rid of staticforward.Jack Jansen2002-08-051-4/+4
* staticforward bites the dust.Jeremy Hylton2002-07-171-4/+4
* Regenerated.Jack Jansen2002-04-231-1/+1
* - added support for UserPaneKeyDownProc and UserPaneFocusProcJust van Rossum2002-01-042-4/+96
* Oops, forgot to mark CreateScrollBarControl and CreateSliderControlJust van Rossum2001-12-312-0/+14
* - added support for ControlActionProcs, exposing the following calls:Just van Rossum2001-12-303-7/+187
* Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_Just van Rossum2001-12-182-10/+263
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Added missing docstringJust van Rossum2001-12-182-1/+2
* Added support for tab controls and initial (incomplete) supportJust van Rossum2001-12-183-12/+543
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-142-0/+658
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-133-48/+67
* Shut up gcc warning.Jack Jansen2001-12-122-4/+4
* Updated for Universal Headers 3.4.Just van Rossum2001-12-123-3/+2371
* 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/+309
* Shut up many more gcc warnings.Jack Jansen2001-09-052-6/+14
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
* Renamed.Jack Jansen2001-08-231-2686/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+2694
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Don't use extern when we mean staticforward (OSX gcc is picky about it).Jack Jansen2001-06-203-24/+5
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-222-419/+159
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-172-0/+20
* SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H...Jack Jansen2001-01-122-29/+7
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-093-21/+22
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-123-2/+63
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-103-198/+831