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