Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This new menu option will not close previous help files aready open.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixing the loading of directory without INF files, caused loading of all INF files
to fail. I did my check in the wrong location.
|
|
fpGUI's wrapper functions handle unicode conversions from OS automatically.
|
|
|
|
nothing.
|
|
|
|
This will not increase the executable size because Classes is used elsewhere
anyway.
|
|
|
|
NOTE
This is not a 100% fix, but rather a work-around. I need to still find out
why such AV's occur.
|
|
|
|
* Fixed CreateFromHelpFile so that TFileStream parameter can be stored internall.
* Added some extra checks that correct amount of bytes have been read.
|