Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-24 | docview: 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-24 | docview: GetTextAreaWidth already includes ScrollbarWidth in the calculation. | Graeme Geldenhuys | |
2010-02-24 | docview: GetTextAreaWidth implementation fix | Graeme Geldenhuys | |
Also some minor code formatting changes. | |||
2010-02-24 | docview: code formatting changes. | Graeme Geldenhuys | |
2010-02-24 | docview: 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-24 | docview: Lets not hardcode the Arial font. | Graeme Geldenhuys | |
2010-02-23 | docview: content doesn't disappear as soon as it reaches the top/bottom edge | Graeme 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-23 | Add various checks for open files before doing processing. | Graeme Geldenhuys | |
2010-02-23 | Docview: Fix treeview height issue under Windows. | Graeme Geldenhuys | |
2010-02-23 | New Help menu item to show Command Line Parameter help. | Graeme Geldenhuys | |
* When showing this help, it closes open INF files. | |||
2010-02-23 | Fix 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-23 | Updated docview todo list. | Graeme Geldenhuys | |
2010-02-22 | created a basic install splash screen for DocView | Graeme Geldenhuys | |
2010-02-22 | toolbar button images for docview | Graeme Geldenhuys | |
2010-02-11 | Fix compiler warning about type range issues. | Graeme Geldenhuys | |
2010-02-11 | Fix compiler waring about unreachable code. | Graeme Geldenhuys | |
2010-02-11 | Fix visibility problem with constructor and destructor. | Graeme Geldenhuys | |
2010-01-29 | Updated docview install instructions and associated files. | Graeme Geldenhuys | |
2009-12-30 | History navigation. | Graeme Geldenhuys | |
* Tracks history of topics viewed. * Allows Back and Forward navigation in history. * Icons for remaining toolbar buttons. | |||
2009-12-29 | Implemented a toolbar and Prev/Next Topic button behaviour. | Graeme Geldenhuys | |
* stepping through Contents tree is now possible. | |||
2009-11-27 | Minor change to project file make DocView compile. | Graeme Geldenhuys | |
2009-11-27 | Add missing unit for docview. | Graeme Geldenhuys | |
2009-11-27 | Quick summary documentation for RichTextView. | Graeme Geldenhuys | |
2009-11-27 | IPF Reference documentation from OS/2 developer toolkit v4 | Graeme Geldenhuys | |
[ Sorry, I know the file is binary and a bit big, but it's an important file to have. ] | |||
2009-11-27 | Documentation about the ASCII IBM Extended character set which is | Graeme Geldenhuys | |
used in traditional OS/2 INF files. | |||
2009-11-27 | Some docs about CodePage to Unicode mapping. | Graeme Geldenhuys | |
2009-11-27 | Merge commit 'remotes/DocView/work' | Graeme Geldenhuys | |
2009-11-27 | Merged separate DocView project as our subdirectory | Graeme Geldenhuys | |