summaryrefslogtreecommitdiff
path: root/docview/components
AgeCommit message (Expand)Author
2015-08-22richview: fix bug where varied size fonts didn't start on baseline.Philippe Lévi
2015-08-09richview: earmarked TRichTextView.CopyTextToBuffer() to be removedGraeme Geldenhuys
2015-08-09richview: correctly typecast result in TLayoutLineList.GetItem()Philippe Lévi
2015-08-08richview: fixes bug with Italic text adding an extra space at the endGraeme Geldenhuys
2015-08-06RichText: fixed the bug where Underlined text didn't work.Graeme Geldenhuys
2015-02-19Removed fpgApplication.DefaultFontGraeme Geldenhuys
2014-03-30Richview resize/render speedAndrew Haines
2013-05-22richview: let the fpgStyle object do the drawing for us.Graeme Geldenhuys
2013-05-13docview: replace some code with convenience function to make it more readableGraeme Geldenhuys
2013-04-29RichView Editor test application.Michael van Canneyt
2013-04-25docview: greatly improve scrolling speed when help topic contains imagesGraeme Geldenhuys
2013-04-25docview: refactored text encoding versionGraeme Geldenhuys
2013-03-12richtext: minor improvement to default used colorsGraeme Geldenhuys
2012-12-04RichTextView can now have Text set even in the constructor phase of a form.Graeme Geldenhuys
2012-11-26More richtext color tag improvements.Michael van Canneyt
2012-11-26RichTextView syntax tag improvementsMichael van Canneyt
2012-11-22Improves the text formating of the readme file.Graeme Geldenhuys
2012-11-22Fixes the description of the <rightmargin> tag.Graeme Geldenhuys
2012-11-22Fixes line ending issuesGraeme Geldenhuys
2012-11-21Adds a small stand-alone test app for the RichTextView component.Graeme Geldenhuys
2012-11-21Removed outdated code comment.Graeme Geldenhuys
2012-11-21richtextview - documentation in readme file is updated.Graeme Geldenhuys
2012-11-21richtext:: Incorrect "normal font" was assigned as default style.Graeme Geldenhuys
2012-10-23richview: Removed the extra margin for text at the top and bottom of the clie...Graeme Geldenhuys
2012-10-23richview: Implements a new BorderStyle propertyGraeme Geldenhuys
2012-08-28RichTextView: scrollbar width is now set to the standard size of 16pxGraeme Geldenhuys
2012-08-21docview: fixes a memory leak in font handling.Graeme Geldenhuys
2011-08-29richview: fixed another memory leak.Graeme Geldenhuys
2011-08-29richview: removed DoAllocateWindowHandle() which caused a memory leak.Graeme Geldenhuys
2011-08-29richview: neatened up the CreateDefaultMenu() method.Graeme Geldenhuys
2011-08-29richview: making sure we tidy up everything.Graeme Geldenhuys
2011-08-29richview: fixed memory leak with font resources.Graeme Geldenhuys
2011-08-24richview: stop a possible index out of bounds error when there is no text.Graeme Geldenhuys
2011-08-17richview syntax and information file renamed so it is easier to spotGraeme Geldenhuys
2011-08-17richview: to prevent "index out of bounds" errors while RV is empty.Graeme Geldenhuys
2011-08-16richview: extra check to make sure LineIndex is in range.Graeme Geldenhuys
2011-08-12Removed hard-coded Code Generation option in lazarus package.Graeme Geldenhuys
2011-08-11richview: improved the scrollbar textwidth and SB max value calculations.Graeme Geldenhuys
2011-08-11RichView: Correctly calculate the HScrollBar Max value.Graeme Geldenhuys
2011-08-11richview: ExtractNextTextElement() changed to support UTF-8 charactersGraeme Geldenhuys
2011-08-11richview: we should be looking at SB Width or Height propertyGraeme Geldenhuys
2011-08-11richview: correct the localion where we call to update scrollbar coords.Graeme Geldenhuys
2011-08-11minor code formatting, improved code commentsGraeme Geldenhuys
2011-08-11richview: fixes the painting bug of bottom/right corner rectangleGraeme Geldenhuys
2011-08-11corrected the bottom/right corner color for RichView.Graeme Geldenhuys
2011-08-11add and remove commentsGraeme Geldenhuys
2011-08-08richview: minor refactoring of code and fixing of one memory leak.Graeme Geldenhuys
2011-08-08bug: forgot to check in this change. Item[] -> Items[]Graeme Geldenhuys
2011-07-24docview: adjusted Margin Size Style to Avg Char Width.Graeme Geldenhuys
2011-07-24docview: various RichTextStyleUnit fixesGraeme Geldenhuys