summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25Treeview bug fix: GotoNextNodeDown did not expand and traverse the last node ↵Graeme Geldenhuys
in RootNode.
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-25fpg_dialog. Minor sanity check.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-24splitter AutoSnap property added and OnSnap event.Graeme Geldenhuys
2010-08-24splitter: When double-clicking splitter, it now snaps closed if AutoSnap is set.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-24New wrapper (fpgChangeFileExt) created for fpGUI.Graeme Geldenhuys
This handles the OS encoding correctly, like the other wrapper functions.
2010-08-24treeview: When setting the Selection property, the selected nodeGraeme Geldenhuys
is now correctly scrolled into view (even if nodes had to expand). To make things look even better, the selected node is now centered vertically in the tree view.
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-23docs: initial work to create an application that generates our docs.Graeme Geldenhuys
This includes builds scripts or executing fpdoc directly.
2010-08-23Fix compilation error under Windows.Graeme Geldenhuys
2010-08-23Removed unused code.Graeme Geldenhuys
2010-08-23docs: added docs for fpg_command_intf unit.Graeme Geldenhuys
2010-08-23doc scripts: updated doc building scripts to include new fpg_tree documentation.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-22Introduced a new cross-platform fpgFileSize() helper function.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-22dcoview: fixed a minor memory leak.Graeme Geldenhuys
2010-08-22docview: 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-20docs: New fpg_tree.pas documentation. Minor updates to fpg_widget, ↵Graeme Geldenhuys
fpg_buttons docs.
2010-08-19Merge branch 'docs' into master.Graeme Geldenhuys
* Various documentation updates.
2010-08-19Docview: disabled buttons in Notes tab. Notes feature not implemented yet.Graeme Geldenhuys