summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd/Qdmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Added _id attribute to GrafPort objects (real id of grafport, numeric)Jack Jansen1996-05-081-3/+3
|
* Fixed access to Quickdraw globals. Unfortunately, they now have to beJack Jansen1996-01-291-20/+79
| | | | accessed as Qd.qd.xxxx
* Added rgbFgColor and a few other members of CGrafPortJack Jansen1996-01-151-6/+16
|
* - Added FontInfo supportJack Jansen1996-01-111-13/+91
| | | | - Added (read-)access to members of [C]GrafPort object
* Fixed GetPen and SetPt argumentsJack Jansen1996-01-081-6/+4
|
* Added support for PenState and Patterns (and the accompanying qdJack Jansen1996-01-061-0/+302
| | | | globals)
* Added support for cursors, and a way to get at the qd global 'arrow'Jack Jansen1996-01-051-0/+37
|
* - Added color window/pixmap supportJack Jansen1995-12-121-6/+45
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* Added support for RGB objects (tuples in python)Jack Jansen1995-12-091-0/+261
|
* BitMap object support (only lightly tested)Jack Jansen1995-11-161-0/+294
|
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-151-57/+93
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-141-6/+123
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Generated anewJack Jansen1995-08-171-0/+1
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-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 Rossum1995-03-191-26/+2603
|
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+168