Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-25 | docview: Two new items added to Tools menu. | Graeme Geldenhuys | |
Display Topic by (ID | Name). Debug items. | |||
2010-08-25 | docview: updated project file with new Text Form info. | Graeme Geldenhuys | |
2010-08-25 | docview: Hide ? button for later usage. | Graeme Geldenhuys | |
2010-08-25 | docview: Move Debug - File Info to new Tools menu. | Graeme Geldenhuys | |
2010-08-25 | docview: new text form added and Tools menu to view RichView Source. | Graeme Geldenhuys | |
For debugging purposes. | |||
2010-08-25 | docview application help update. | Graeme Geldenhuys | |
2010-08-25 | docview application help update. | Graeme Geldenhuys | |
2010-08-25 | docview application help update. | Graeme Geldenhuys | |
2010-08-25 | docview: config dialog, replaced font selection with TfpgEditFont controls. | Graeme Geldenhuys | |
2010-08-24 | docview: Implemented color customization for search highlighting. | Graeme Geldenhuys | |
2010-08-24 | docview: updated Docview application help. | Graeme Geldenhuys | |
2010-08-24 | docview: TOC tree view how has popup menu with Expand/Collapse All options. | Graeme Geldenhuys | |
2010-08-24 | docview: new option to expand TOC tree view when files are opened. | Graeme Geldenhuys | |
2010-08-24 | Code formatting and removed unused sections of code. | Graeme Geldenhuys | |
2010-08-24 | docview: new configuration option: open docview help on startup. | Graeme Geldenhuys | |
2010-08-24 | docview: adds support for opening additional help files. | Graeme Geldenhuys | |
This new menu option will not close previous help files aready open. | |||
2010-08-24 | docview help: Updated the docview help file and made it compilable with wipfc. | Graeme Geldenhuys | |
2010-08-24 | docview: Activated the "Help using DocView" menu option. | Graeme Geldenhuys | |
2010-08-24 | docview: When a help file is not found, notify the user. | Graeme Geldenhuys | |
2010-08-24 | docview: DocView's own help file is now referenced by a constant. | Graeme Geldenhuys | |
2010-08-24 | docview: Implement various new searching functions in dvHelpers unit. | Graeme Geldenhuys | |
2010-08-23 | Removed unused code. | Graeme Geldenhuys | |
2010-08-23 | docview: fix bug where it fails to load any INF files. | Graeme Geldenhuys | |
Fixing the loading of directory without INF files, caused loading of all INF files to fail. I did my check in the wrong location. | |||
2010-08-23 | Use fpGUI wrapper functions instead of RTL functions directly. | Graeme Geldenhuys | |
fpGUI's wrapper functions handle unicode conversions from OS automatically. | |||
2010-08-22 | docview: INF header information. Added file size to the details. | Graeme Geldenhuys | |
2010-08-22 | docview: sanity check added if no files are opened, stop trying to process ↵ | Graeme Geldenhuys | |
nothing. | |||
2010-08-22 | docview: replaced the internals of GetFileSize() with then fpgFileSize() | Graeme Geldenhuys | |
2010-08-22 | docview: minor changes to make fpprofiler happy. | Graeme Geldenhuys | |
This will not increase the executable size because Classes is used elsewhere anyway. | |||
2010-08-22 | dcoview: fixed a minor memory leak. | Graeme Geldenhuys | |
2010-08-22 | docview: fixes the AV on exit. | Graeme Geldenhuys | |
NOTE This is not a 100% fix, but rather a work-around. I need to still find out why such AV's occur. | |||
2010-08-19 | Docview: disabled buttons in Notes tab. Notes feature not implemented yet. | Graeme Geldenhuys | |
2010-08-14 | docview: 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-13 | docview: Added include file to project. | Graeme Geldenhuys | |
Some minor code formatting too. | |||
2010-08-13 | docview: Now manages some images for RichTextView control. | Graeme Geldenhuys | |
The image list contains "missing image" images to indicate where images where supposed to have been displayed. | |||
2010-08-13 | Added a new bitmap for use where images should have been loaded | Graeme Geldenhuys | |
2010-08-13 | minor changes to INF format document | Graeme Geldenhuys | |
2010-08-12 | richview: fixed position of bitmap in context. | Graeme Geldenhuys | |
The positioning of images still used the OS/2 co-ordinate system. This is now fixed. | |||
2010-08-11 | docview: source file for DocView context help. | Graeme Geldenhuys | |
2010-08-11 | docview: Replaced fake NullObject unit with HelpBitmap unit. | Graeme Geldenhuys | |
2010-08-11 | Converted NewView HelpBitmap unit to DocView | Graeme Geldenhuys | |
* Code is untested but compiles * | |||
2010-08-11 | INF spec update | Graeme Geldenhuys | |
2010-08-11 | docview: improved handling of external links. | Graeme Geldenhuys | |
When a external link is clicked, display a user friendly message that support doesn't exist yet. | |||
2010-08-11 | NullObject THelpBitmap is now a TfpgImage descendant. | Graeme Geldenhuys | |
2010-08-11 | RichTextView: Minor method parameter refactoring. | Graeme Geldenhuys | |
To reduce in possible confusion - with Images property found in some other classes. | |||
2010-08-11 | docview: Replaced the fake TImageList with the actual TfpgImageList | Graeme Geldenhuys | |
2010-08-11 | docview todo list: update list with completed tasks and added | Graeme Geldenhuys | |
some new tasks. | |||
2010-08-10 | docview install readme txt file. | Graeme Geldenhuys | |
* This is still work-in-progress. It seems to work on some systems, but not 100% on others. :-/ | |||
2010-08-06 | docview: implemented external link click support. | Graeme Geldenhuys | |
When end-user clicks on a external link (http, ftp, mailto), then fpgOpenURL() is called. | |||
2010-08-06 | docview: Correctly pass in the text area height to DrawText | Graeme Geldenhuys | |
2010-08-06 | docview: Code cleanup, removing already commented code. | Graeme Geldenhuys | |