Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵ | Jack Jansen | 2001-05-22 | 1 | -13/+11 |
| | | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. | ||||
* | First step in porting MacPython modules to OSX/unix: break all references ↵ | Jack Jansen | 2001-05-17 | 1 | -0/+15 |
| | | | | | | between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers. And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again. | ||||
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 1 | -0/+2 |
| | |||||
* | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -2/+0 |
| | | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error. | ||||
* | Handles were never disposed. Added an AutoDispose(onoff) method to control this. | Jack Jansen | 2000-03-08 | 1 | -3/+24 |
| | | | | Also added a Handle() function which is like Resource() but has auto-dispose on by default. | ||||
* | In places where a ResObj is expected for PyArg_Parse and the object passed ↵ | Jack Jansen | 1999-12-12 | 1 | -5/+28 |
| | | | | | | in isn't but it does have an as_Resource method use that. This makes life a lot easier for appearance portability (and was needed anyway). | ||||
* | Replaced addpack by handcrafted code to find the bgen stuff. | Jack Jansen | 1998-04-17 | 1 | -3/+0 |
| | |||||
* | Added #include <string.h> for memcpy() | Jack Jansen | 1997-08-15 | 1 | -0/+1 |
| | |||||
* | Removed unused var | Jack Jansen | 1996-08-01 | 1 | -1/+0 |
| | |||||
* | - Added color window/pixmap support | Jack Jansen | 1995-12-12 | 1 | -1/+18 |
| | | | | | - Added support for obtaining pixmap data - Added OptResObj_* routines for optional handles | ||||
* | Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. | Jack Jansen | 1995-08-17 | 1 | -0/+13 |
| | |||||
* | Added methods as_Menu and as_Control to convert a resource | Jack Jansen | 1995-06-18 | 1 | -0/+31 |
| | | | | | | | to those object types You can now set the data attribute of a resource with the expected semantics (but you have to call ChangedResource yourself) | ||||
* | Trying again to check it in. Changes to: | Jack Jansen | 1995-06-06 | 1 | -0/+3 |
| | | | | | | - 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 Resource(), to create new resources from Python | Guido van Rossum | 1995-02-05 | 1 | -0/+1 |
| | |||||
* | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 1 | -0/+77 |