summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/htmlrender/htmlsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-213/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* Changed all (hopefully) uses of unsigned 16 bit value to use H format ↵Jack Jansen2000-07-071-1/+1
| | | | specifier, now that h is signed-only.
* Manually added HRHTMLRenderingLibAvailable.Jack Jansen2000-05-151-2/+5
| | | | Blacklist HRDisposeReference and call it in the dispose routine.
* Interface to macOS 9 HTMLRenderingLib. Not yet functional.Jack Jansen2000-05-141-0/+210