summaryrefslogtreecommitdiff
path: root/docview
AgeCommit message (Expand)Author
2010-08-24docview: Implement various new searching functions in dvHelpers unit.Graeme Geldenhuys
2010-08-23Removed unused code.Graeme Geldenhuys
2010-08-23docview: fix bug where it fails to load any INF files.Graeme Geldenhuys
2010-08-23Use fpGUI wrapper functions instead of RTL functions directly.Graeme Geldenhuys
2010-08-22docview: INF header information. Added file size to the details.Graeme Geldenhuys
2010-08-22docview: sanity check added if no files are opened, stop trying to process no...Graeme Geldenhuys
2010-08-22docview: replaced the internals of GetFileSize() with then fpgFileSize()Graeme Geldenhuys
2010-08-22docview: minor changes to make fpprofiler happy.Graeme Geldenhuys
2010-08-22dcoview: fixed a minor memory leak.Graeme Geldenhuys
2010-08-22docview: fixes the AV on exit.Graeme Geldenhuys
2010-08-19Docview: disabled buttons in Notes tab. Notes feature not implemented yet.Graeme Geldenhuys
2010-08-14docview: move work in implementing image support.Graeme Geldenhuys
2010-08-13docview: Added include file to project.Graeme Geldenhuys
2010-08-13docview: Now manages some images for RichTextView control.Graeme Geldenhuys
2010-08-13Added a new bitmap for use where images should have been loadedGraeme Geldenhuys
2010-08-13minor changes to INF format documentGraeme Geldenhuys
2010-08-12richview: fixed position of bitmap in context.Graeme Geldenhuys
2010-08-11docview: source file for DocView context help.Graeme Geldenhuys
2010-08-11docview: Replaced fake NullObject unit with HelpBitmap unit.Graeme Geldenhuys
2010-08-11Converted NewView HelpBitmap unit to DocViewGraeme Geldenhuys
2010-08-11INF spec updateGraeme Geldenhuys
2010-08-11docview: improved handling of external links.Graeme Geldenhuys
2010-08-11NullObject THelpBitmap is now a TfpgImage descendant.Graeme Geldenhuys
2010-08-11RichTextView: Minor method parameter refactoring.Graeme Geldenhuys
2010-08-11docview: Replaced the fake TImageList with the actual TfpgImageListGraeme Geldenhuys
2010-08-11docview todo list: update list with completed tasks and addedGraeme Geldenhuys
2010-08-10docview install readme txt file.Graeme Geldenhuys
2010-08-06docview: implemented external link click support.Graeme Geldenhuys
2010-08-06docview: Correctly pass in the text area height to DrawTextGraeme Geldenhuys
2010-08-06docview: Code cleanup, removing already commented code.Graeme Geldenhuys
2010-08-06docview: We don't have Line.MaxDescender set, so no need to use it.Graeme Geldenhuys
2010-08-06docview: Fixed mono font screwup when scrolling large tables.Graeme Geldenhuys
2010-08-06docview: Removed the check for FontType = ftOutline.Graeme Geldenhuys
2010-08-05RichTextView: Improved the scrollbar PageSize and SliderSize based on content...Graeme Geldenhuys
2010-08-05RichTextView: fixed the scrolling direction when PgUp or PgDn is pressed.Graeme Geldenhuys
2010-08-05DocView: clicking on scrolled pages did not detect hyperlinks.Graeme Geldenhuys
2010-08-02DocView: Improved the toolbar look.Graeme Geldenhuys
2010-05-23DocView: New 'Open Special' menu option to open environment variables.Graeme Geldenhuys
2010-05-07DocView: Added new Quit toolbar button.Graeme Geldenhuys
2010-03-11fixes compilation for docview and fpc 2.5.1Andrew
2010-03-09docview: add .gitignore in units directory for dir layout.Graeme Geldenhuys
2010-03-09docview: add compiler helper extrafpc.cfg file.Graeme Geldenhuys
2010-03-09docview: Removed a compiler path not used.Graeme Geldenhuys
2010-03-09docview: renamed local variables to reduce future confusion.Graeme Geldenhuys
2010-03-09When debugging with GDB these lines sometimes gives FPC AnsiString errors.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate versio...Graeme Geldenhuys
2010-02-24docview: Give a more accurate draw width to TRichTextLayout.Graeme Geldenhuys
2010-02-24docview: GetTextAreaWidth already includes ScrollbarWidth in the calculation.Graeme Geldenhuys
2010-02-24docview: GetTextAreaWidth implementation fixGraeme Geldenhuys
2010-02-24docview: code formatting changes.Graeme Geldenhuys