Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -37/+1 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | 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 ↵ | Jack Jansen | 2000-06-02 | 1 | -0/+4 |
| | | | | | | feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. Macmodule and macosmodule have also been carbonified. Some functionality is still missing there. | ||||
* | Added methods getdata() and putdata() to obtain the data in a bitmap. | Jack Jansen | 2000-03-03 | 1 | -0/+38 |
| | |||||
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 1 | -0/+36 |
| | |||||
* | Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). | Jack Jansen | 1998-04-27 | 1 | -3/+3 |
| | |||||
* | Grmpf, a lot more routines have gotten a "Mac" prefix for their | Jack Jansen | 1998-04-24 | 1 | -6/+529 |
| | | | | | | declaration, probably so the universal headers are useable on windows/unix too. Have to think of a more definite workaround later, for now we manually declare the old names in the *edit.py files. | ||||
* | SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. | Jack Jansen | 1998-04-23 | 1 | -0/+34 |
| | |||||
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 1 | -108/+108 |
| | |||||
* | Regenerated because of confusion with Style/StyleParameter and | Jack Jansen | 1998-02-25 | 1 | -4/+4 |
| | | | | Char/CharParameter | ||||
* | Regenerated from Universal Headers 3.0.1. Some new calls are | Jack Jansen | 1998-02-20 | 1 | -8/+44 |
| | | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models. | ||||
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -0/+12 |
| | |||||
* | Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no | Jack Jansen | 1997-08-15 | 1 | -0/+339 |
| | | | | reason they were blacklisted, we can handle them as generic Handles. | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+0 |
| | | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit) | ||||
* | Added _id attribute to GrafPort objects (real id of grafport, numeric) | Jack Jansen | 1996-05-08 | 1 | -3/+3 |
| | |||||
* | Fixed access to Quickdraw globals. Unfortunately, they now have to be | Jack Jansen | 1996-01-29 | 1 | -20/+79 |
| | | | | accessed as Qd.qd.xxxx | ||||
* | 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 | -13/+91 |
| | | | | - Added (read-)access to members of [C]GrafPort object | ||||
* | Fixed GetPen and SetPt arguments | Jack Jansen | 1996-01-08 | 1 | -6/+4 |
| | |||||
* | Added support for PenState and Patterns (and the accompanying qd | Jack Jansen | 1996-01-06 | 1 | -0/+302 |
| | | | | globals) | ||||
* | Added support for cursors, and a way to get at the qd global 'arrow' | Jack Jansen | 1996-01-05 | 1 | -0/+37 |
| | |||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -6/+45 |
| | | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles | ||||
* | Added support for RGB objects (tuples in python) | Jack Jansen | 1995-12-09 | 1 | -0/+261 |
| | |||||
* | BitMap object support (only lightly tested) | Jack Jansen | 1995-11-16 | 1 | -0/+294 |
| | |||||
* | Added (minimal) support for a GrafPort type | Jack Jansen | 1995-11-15 | 1 | -57/+93 |
| | |||||
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 1 | -6/+123 |
| | | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers. | ||||
* | Generated anew | Jack Jansen | 1995-08-17 | 1 | -0/+1 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -279/+245 |
| | | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions | ||||
* | first cut at the whole quickdraw.h header file ... | Guido van Rossum | 1995-03-19 | 1 | -26/+2603 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+168 |