| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport of _Appmodule.c 1.10, appsupport.py 1.14: | Jack Jansen | 2002-03-25 | 2 | -3/+204 |
| | | | | | | | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible. | ||||
| * | Backport of 1.6 thru 1.9 (of _Appmodule.c): | Jack Jansen | 2002-02-27 | 3 | -17/+379 |
| | | | | | | | | - Added support for DrawThemeButton() and friends. - Q&D support for ThemeDrawingState objects. - Added DrawThemeTextBox() - fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out. | ||||
| * | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+4 |
| | | |||||
| * | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 3 | -0/+110 |
| | | |||||
| * | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 1 | -4/+0 |
| | | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
| * | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -0/+4 |
| | | |||||
| * | Last renamed module that wasn't removed yet. | Jack Jansen | 2001-08-24 | 1 | -1168/+0 |
| | | |||||
| * | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+1176 |
| | | |||||
| * | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
| | | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
| * | Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵ | Jack Jansen | 2001-05-22 | 2 | -164/+66 |
| | | | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. | ||||
| * | Blacklisted a few constants with funny definitions (and they're not ↵ | Jack Jansen | 2000-12-19 | 1 | -0/+7 |
| | | | | | important anyway: backward compatible error numbers). | ||||
| * | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 3 | -1/+35 |
| | | |||||
| * | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 2 | -47/+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 Jansen | 2000-07-07 | 2 | -29/+29 |
| | | | | | specifier, now that h is signed-only. | ||||
| * | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 2 | -0/+8 |
| | | |||||
| * | New appearance mgr support. This appears (no pun intended) to have some ↵ | Jack Jansen | 1999-12-10 | 3 | -1/+631 |
| | | | | | problems that I'll fix tonight, so don't check it out. | ||||
| * | Interface to the appearance manager. | Jack Jansen | 1999-03-04 | 3 | -0/+831 |
