summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/app/appscan.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-60/+60
|
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-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, soJack Jansen2002-08-151-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 Jansen2002-08-051-2/+1
|
* Added support for DrawThemeButton() and friends.Just van Rossum2002-01-061-3/+3
|
* Q&D support for ThemeDrawingState objects.Just van Rossum2002-01-051-2/+2
|
* - Added DrawThemeTextBox()Just van Rossum2002-01-021-1/+5
| | | | - fixed GetThemeTextDimensions(): it has an in/out Point arg, not just out.
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-0/+5
|
* Blacklisted a few constants with funny definitions (and they're not ↵Jack Jansen2000-12-191-0/+7
| | | | important anyway: backward compatible error numbers).
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-0/+6
|
* New appearance mgr support. This appears (no pun intended) to have some ↵Jack Jansen1999-12-101-0/+12
| | | | problems that I'll fix tonight, so don't check it out.
* Interface to the appearance manager.Jack Jansen1999-03-041-0/+56