summaryrefslogtreecommitdiff
path: root/Mac/Modules/ctl/ctlsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-292/+292
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-5/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-41/+1
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-1/+1
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-1/+1
* Got rid of staticforward.Jack Jansen2002-08-051-4/+4
* - added support for UserPaneKeyDownProc and UserPaneFocusProcJust van Rossum2002-01-041-2/+48
* - added support for ControlActionProcs, exposing the following calls:Just van Rossum2001-12-301-3/+43
* Added missing docstringJust van Rossum2001-12-181-0/+1
* Added support for tab controls and initial (incomplete) supportJust van Rossum2001-12-181-3/+117
* Shut up gcc warning.Jack Jansen2001-12-121-2/+2
* Updated for Universal Headers 3.4.Just van Rossum2001-12-121-0/+32
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-2/+2
* Shut up many more gcc warnings.Jack Jansen2001-09-051-3/+5
* 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-201-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-33/+20
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-0/+10
* SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H...Jack Jansen2001-01-121-11/+3
* Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {...Jack Jansen2001-01-091-9/+9
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-0/+3
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+27
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-8/+8
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-8/+8
* Fiddled declaration/implementation of setcallback() so that it is ansifyable.Jack Jansen2000-07-111-4/+8
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-1/+1
* Removed THINK_C support.Jack Jansen2000-06-041-4/+0
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-021-8/+14
* Added a few cast to make it 68k-compatible.Jack Jansen2000-04-051-5/+5
* Data of type Point is passed by value, not by reference.Jack Jansen2000-03-221-2/+2
* Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet.Jack Jansen2000-03-211-2/+46
* Added a GetControlRect() method to controls which returns the bounding rectan...Jack Jansen2000-03-211-0/+2
* Started on support for callbacks for UserPane controls. Unfinished and untested.Jack Jansen2000-03-201-0/+118
* Nasty error: handle parameters are passed by _address_ to SetControlData.Jack Jansen1999-12-291-1/+1
* Oops, forgot & in ParseTuple argument in ControlGetDataHandle.Jack Jansen1999-12-231-1/+1
* Unified handle-conversion scheme toJack Jansen1999-12-231-0/+1
* Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData forJack Jansen1999-12-191-1/+71
* Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few...Jack Jansen1999-12-091-5/+4
* Changes by Corran Webster to support {Get,Set}ControlData andJack Jansen1999-12-091-8/+121
* If a control has no refcon pointing back to the Python object we create a newJack Jansen1999-03-131-6/+21
* Added Ctl.as_Control and Menu.as_Menu methods, which take a resource asJack Jansen1999-02-071-0/+2
* Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.Jack Jansen1998-10-121-1/+1
* Added {Get,Set}PopupData calls to get at the data for popup menu controls.Jack Jansen1998-06-191-0/+37
* Allow an (optional) tracking function (or -1) to be specified toJack Jansen1998-05-281-0/+80
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+36
* Added GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-151-0/+2
* Changed [SG]etCRefCon to [SG]etControlReferenceJack Jansen1997-04-081-3/+3
* Fixed very nasty null-dereferencing bug in DisposeControl/destroyJack Jansen1996-10-011-1/+1
* Fixed a nasty bug where FindControl could return a reference to aJack Jansen1996-04-121-1/+3