Age | Commit message (Collapse) | Author |
|
Amended information about Annotations/Notes support.
|
|
* Now we can click anywhere in the DocView topic to place
our notes.
There are still some minor positioning bugs, but I'll get to that
later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Finally we have user selectable fonts! :)
|
|
|
|
A reference to a default font or fixed font are now the same
throughout docview. If you change one, you change them all.
|
|
|
|
|
|
We never actually used the TfpgFont instances, so lets rather use
font descriptions instead. Less resources get used.
|
|
|
|
|
|
|
|
|
|
|
|
* this is the same as item in popup menu in TOC tree view. But
this works on hidden topics too.
|
|
|
|
* Not all topics need to be in the TOC tree view. When viewing
such hidden topics, the method updating the Status Bar caused
an access violation. Added some checks which new fixes the issue.
|
|
|
|
* This causes the app using Richview to freeze. :-/
|
|
|
|
|
|
|
|
This is handle for developers to find a topic ID in help file,
so they know what to call from there applications.
|
|
|
|
|
|
|
|
Display Topic by (ID | Name). Debug items.
|
|
|
|
|
|
|
|
For debugging purposes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|