summaryrefslogtreecommitdiff
path: root/docview/src/HelpBitmap.pas
AgeCommit message (Collapse)Author
2015-09-02docview: finally fixed the broken INF image support.Graeme Geldenhuys
It only took 6 years. ;-)
2015-09-02docview: file offset will always be a positive value.Graeme Geldenhuys
2013-04-12docview: To make sure TotalSize is > 0Graeme Geldenhuys
2013-04-05docview: Enabled support for reading images from INF files. (WIP)Graeme Geldenhuys
This is still Work-In-Progress because the images are displayed, but sometimes incorrectly, or with a wrong color palette. Either way, this is progress, and very long overdue. ;-)
2013-04-05docview: debug code to help debug reading images from INF files.Graeme Geldenhuys
2013-04-05docview: simple pointer usage issues.Graeme Geldenhuys
The program was overwriting the pointer itself, and not the location the pointer is pointing too. Simple mistake! :-/
2012-03-07docview: unit had missing compiler mode information.Charlie Root
2010-08-14docview: move work in implementing image support.Graeme Geldenhuys
* Fixed CreateFromHelpFile so that TFileStream parameter can be stored internall. * Added some extra checks that correct amount of bytes have been read.
2010-08-11Converted NewView HelpBitmap unit to DocViewGraeme Geldenhuys
* Code is untested but compiles *