| Commit message (Expand) | Author | Age | Files | Lines |
* | - added support for UserPaneKeyDownProc and UserPaneFocusProc | Just van Rossum | 2002-01-04 | 2 | -4/+96 |
|
|
* | Oops, forgot to mark CreateScrollBarControl and CreateSliderControl | Just van Rossum | 2001-12-31 | 2 | -0/+14 |
|
|
* | - added support for ControlActionProcs, exposing the following calls: | Just van Rossum | 2001-12-30 | 3 | -7/+187 |
|
|
* | Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ | Just van Rossum | 2001-12-18 | 2 | -10/+263 |
|
|
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+4 |
|
|
* | Added missing docstring | Just van Rossum | 2001-12-18 | 2 | -1/+2 |
|
|
* | Added support for tab controls and initial (incomplete) support | Just van Rossum | 2001-12-18 | 3 | -12/+543 |
|
|
* | Many of the new calls are Carbon-only. Flagged them as such. | Jack Jansen | 2001-12-14 | 2 | -0/+658 |
|
|
* | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 3 | -48/+67 |
|
|
* | Shut up gcc warning. | Jack Jansen | 2001-12-12 | 2 | -4/+4 |
|
|
* | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 3 | -3/+2371 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 2 | -7/+309 |
|
|
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 2 | -6/+14 |
|
|
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 1 | -1/+1 |
|
|
* | Renamed. | Jack Jansen | 2001-08-23 | 1 | -2686/+0 |
|
|
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+2694 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
|
|
* | Don't use extern when we mean staticforward (OSX gcc is picky about it). | Jack Jansen | 2001-06-20 | 3 | -24/+5 |
|
|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 2 | -419/+159 |
|
|
* | First step in porting MacPython modules to OSX/unix: break all references bet... | Jack Jansen | 2001-05-17 | 2 | -0/+20 |
|
|
* | SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H... | Jack Jansen | 2001-01-12 | 2 | -29/+7 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 3 | -21/+22 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 3 | -2/+63 |
|
|
* | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 3 | -198/+831 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 3 | -40/+40 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 3 | -51/+74 |
|
|
* | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 2 | -8/+16 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 2 | -4/+4 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 2 | -8/+0 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 3 | -35/+246 |
|
|
* | Added a few cast to make it 68k-compatible. | Jack Jansen | 2000-04-05 | 2 | -10/+10 |
|
|
* | Data of type Point is passed by value, not by reference. | Jack Jansen | 2000-03-22 | 2 | -4/+4 |
|
|
* | Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. | Jack Jansen | 2000-03-21 | 2 | -4/+92 |
|
|
* | Added a GetControlRect() method to controls which returns the bounding rectan... | Jack Jansen | 2000-03-21 | 3 | -0/+24 |
|
|
* | Started on support for callbacks for UserPane controls. Unfinished and untested. | Jack Jansen | 2000-03-20 | 2 | -16/+251 |
|
|
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 2 | -2/+2 |
|
|
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 3 | -11/+11 |
|
|
* | Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for | Jack Jansen | 1999-12-19 | 2 | -1/+148 |
|
|
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 2 | -14/+235 |
|
|
* | Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few... | Jack Jansen | 1999-12-09 | 3 | -17/+147 |
|
|
* | Changes by Corran Webster to support {Get,Set}ControlData and | Jack Jansen | 1999-12-09 | 2 | -12/+132 |
|
|
* | If a control has no refcon pointing back to the Python object we create a new | Jack Jansen | 1999-03-13 | 2 | -11/+75 |
|
|
* | Added a rewrite rule so the Str255 argument of GetControlTitle is seen as | Jack Jansen | 1999-03-07 | 2 | -5/+8 |
|
|
* | Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as | Jack Jansen | 1999-02-07 | 3 | -0/+26 |
|
|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 2 | -2/+2 |
|
|
* | Added {Get,Set}PopupData calls to get at the data for popup menu controls. | Jack Jansen | 1998-06-19 | 2 | -0/+85 |
|
|
* | Allow an (optional) tracking function (or -1) to be specified to | Jack Jansen | 1998-05-28 | 3 | -41/+166 |
|
|
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 1 | -0/+2 |
|
|