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
/
components
/
richtext
Age
Commit message (
Expand
)
Author
2009-11-04
This will now make that unordered lists are displayed correctly with a bullet.
Graeme Geldenhuys
2009-10-29
Lots of extra ProfileEvent calls and TLogicalFont is now a TObject descendant.
Graeme Geldenhuys
2009-10-29
various little changes. Nothing major.
Graeme Geldenhuys
2009-10-29
Standardized on more accessible fonts like 'Sans' instead of 'Aria'.
Graeme Geldenhuys
2009-10-29
AddAndResize caused 64bit DocView to crash.
Graeme Geldenhuys
2009-10-28
Implemented a Location Bar
Graeme Geldenhuys
2009-10-28
Add support for hyperlinks in topic page.
Graeme Geldenhuys
2009-10-21
Code formatting
Graeme Geldenhuys
2009-10-19
expanded comment.
Graeme Geldenhuys
2009-10-19
Removed unnecessary FontWidthPrecisionFactor usage. It was something OS/2 spe...
Graeme Geldenhuys
2009-10-19
Removed FScrollTimer as we don't need it yet.
Graeme Geldenhuys
2009-10-19
Enable horizontal scrolling and better scrollbar coordinate calcs.
Graeme Geldenhuys
2009-10-19
Removed redundant ProfileEvent() debug calls.
Graeme Geldenhuys
2009-10-19
Remove the redundant Char Substitute. This is now handled by CanvasFontManager.
Graeme Geldenhuys
2009-10-19
Correct positioning of Scrollbars within RichTextView borders.
Graeme Geldenhuys
2009-10-19
Toggle between displaying RichText or RichText Markup.
Graeme Geldenhuys
2009-10-19
Correct display of text which a background color set to non-default.
Graeme Geldenhuys
2009-10-19
Convert some DOS codepage characters to Unicode for correct display.
Graeme Geldenhuys
2009-10-16
Table text draw character problem fixed.
Graeme Geldenhuys
2009-10-15
We don't use FontPrecisionFactor anymore - it was an OS/2 specific thing.
Graeme Geldenhuys
2009-10-15
Scrollbars are now synchronized with the mouse scroll wheel.
Graeme Geldenhuys
2009-10-15
A quick fix not to clip topic content. A *real* fix is still required.
Graeme Geldenhuys
2009-10-15
New string function added, which is used by DocView.
Graeme Geldenhuys
2009-10-14
A few new string utility functions implemented.
Graeme Geldenhuys
2009-10-14
Fixed file properties removing "executable" flag.
Graeme Geldenhuys
2009-10-14
Update docview after removing DataTypes, HelpFileHeader units.
Graeme Geldenhuys
2009-10-13
Updated CanvasFontManager unit to latest NewView code.
Graeme Geldenhuys
2009-10-13
Updated to latest RichView code from NewView in SVN.
Graeme Geldenhuys
2009-10-13
Lots up debug output added and some extras.
Graeme Geldenhuys
2009-10-13
margin width calculation is now fixed.
Graeme Geldenhuys
2009-10-13
Lookup of fonts now actually work.
Graeme Geldenhuys
2009-10-12
implemente basic vertical text scrolling support.
Graeme Geldenhuys
2009-10-12
Removed unused debug writeln statements. we don't need them anymore.
Graeme Geldenhuys
2009-10-12
Shutdown optimization.
Graeme Geldenhuys
2009-10-12
Fixed a few memory leaks. Many still remain in this unit.
Graeme Geldenhuys
2009-10-12
Default Popup Menu is now displayed.
Graeme Geldenhuys
2009-10-12
Fix the X11 error on application quit. Finally!
Graeme Geldenhuys
2009-10-12
Just for fun I made simple rich text painting while InDesigner is true.
Graeme Geldenhuys
2009-10-12
Remove empty DisposeWnd method.
Graeme Geldenhuys
2009-10-11
RichView packages shares the nvUtilities unit with help viewer.
Graeme Geldenhuys
2009-10-11
Minimized unnecessary painting which solved runtime crash.
Graeme Geldenhuys
2009-10-09
Removed unused function.
Graeme Geldenhuys
2009-10-09
Enabled painting to the RichTextView - it was left out by mistake.
Graeme Geldenhuys
2009-10-09
Removed compiler warning - duplicate type defined.
Graeme Geldenhuys
2009-10-09
Finally fixed double painting problem.
Graeme Geldenhuys
2009-10-08
Initial import of ported RichTextView component.
Graeme Geldenhuys
2009-10-08
code formatting
Graeme Geldenhuys
2009-10-05
Complete conversion of RichTextDocumentUnit to FPC
Graeme Geldenhuys
2009-10-05
RichText component. Initial checking.
Graeme Geldenhuys