summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd
Commit message (Collapse)AuthorAgeFilesLines
* SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define.Jack Jansen1998-04-234-21/+39
|
* Re-generated from new (3.1) universal headersJack Jansen1998-04-212-108/+120
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-172-5/+4
|
* Regenerated because of confusion with Style/StyleParameter andJack Jansen1998-02-251-4/+4
| | | | Char/CharParameter
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-202-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 PythonJack Jansen1997-09-201-0/+12
|
* Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: noJack Jansen1997-08-153-4/+348
| | | | reason they were blacklisted, we can handle them as generic Handles.
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-242-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 Jansen1996-05-082-3/+6
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-999/+0
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-122-4/+5
| | | | Lib:toolbox folder.
* Fixed access to Quickdraw globals. Unfortunately, they now have to beJack Jansen1996-01-292-40/+125
| | | | accessed as Qd.qd.xxxx
* Added rgbFgColor and a few other members of CGrafPortJack Jansen1996-01-152-12/+32
|
* - Added FontInfo supportJack Jansen1996-01-114-35/+176
| | | | - Added (read-)access to members of [C]GrafPort object
* Fixed GetPen and SetPt argumentsJack Jansen1996-01-083-8/+11
|
* Added support for PenState and Patterns (and the accompanying qdJack Jansen1996-01-064-6/+395
| | | | globals)
* Added support for cursors, and a way to get at the qd global 'arrow'Jack Jansen1996-01-054-2/+57
|
* - Added color window/pixmap supportJack Jansen1995-12-124-11/+92
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* Added support for RGB objects (tuples in python)Jack Jansen1995-12-094-2/+359
|
* BitMap object support (only lightly tested)Jack Jansen1995-11-164-1/+411
|
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-154-94/+139
|
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-144-11/+180
| | | | | - Added support for PatHandle, CursHandle - Regenerated from new universal headers.
* Generated anewJack Jansen1995-08-172-2/+3
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-092-2/+3
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-064-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 Rossum1995-03-194-28/+3496
|
* Committed a more or less working version.Guido van Rossum1995-01-303-0/+269