summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/helpscan.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-46/+46
|
* Revived the Carbon.Help module, but implementing the MacHelp API in steadJack Jansen2002-08-291-6/+13
| | | | | of the defunct Balloons API. Help tags are TBD, but at least this gives us access to the help menu.
* 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
|
* HMGetBalloonWindow should try to return an existing window.Jack Jansen2000-08-251-0/+2
|
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-2/+4
|
* Regenerated from Universal Headers 3.0.1. Some new calls areJack Jansen1998-02-201-0/+3
| | | | | | blacklisted, because they are not available in classic 68k programs, and bgen doesn't have a way to put #ifdef/#endif in the generated code. For now we only implement calls that work on all three models.
* Added interface to the Balloon Help ManagerJack Jansen1997-09-091-0/+52