| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed. | Jack Jansen | 2001-08-23 | 1 | -2686/+0 |
|
|
* | Don't use extern when we mean staticforward (OSX gcc is picky about it). | Jack Jansen | 2001-06-20 | 1 | -22/+2 |
|
|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 1 | -386/+139 |
|
|
* | First step in porting MacPython modules to OSX/unix: break all references bet... | Jack Jansen | 2001-05-17 | 1 | -0/+10 |
|
|
* | SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H... | Jack Jansen | 2001-01-12 | 1 | -18/+4 |
|
|
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 1 | -12/+10 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -0/+57 |
|
|
* | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 1 | -189/+760 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -31/+31 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -43/+57 |
|
|
* | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 1 | -4/+8 |
|
|
* | Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi... | Jack Jansen | 2000-07-07 | 1 | -3/+3 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 1 | -4/+0 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 1 | -19/+217 |
|
|
* | Added a few cast to make it 68k-compatible. | Jack Jansen | 2000-04-05 | 1 | -5/+5 |
|
|
* | Data of type Point is passed by value, not by reference. | Jack Jansen | 2000-03-22 | 1 | -2/+2 |
|
|
* | Added UserPane callbacks for HitTest and Tracking. Doesn't fully work yet. | Jack Jansen | 2000-03-21 | 1 | -2/+46 |
|
|
* | Added a GetControlRect() method to controls which returns the bounding rectan... | Jack Jansen | 2000-03-21 | 1 | -0/+19 |
|
|
* | Started on support for callbacks for UserPane controls. Unfinished and untested. | Jack Jansen | 2000-03-20 | 1 | -16/+133 |
|
|
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 1 | -1/+1 |
|
|
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 1 | -1/+1 |
|
|
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 1 | -4/+9 |
|
|
* | Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for | Jack Jansen | 1999-12-19 | 1 | -0/+77 |
|
|
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 1 | -0/+221 |
|
|
* | Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few... | Jack Jansen | 1999-12-09 | 1 | -12/+131 |
|
|
* | If a control has no refcon pointing back to the Python object we create a new | Jack Jansen | 1999-03-13 | 1 | -5/+54 |
|
|
* | Added a rewrite rule so the Str255 argument of GetControlTitle is seen as | Jack Jansen | 1999-03-07 | 1 | -5/+4 |
|
|
* | Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as | Jack Jansen | 1999-02-07 | 1 | -0/+20 |
|
|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 1 | -1/+1 |
|
|
* | Added {Get,Set}PopupData calls to get at the data for popup menu controls. | Jack Jansen | 1998-06-19 | 1 | -0/+48 |
|
|
* | Allow an (optional) tracking function (or -1) to be specified to | Jack Jansen | 1998-05-28 | 1 | -36/+80 |
|
|
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 1 | -51/+665 |
|
|
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -0/+4 |
|
|
* | Added GetAuxiliaryControlRecord and SetControlColor, there was no good | Jack Jansen | 1997-08-15 | 1 | -0/+37 |
|
|
* | Changed [SG]etCRefCon to [SG]etControlReference | Jack Jansen | 1997-04-08 | 1 | -4/+4 |
|
|
* | Fixed very nasty null-dereferencing bug in DisposeControl/destroy | Jack Jansen | 1996-10-01 | 1 | -33/+22 |
|
|
* | Regenerated | Jack Jansen | 1996-08-02 | 1 | -3/+0 |
|
|
* | Fixed a nasty bug where FindControl could return a reference to a | Jack Jansen | 1996-04-12 | 1 | -1/+1 |
|
|
* | Replaced various dummy updateRegions by real arguments | Jack Jansen | 1996-04-10 | 1 | -4/+9 |
|
|
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -1/+10 |
|
|
* | Regenerated because of minor changes in universal headers | Jack Jansen | 1995-11-14 | 1 | -8/+8 |
|
|
* | Generated anew | Jack Jansen | 1995-08-17 | 1 | -0/+1 |
|
|
* | Added as_Resource() method to convert ctl object to res object | Jack Jansen | 1995-06-18 | 1 | -0/+12 |
|
|
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 1 | -157/+157 |
|
|
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -67/+65 |
|
|
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+691 |
|
|