summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd
Commit message (Expand)AuthorAgeFilesLines
* Regenerated without default int return types.Jack Jansen2001-09-041-2/+2
* Renamed.Jack Jansen2001-08-231-5687/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+5695
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* ANSIfied function headers to shut up compiler warnings on OSX/Mach-o.Jack Jansen2001-06-202-2/+2
* Fixed an error in the signature of the QdRGB converter routines.Jack Jansen2001-06-132-4/+4
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-222-897/+320
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-172-0/+70
* QDFlushPortBuffer() has an optional region argument.Jack Jansen2001-02-062-1/+5
* Accept Dialogs and Windows where Grafports are expected (such as in SetPort) ...Jack Jansen2001-02-022-4/+16
* New internal function BMObj_NewCopied() which copies the BitMap. Used to get ...Jack Jansen2001-01-302-8/+46
* Accessor functions for regions and such expect an existing region as paramete...Jack Jansen2001-01-293-15/+29
* Blacklisted (for the time being) the functions that have a component argument...Jack Jansen2001-01-242-100/+6
* Implemented direct attribute access for Carbon builds and accessor functions ...Jack Jansen2001-01-243-14/+1478
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-122-5/+55
* Got rid of Py_FatalError calls.Jack Jansen2000-09-081-1/+1
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-142-4/+4
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-39/+1
* Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access.Jack Jansen2000-06-202-0/+84
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-022-0/+8
* Added methods getdata() and putdata() to obtain the data in a bitmap.Jack Jansen2000-03-032-0/+68
* Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.Jack Jansen1999-12-121-0/+36
* Manually added definitions for normal, bold, etc. These are in MacTypes (of allJack Jansen1999-01-211-1/+11
* Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr).Jack Jansen1998-04-272-4/+4
* Grmpf, a lot more routines have gotten a "Mac" prefix for theirJack Jansen1998-04-242-8/+681
* 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
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-202-8/+46
* Export type objects to PythonJack Jansen1997-09-201-0/+12
* Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: noJack Jansen1997-08-153-4/+348
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-242-2/+0
* 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
* Fixed access to Quickdraw globals. Unfortunately, they now have to beJack Jansen1996-01-292-40/+125
* Added rgbFgColor and a few other members of CGrafPortJack Jansen1996-01-152-12/+32
* - Added FontInfo supportJack Jansen1996-01-114-35/+176
* 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
* 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 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
* 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