Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -60/+60 |
| | |||||
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -10/+0 |
| | | | | | | TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some TARGET_API_MAC_OSX conditional code is gone, because it is no longer used on OSX-only Python (only in MacPython-OS9). | ||||
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
| | | | | we catch errors during the build process in stead of later during runtime. | ||||
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
| | |||||
* | Added support for DrawThemeButton() and friends. | Just van Rossum | 2002-01-06 | 1 | -3/+3 |
| | |||||
* | Q&D support for ThemeDrawingState objects. | Just van Rossum | 2002-01-05 | 1 | -2/+2 |
| | |||||
* | - Added DrawThemeTextBox() | Just van Rossum | 2002-01-02 | 1 | -1/+5 |
| | | | | - fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out. | ||||
* | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 1 | -0/+5 |
| | |||||
* | 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 | 1 | -0/+6 |
| | |||||
* | New appearance mgr support. This appears (no pun intended) to have some ↵ | Jack Jansen | 1999-12-10 | 1 | -0/+12 |
| | | | | problems that I'll fix tonight, so don't check it out. | ||||
* | Interface to the appearance manager. | Jack Jansen | 1999-03-04 | 1 | -0/+56 |