summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd/qdsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-142/+142
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-67/+0
* Give a better error message when a string of the wrong size isJack Jansen2003-03-211-1/+3
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-6/+0
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-2/+2
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-263/+51
* Got rid of staticforward.Jack Jansen2002-08-051-1/+1
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-251-2/+2
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+1
* A few more gcc warnings bite the dust.Jack Jansen2001-09-051-1/+1
* Shut up many more gcc warnings.Jack Jansen2001-09-051-3/+9
* 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-201-1/+1
* Fixed an error in the signature of the QdRGB converter routines.Jack Jansen2001-06-131-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-16/+15
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-0/+36
* Accept Dialogs and Windows where Grafports are expected (such as in SetPort) ...Jack Jansen2001-02-021-2/+8
* New internal function BMObj_NewCopied() which copies the BitMap. Used to get ...Jack Jansen2001-01-301-3/+23
* Accessor functions for regions and such expect an existing region as paramete...Jack Jansen2001-01-291-7/+6
* Implemented direct attribute access for Carbon builds and accessor functions ...Jack Jansen2001-01-241-10/+110
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-0/+44
* 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-141-2/+2
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-2/+0
* Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access.Jack Jansen2000-06-201-0/+42
* Made the core toolbox modules carbon-compatible using the new greylist featur...Jack Jansen2000-06-021-0/+4
* Added methods getdata() and putdata() to obtain the data in a bitmap.Jack Jansen2000-03-031-0/+30
* SetPort was missing, and the defs file needs the FOUR_CHAR_CODE define.Jack Jansen1998-04-231-1/+1
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
* Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: noJack Jansen1997-08-151-0/+5
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+0
* Added _id attribute to GrafPort objects (real id of grafport, numeric)Jack Jansen1996-05-081-0/+3
* Fixed access to Quickdraw globals. Unfortunately, they now have to beJack Jansen1996-01-291-20/+46
* Added rgbFgColor and a few other members of CGrafPortJack Jansen1996-01-151-6/+16
* - Added FontInfo supportJack Jansen1996-01-111-14/+77
* Added support for PenState and Patterns (and the accompanying qdJack Jansen1996-01-061-2/+22
* Added support for cursors, and a way to get at the qd global 'arrow'Jack Jansen1996-01-051-1/+14
* - Added color window/pixmap supportJack Jansen1995-12-121-2/+40
* Added support for RGB objects (tuples in python)Jack Jansen1995-12-091-0/+27
* BitMap object support (only lightly tested)Jack Jansen1995-11-161-0/+64
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-151-17/+34
* - Fixed handling of InsetRect, OffsetRect, MapRectJack Jansen1995-11-141-0/+2
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-1/+1
* first cut at the whole quickdraw.h header file ...Guido van Rossum1995-03-191-2/+21
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+72