summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/drag
Commit message (Expand)AuthorAgeFilesLines
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-100/+101
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-180/+180
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-031-0/+2
* 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-11/+3
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-1/+2
* 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-032-14/+43
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-292-11/+21
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-36/+36
* Fixed the bugs in the constant definitions, and in the code to testJack Jansen2002-08-151-2/+2
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Fixed the last two bgen-based modules to be buildable on OSX.Jack Jansen2002-08-051-1/+1
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Regenerated.Jack Jansen2002-04-231-1/+1
* 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/+96
* Callback error handling improvements:Just van Rossum2002-01-042-6/+12
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+4
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-5/+1
* Shut up many more gcc warnings.Jack Jansen2001-09-052-10/+20
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
* Renamed.Jack Jansen2001-08-231-1004/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+1012
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-222-134/+64
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-172-0/+24
* Also recognize DragRef as a method-argument.Jack Jansen2001-02-052-275/+221
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-102-236/+303
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-55/+1
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-071-4/+4
* Print something on stderr in case of exceptions in callback routines.Jack Jansen1999-06-212-6/+18
* Drag manager interface (completely untested, so far)Jack Jansen1999-06-213-0/+1446