summaryrefslogtreecommitdiff
path: root/docview
AgeCommit message (Collapse)Author
2010-09-01docview: Implemented mouse cursor changes when moved over links.Graeme Geldenhuys
2010-09-01docview settings dialog: fixed tab ordersGraeme Geldenhuys
2010-09-01docview: introduced user configurable mouse wheel scroll distance.Graeme Geldenhuys
2010-09-01docview: Index Style setting. Changed ComboBox to RadioButtons.Graeme Geldenhuys
2010-09-01docview: minor code formattingGraeme Geldenhuys
2010-09-01docview: Removed unused or commented unitsGraeme Geldenhuys
2010-09-01docview help file: added disclaimer and trademark topics.Graeme Geldenhuys
2010-09-01DocView: apply user selectable fonts to RichView component.Graeme Geldenhuys
Finally we have user selectable fonts! :)
2010-09-01docview: Replace unicode character in source code with UTF-8 byte sequence.Graeme Geldenhuys
2010-09-01docview: Replaced hard-coded font values with constants.Graeme Geldenhuys
A reference to a default font or fixed font are now the same throughout docview. If you change one, you change them all.
2010-09-01docview settings: NormalFont and FixedFont are now font descriptions onlyGraeme Geldenhuys
2010-09-01Add docview.ipf to project file.Graeme Geldenhuys
2010-09-01docview: NormalFont and FixedFont in TSettings are now font descriptions only.Graeme Geldenhuys
We never actually used the TfpgFont instances, so lets rather use font descriptions instead. Less resources get used.
2010-09-01minor fixes in DocView documentationGraeme Geldenhuys
2010-09-01docview: Fixed 'Copy to clipboard' button anchoring.Graeme Geldenhuys
2010-09-01docview: fixed unwanted linefeeds which were not in INF docs.Graeme Geldenhuys
2010-08-27docview: add application icon and version info - under Windows.Graeme Geldenhuys
2010-08-26docview: correctly centre the ShowText form.Graeme Geldenhuys
2010-08-26docview: added new Tools menu item: Current topic properties.Graeme Geldenhuys
* this is the same as item in popup menu in TOC tree view. But this works on hidden topics too.
2010-08-26docview: added copy to clipboard button in ShowText form.Graeme Geldenhuys
2010-08-26docview: fixed access violation when viewing some topicsGraeme Geldenhuys
* 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.
2010-08-26docview: replaced string values with constants.Graeme Geldenhuys
2010-08-26richview: disabled clipboard items in popup menu for now.Graeme Geldenhuys
* This causes the app using Richview to freeze. :-/
2010-08-26Merge branch 'master' of /media/flash16gig/git_repos/fpguiGraeme Geldenhuys
2010-08-25docview: File Information output now contains INF structure version infoGraeme Geldenhuys
2010-08-25docview application help completed!Graeme Geldenhuys
2010-08-25docview: Implemented a "Topic Properties" popup menu option.Graeme Geldenhuys
This is handle for developers to find a topic ID in help file, so they know what to call from there applications.
2010-08-25docview: Show Text form now uses a monospace font.Graeme Geldenhuys
2010-08-25docview: Minor menu item and toolbar tip updates.Graeme Geldenhuys
2010-08-25docview: Added some extra error checking code to prevent exception errors.Graeme Geldenhuys
2010-08-25docview: Two new items added to Tools menu.Graeme Geldenhuys
Display Topic by (ID | Name). Debug items.
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 application help update.Graeme Geldenhuys
2010-08-25docview application help update.Graeme Geldenhuys
2010-08-25docview application help update.Graeme Geldenhuys
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: updated Docview application help.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 help: Updated the docview help file and made it compilable with wipfc.Graeme Geldenhuys
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