| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -377/+0 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -2/+2 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -142/+142 |
|
|
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -67/+0 |
|
|
* | Give a better error message when a string of the wrong size is | Jack Jansen | 2003-03-21 | 1 | -1/+3 |
|
|
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -6/+0 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 1 | -2/+2 |
|
|
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 1 | -263/+51 |
|
|
* | Got rid of staticforward. | Jack Jansen | 2002-08-05 | 1 | -1/+1 |
|
|
* | Weaklink most toolbox modules, improving backward compatibility. Modules will... | Jack Jansen | 2002-03-25 | 1 | -2/+2 |
|
|
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+1 |
|
|
* | A few more gcc warnings bite the dust. | Jack Jansen | 2001-09-05 | 1 | -1/+1 |
|
|
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -3/+9 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
|
|
* | ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. | Jack Jansen | 2001-06-20 | 1 | -1/+1 |
|
|
* | Fixed an error in the signature of the QdRGB converter routines. | Jack Jansen | 2001-06-13 | 1 | -2/+2 |
|
|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 1 | -16/+15 |
|
|
* | First step in porting MacPython modules to OSX/unix: break all references bet... | Jack Jansen | 2001-05-17 | 1 | -0/+36 |
|
|
* | Accept Dialogs and Windows where Grafports are expected (such as in SetPort) ... | Jack Jansen | 2001-02-02 | 1 | -2/+8 |
|
|
* | New internal function BMObj_NewCopied() which copies the BitMap. Used to get ... | Jack Jansen | 2001-01-30 | 1 | -3/+23 |
|
|
* | Accessor functions for regions and such expect an existing region as paramete... | Jack Jansen | 2001-01-29 | 1 | -7/+6 |
|
|
* | Implemented direct attribute access for Carbon builds and accessor functions ... | Jack Jansen | 2001-01-24 | 1 | -10/+110 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -0/+44 |
|
|
* | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 1 | -1/+1 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -2/+2 |
|
|
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -2/+0 |
|
|
* | Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. | Jack Jansen | 2000-06-20 | 1 | -0/+42 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 1 | -0/+4 |
|
|
* | Added methods getdata() and putdata() to obtain the data in a bitmap. | Jack Jansen | 2000-03-03 | 1 | -0/+30 |
|
|
* | SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. | Jack Jansen | 1998-04-23 | 1 | -1/+1 |
|
|
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -3/+0 |
|
|
* | Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no | Jack Jansen | 1997-08-15 | 1 | -0/+5 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+0 |
|
|
* | Added _id attribute to GrafPort objects (real id of grafport, numeric) | Jack Jansen | 1996-05-08 | 1 | -0/+3 |
|
|
* | Fixed access to Quickdraw globals. Unfortunately, they now have to be | Jack Jansen | 1996-01-29 | 1 | -20/+46 |
|
|
* | Added rgbFgColor and a few other members of CGrafPort | Jack Jansen | 1996-01-15 | 1 | -6/+16 |
|
|
* | - Added FontInfo support | Jack Jansen | 1996-01-11 | 1 | -14/+77 |
|
|
* | Added support for PenState and Patterns (and the accompanying qd | Jack Jansen | 1996-01-06 | 1 | -2/+22 |
|
|
* | Added support for cursors, and a way to get at the qd global 'arrow' | Jack Jansen | 1996-01-05 | 1 | -1/+14 |
|
|
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -2/+40 |
|
|
* | Added support for RGB objects (tuples in python) | Jack Jansen | 1995-12-09 | 1 | -0/+27 |
|
|
* | BitMap object support (only lightly tested) | Jack Jansen | 1995-11-16 | 1 | -0/+64 |
|
|
* | Added (minimal) support for a GrafPort type | Jack Jansen | 1995-11-15 | 1 | -17/+34 |
|
|
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 1 | -0/+2 |
|
|
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -1/+1 |
|
|
* | first cut at the whole quickdraw.h header file ... | Guido van Rossum | 1995-03-19 | 1 | -2/+21 |
|
|
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+72 |
|
|