summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some warnings on MacNeal Norwitz2006-04-121-4/+1
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-55/+60
* Whitespace normalization, via reindent.py.Tim Peters2004-07-183-361/+360
* Finished update to UH 3.4.2.Jack Jansen2003-12-062-0/+355
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-134/+0
* Give a better error message when a string of the wrong size isJack Jansen2003-03-212-5/+9
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-2/+4
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-2/+2
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-123-97/+0
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-032-28/+84
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-293-1544/+1030
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-315/+315
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Got rid of staticforward.Jack Jansen2002-08-051-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-3/+3
* Regenerated.Jack Jansen2002-04-231-3/+3
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-251-2/+2
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-0/+933
* Updated to Universal Headers 3.4Jack Jansen2001-12-183-0/+576
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-3/+3
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-7/+3
* A few more gcc warnings bite the dust.Jack Jansen2001-09-052-2/+2
* Shut up many more gcc warnings.Jack Jansen2001-09-052-19/+23
* 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