summaryrefslogtreecommitdiff
path: root/docview/src/docview.lpi
AgeCommit message (Collapse)Author
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-03docview: Implements the Bookmark Maintenance form.Graeme Geldenhuys
We can now Jump To bookmark, rename bookmarks, delete bookmarks etc.
2013-04-03docview: removed second constants unit - we only need oneGraeme Geldenhuys
2011-12-13docview: changed target file output path to include CPU and OS.Graeme Geldenhuys
This means we can build multiple versions using a normal and cross-compiler, without overwriting the docview executable.
2011-12-02Specify a target filename in the docview project file.Graeme Geldenhuys
2011-07-13Added a new unit and class to describe a "bookmark" object.Graeme Geldenhuys
2011-01-11Splitter handling improvement in main formGraeme Geldenhuys
* PageControl now has a MinWidth set, so that making it ridiculously small doesn't scew with the widget anchors. * Due to above change the default splitter snapping doesn't occur. So now we worked around that using a new OnDoubleClick event handler, by simply making the pagecontrol visible or not.
2010-09-30docview: Adds annotation/notes supportGraeme Geldenhuys
2010-09-01Add docview.ipf to project file.Graeme Geldenhuys
2010-08-27docview: add application icon and version info - under Windows.Graeme Geldenhuys
2010-08-25docview: updated project file with new Text Form info.Graeme Geldenhuys
2010-08-24docview: Activated the "Help using DocView" menu option.Graeme Geldenhuys
2010-08-13docview: Added include file to project.Graeme Geldenhuys
Some minor code formatting too.
2010-08-11docview: Replaced fake NullObject unit with HelpBitmap unit.Graeme Geldenhuys
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-07DocView: Added new Quit toolbar button.Graeme Geldenhuys
2010-03-09docview: Removed a compiler path not used.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-11-27Merge commit 'remotes/DocView/work'Graeme Geldenhuys
2009-11-27Merged separate DocView project as our subdirectoryGraeme Geldenhuys