index
:
halibut
master
My halibut tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
winhelp.c
(
unfollow
)
Commit message (
Expand
)
Author
2007-02-04
Quell warnings about declared but undefined static functions by not declaring
Ben Harris
2006-12-09
Put all the pieces together: introduce a secondary test mode for
Simon Tatham
2006-12-09
Support, in the winhelp module only, for adding pictures to .HLP
Simon Tatham
2005-11-13
Just to be on the safe side about avoiding other portability hazards
Simon Tatham
2004-08-04
Add an explicit cast to prevent a compiler warning.
Simon Tatham
2004-07-30
More careful context hash calculation which doesn't depend on size
Simon Tatham
2004-06-12
Switch the memory allocation macros from the Halibut ones
Simon Tatham
2002-08-05
Rename Buttress to Halibut. I _think_ I've caught everything in this pass.
Simon Tatham
2001-12-04
In winhelp.c: allowed user to configure the Font section to their
Simon Tatham
2001-12-04
This update should bring the Windows Help back end up to
Simon Tatham
2001-12-04
Well, nearly working, that is. Remember to clear all paragraph
Simon Tatham
2001-12-04
Most of a Windows Help back end now appears to work. Missing are
Simon Tatham
2001-12-04
Add tabstops, and also add proper cleaning up in whlp_abandon() so
Simon Tatham
2001-12-03
More cleanups. In particular I've taken non-breaking spaces and
Simon Tatham
2001-12-03
Code cleanup
Simon Tatham
2001-12-03
Add indexing support. Wow, that was unexpectedly easy.
Simon Tatham
2001-12-03
Implement browse sequence support
Simon Tatham
2001-12-03
Update the todo list at the top of the file.
Simon Tatham
2001-12-03
Check in the first draft of a module that writes out Windows .HLP
Simon Tatham