summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/evt
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-05-232-0/+559
| | | | 'release21-maint'.
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-04-172-593/+0
| | | | 'release21-maint'.
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-102-1/+72
|
* Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion ↵Jack Jansen2000-07-242-2/+2
| | | | for PyArg_ParseTuple format strings.
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-142-11/+11
|
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-142-39/+1
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-072-11/+11
| | | | specifier, now that h is signed-only.
* Made to work under carbon.Jack Jansen2000-06-202-0/+40
|
* Bgen now understands more constant definitions, but that means that a few ↵Jack Jansen1999-12-141-1/+3
| | | | which are not parseable in Python have to be blacklisted.
* Added optional mouseregion parameter to WaitNextEvent (which is nowJack Jansen1998-09-173-25/+56
| | | | manually generated).
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-98/+98
| | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-242-2/+0
| | | | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h - Regenerated bgen modules from new universal headers - Changed some of the s# in PyArg_ParseTuple to m# (unfortunately: this should have been a different commit)
* RegeneratedJack Jansen1996-08-021-3/+0
|
* Removed ...gen.py files from repositoryJack Jansen1996-04-161-100/+0
|
* bgen-generators now drop the python definition file straight in theJack Jansen1996-04-122-2/+3
| | | | Lib:toolbox folder.
* Replaced various dummy updateRegions by real argumentsJack Jansen1996-04-103-2/+7
|
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+10
| | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles
* New universal headersJack Jansen1995-10-093-29/+31
|
* Generated anewJack Jansen1995-08-172-1/+2
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-094-56/+59
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-064-4/+248
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* added evtedit.py for SystemClick()Guido van Rossum1995-03-101-0/+6
|
* the usualGuido van Rossum1995-03-101-3/+0
|
* more stuffGuido van Rossum1995-02-282-12/+21
|
* Committed a more or less working version.Guido van Rossum1995-01-304-0/+408