summaryrefslogtreecommitdiff
path: root/docview/src
AgeCommit message (Collapse)Author
2010-08-25docview: updated project file with new Text Form info.Graeme Geldenhuys
2010-08-25docview: Hide ? button for later usage.Graeme Geldenhuys
2010-08-25docview: Move Debug - File Info to new Tools menu.Graeme Geldenhuys
2010-08-25docview: new text form added and Tools menu to view RichView Source.Graeme Geldenhuys
For debugging purposes.
2010-08-25docview: config dialog, replaced font selection with TfpgEditFont controls.Graeme Geldenhuys
2010-08-24docview: Implemented color customization for search highlighting.Graeme Geldenhuys
2010-08-24docview: TOC tree view how has popup menu with Expand/Collapse All options.Graeme Geldenhuys
2010-08-24docview: new option to expand TOC tree view when files are opened.Graeme Geldenhuys
2010-08-24Code formatting and removed unused sections of code.Graeme Geldenhuys
2010-08-24docview: new configuration option: open docview help on startup.Graeme Geldenhuys
2010-08-24docview: adds support for opening additional help files.Graeme Geldenhuys
This new menu option will not close previous help files aready open.
2010-08-24docview: Activated the "Help using DocView" menu option.Graeme Geldenhuys
2010-08-24docview: When a help file is not found, notify the user.Graeme Geldenhuys
2010-08-24docview: DocView's own help file is now referenced by a constant.Graeme Geldenhuys
2010-08-24docview: Implement various new searching functions in dvHelpers unit.Graeme Geldenhuys
2010-08-23docview: 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-23Use fpGUI wrapper functions instead of RTL functions directly.Graeme Geldenhuys
fpGUI's wrapper functions handle unicode conversions from OS automatically.
2010-08-22docview: INF header information. Added file size to the details.Graeme Geldenhuys
2010-08-22docview: sanity check added if no files are opened, stop trying to process ↵Graeme Geldenhuys
nothing.
2010-08-22docview: replaced the internals of GetFileSize() with then fpgFileSize()Graeme Geldenhuys
2010-08-22docview: minor changes to make fpprofiler happy.Graeme Geldenhuys
This will not increase the executable size because Classes is used elsewhere anyway.
2010-08-19Docview: disabled buttons in Notes tab. Notes feature not implemented yet.Graeme Geldenhuys
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-13docview: Added include file to project.Graeme Geldenhuys
Some minor code formatting too.
2010-08-13docview: 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-13Added a new bitmap for use where images should have been loadedGraeme Geldenhuys
2010-08-11docview: Replaced fake NullObject unit with HelpBitmap unit.Graeme Geldenhuys
2010-08-11Converted NewView HelpBitmap unit to DocViewGraeme Geldenhuys
* Code is untested but compiles *
2010-08-11docview: 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-11NullObject THelpBitmap is now a TfpgImage descendant.Graeme Geldenhuys
2010-08-11docview: Replaced the fake TImageList with the actual TfpgImageListGraeme Geldenhuys
2010-08-06docview: implemented external link click support.Graeme Geldenhuys
When end-user clicks on a external link (http, ftp, mailto), then fpgOpenURL() is called.
2010-08-02DocView: Improved the toolbar look.Graeme Geldenhuys
* Changed buttons to flat look. * Added divider lines between button groups. * Debug Menu item is now checked or unchecked. * Moved INF Header Info menu item to Help menu.
2010-05-23DocView: New 'Open Special' menu option to open environment variables.Graeme Geldenhuys
Environment variables can point to directories containing files or directly pointing to files.
2010-05-07DocView: Added new Quit toolbar button.Graeme Geldenhuys
2010-03-11fixes compilation for docview and fpc 2.5.1Andrew
Not sure when it became the case but it makes sense that var parameters must use the exact type and not a descendant class. This patch puts that into effect.
2010-03-09docview: add .gitignore in units directory for dir layout.Graeme Geldenhuys
2010-03-09docview: add compiler helper extrafpc.cfg file.Graeme Geldenhuys
This allows use to easily compile docview from the command line.
2010-03-09docview: Removed a compiler path not used.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate ↵Graeme Geldenhuys
version file. The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too.
2010-02-23Add various checks for open files before doing processing.Graeme Geldenhuys
2010-02-23Docview: Fix treeview height issue under Windows.Graeme Geldenhuys
2010-02-23New Help menu item to show Command Line Parameter help.Graeme Geldenhuys
* When showing this help, it closes open INF files.
2010-02-23Fix closing of open files.Graeme Geldenhuys
* Files field variable was not used, so removed it * On closing file, it used the Files field variable instead of the CurrentOpenFiles field variable. * Cleared the Search and History tab controls when closing files.
2010-02-11Fix compiler warning about type range issues.Graeme Geldenhuys
2009-12-30History navigation.Graeme Geldenhuys
* Tracks history of topics viewed. * Allows Back and Forward navigation in history. * Icons for remaining toolbar buttons.
2009-12-29Implemented a toolbar and Prev/Next Topic button behaviour.Graeme Geldenhuys
* stepping through Contents tree is now possible.
2009-11-27Minor change to project file make DocView compile.Graeme Geldenhuys
2009-11-27Add missing unit for docview.Graeme Geldenhuys
2009-11-27Merge commit 'remotes/DocView/work'Graeme Geldenhuys