Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define. | Jack Jansen | 1998-04-23 | 4 | -21/+39 |
| | |||||
* | Re-generated from new (3.1) universal headers | Jack Jansen | 1998-04-21 | 2 | -108/+120 |
| | |||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 2 | -5/+4 |
| | |||||
* | 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 | 2 | -8/+46 |
| | | | | | | 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 | 3 | -4/+348 |
| | | | | reason they were blacklisted, we can handle them as generic Handles. | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 2 | -2/+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 | 2 | -3/+6 |
| | |||||
* | Removed ...gen.py files from repository | Jack Jansen | 1996-04-16 | 1 | -999/+0 |
| | |||||
* | bgen-generators now drop the python definition file straight in the | Jack Jansen | 1996-04-12 | 2 | -4/+5 |
| | | | | Lib:toolbox folder. | ||||
* | Fixed access to Quickdraw globals. Unfortunately, they now have to be | Jack Jansen | 1996-01-29 | 2 | -40/+125 |
| | | | | accessed as Qd.qd.xxxx | ||||
* | Added rgbFgColor and a few other members of CGrafPort | Jack Jansen | 1996-01-15 | 2 | -12/+32 |
| | |||||
* | - Added FontInfo support | Jack Jansen | 1996-01-11 | 4 | -35/+176 |
| | | | | - Added (read-)access to members of [C]GrafPort object | ||||
* | Fixed GetPen and SetPt arguments | Jack Jansen | 1996-01-08 | 3 | -8/+11 |
| | |||||
* | Added support for PenState and Patterns (and the accompanying qd | Jack Jansen | 1996-01-06 | 4 | -6/+395 |
| | | | | globals) | ||||
* | Added support for cursors, and a way to get at the qd global 'arrow' | Jack Jansen | 1996-01-05 | 4 | -2/+57 |
| | |||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 4 | -11/+92 |
| | | | | | - 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 | 4 | -2/+359 |
| | |||||
* | BitMap object support (only lightly tested) | Jack Jansen | 1995-11-16 | 4 | -1/+411 |
| | |||||
* | Added (minimal) support for a GrafPort type | Jack Jansen | 1995-11-15 | 4 | -94/+139 |
| | |||||
* | - Fixed handling of InsetRect, OffsetRect, MapRect | Jack Jansen | 1995-11-14 | 4 | -11/+180 |
| | | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers. | ||||
* | Generated anew | Jack Jansen | 1995-08-17 | 2 | -2/+3 |
| | |||||
* | Ported to Universal Header 2.0.1f (i.e. CW6) | Jack Jansen | 1995-06-09 | 2 | -2/+3 |
| | |||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 4 | -363/+349 |
| | | | | | | - 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 | 4 | -28/+3496 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 3 | -0/+269 |