index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docview
/
components
/
richtext
/
RichTextView.pas
Age
Commit message (
Expand
)
Author
2013-03-12
richtext: minor improvement to default used colors
Graeme Geldenhuys
2012-12-04
RichTextView can now have Text set even in the constructor phase of a form.
Graeme Geldenhuys
2012-10-23
richview: Removed the extra margin for text at the top and bottom of the clie...
Graeme Geldenhuys
2012-10-23
richview: Implements a new BorderStyle property
Graeme Geldenhuys
2012-08-28
RichTextView: scrollbar width is now set to the standard size of 16px
Graeme Geldenhuys
2011-08-29
richview: removed DoAllocateWindowHandle() which caused a memory leak.
Graeme Geldenhuys
2011-08-29
richview: neatened up the CreateDefaultMenu() method.
Graeme Geldenhuys
2011-08-24
richview: stop a possible index out of bounds error when there is no text.
Graeme Geldenhuys
2011-08-17
richview: to prevent "index out of bounds" errors while RV is empty.
Graeme Geldenhuys
2011-08-11
richview: improved the scrollbar textwidth and SB max value calculations.
Graeme Geldenhuys
2011-08-11
RichView: Correctly calculate the HScrollBar Max value.
Graeme Geldenhuys
2011-08-11
richview: ExtractNextTextElement() changed to support UTF-8 characters
Graeme Geldenhuys
2011-08-11
richview: we should be looking at SB Width or Height property
Graeme Geldenhuys
2011-08-11
richview: correct the localion where we call to update scrollbar coords.
Graeme Geldenhuys
2011-08-11
minor code formatting, improved code comments
Graeme Geldenhuys
2011-08-11
richview: fixes the painting bug of bottom/right corner rectangle
Graeme Geldenhuys
2011-08-11
corrected the bottom/right corner color for RichView.
Graeme Geldenhuys
2011-08-11
add and remove comments
Graeme Geldenhuys
2011-07-23
docview: minor code formatting improvements.
Graeme Geldenhuys
2011-07-23
TRichTextLayout & TLayoutLine code reworked to classes instead of arrays
Graeme Geldenhuys
2011-07-23
wip stash
Graeme Geldenhuys
2011-07-23
Major refactoring in the CanvasFontManager unit. Work-in-Progress!
Graeme Geldenhuys
2011-03-08
docview: Removed left-over debug code. Sorry! :-(
Graeme Geldenhuys
2011-02-03
temp storage for Encoding implementation in DocView
Graeme Geldenhuys
2010-09-30
richview: track cursor position for DocView Notes support
Graeme Geldenhuys
2010-09-01
docview: Implemented mouse cursor changes when moved over links.
Graeme Geldenhuys
2010-09-01
docview: introduced user configurable mouse wheel scroll distance.
Graeme Geldenhuys
2010-09-01
docview: Removed unused or commented units
Graeme Geldenhuys
2010-09-01
docview: Replace unicode character in source code with UTF-8 byte sequence.
Graeme Geldenhuys
2010-08-26
richview: disabled clipboard items in popup menu for now.
Graeme Geldenhuys
2010-08-11
RichTextView: Minor method parameter refactoring.
Graeme Geldenhuys
2010-08-06
docview: Correctly pass in the text area height to DrawText
Graeme Geldenhuys
2010-08-05
RichTextView: Improved the scrollbar PageSize and SliderSize based on content...
Graeme Geldenhuys
2010-08-05
RichTextView: fixed the scrolling direction when PgUp or PgDn is pressed.
Graeme Geldenhuys
2010-08-05
DocView: clicking on scrolled pages did not detect hyperlinks.
Graeme Geldenhuys
2010-02-24
docview: Give a more accurate draw width to TRichTextLayout.
Graeme Geldenhuys
2010-02-24
docview: GetTextAreaWidth already includes ScrollbarWidth in the calculation.
Graeme Geldenhuys
2010-02-24
docview: GetTextAreaWidth implementation fix
Graeme Geldenhuys
2010-02-11
Fix compiler waring about unreachable code.
Graeme Geldenhuys
2009-11-27
Merged separate DocView project as our subdirectory
Graeme Geldenhuys