summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cg/_CGmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-44/+45
| | | | they are now _self, _args and _kwds.
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-031-46/+76
| | | | Completely untested.
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
| | | | Cleaned up various things in the toolbox modules.
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-191-124/+0
|
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-8/+3
| | | | MacOS9isms.
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-1/+2
| | | | | - Regenerated with the correct calls to PyType_Ready and the correct deallocator calls.
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-1/+1
|
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-13/+42
| | | | | | some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family).
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-10/+20
| | | | | | | | | | | | | | | | descriptors in stead of manual getattr hooks to get at attributes of the objects. For Qd I have in stead gotten rid of most of the attribute access in favor of the carbon-style accessor methods (with the exception of visRgn, to be done later), and of the Carbon.Qd.qd global object, for which accessor functions are also available. For List I have fixed the fact that various methods were incorrectly generated as functions. CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with basechain, so it will have to wait for PEP253 support.
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-59/+59
|
* Regenerated.Jack Jansen2002-04-231-1/+1
|
* Added ClipCGContextToRegion() from Quickdraw.h.Just van Rossum2002-03-041-0/+19
|
* Added support for SyncCGContextOriginWithPort().Just van Rossum2002-03-021-0/+16
|
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
|
* include the proper header for Mach-OJust van Rossum2001-12-131-1/+1
|
* second CoreGraphics batchJust van Rossum2001-12-131-0/+1332