summaryrefslogtreecommitdiff
path: root/docview
AgeCommit message (Collapse)Author
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-09docview: renamed local variables to reduce future confusion.Graeme Geldenhuys
We don't want to confuse properties and local variables, so the latter gets a different style: normally prefixed with the letter 'l'.
2010-03-09When debugging with GDB these lines sometimes gives FPC AnsiString errors.Graeme Geldenhuys
No idea why!! So we comment them simply because they are debug lines to start with.
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-24docview: Give a more accurate draw width to TRichTextLayout.Graeme Geldenhuys
This still contains one issue. We need to ask TRichTextLayout to calculate lines and word wrapping, giving the maximum text width available. Well, if text wrapping occurs and the text is long enough to require scrolling, we suddenly need to take the scrollbar width into account for word wrapping!! A chicken and egg situation. :-( This needs to be fixed somehow!! Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
2010-02-24docview: GetTextAreaWidth already includes ScrollbarWidth in the calculation.Graeme Geldenhuys
2010-02-24docview: GetTextAreaWidth implementation fixGraeme Geldenhuys
Also some minor code formatting changes.
2010-02-24docview: code formatting changes.Graeme Geldenhuys
2010-02-24docview: This drastically improved text width calculations.Graeme Geldenhuys
Due to this change the text wrapping has also improved a lot. Still not 100% but much better than before.
2010-02-24docview: Lets not hardcode the Arial font.Graeme Geldenhuys
2010-02-23docview: content doesn't disappear as soon as it reaches the top/bottom edgeGraeme Geldenhuys
lines at top and bottom of richview component are now painted even if they are only partially visible. They don't suddenly disappear any more.
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-23Updated docview todo list.Graeme Geldenhuys
2010-02-22created a basic install splash screen for DocViewGraeme Geldenhuys
2010-02-22toolbar button images for docviewGraeme Geldenhuys
2010-02-11Fix compiler warning about type range issues.Graeme Geldenhuys
2010-02-11Fix compiler waring about unreachable code.Graeme Geldenhuys
2010-02-11Fix visibility problem with constructor and destructor.Graeme Geldenhuys
2010-01-29Updated docview install instructions and associated files.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-27Quick summary documentation for RichTextView.Graeme Geldenhuys
2009-11-27IPF Reference documentation from OS/2 developer toolkit v4Graeme Geldenhuys
[ Sorry, I know the file is binary and a bit big, but it's an important file to have. ]
2009-11-27Documentation about the ASCII IBM Extended character set which isGraeme Geldenhuys
used in traditional OS/2 INF files.
2009-11-27Some docs about CodePage to Unicode mapping.Graeme Geldenhuys
2009-11-27Merge commit 'remotes/DocView/work'Graeme Geldenhuys
2009-11-27Merged separate DocView project as our subdirectoryGraeme Geldenhuys