summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-18Treeview: Tree nodes now track which tree they belong with.Graeme Geldenhuys
2010-08-18Add the open source OpenWatcom IPF Compiler. It compiles IPF help files.Graeme Geldenhuys
2010-08-16Updated template and syntax definition for use with MSEideGraeme Geldenhuys
2010-08-16Updated project templates for use with MSEide.Graeme Geldenhuys
2010-08-14Doc build scripts for HTML, IPF (INF help) and RTF.Graeme Geldenhuys
2010-08-14deleted more obsolete docs.Graeme Geldenhuys
2010-08-14removed all old doc scripts and html content.Graeme Geldenhuys
2010-08-14docview: move work in implementing image support.Graeme Geldenhuys
2010-08-13Documentation update for fpg_main and fpg_button.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-12imagelist: in the destructor, rather call .Free and not .DestroyGraeme 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-11TfpgImageList: Added a Clear method.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-11docs: New help description file for fpg_button.pas unit.Graeme Geldenhuys
2010-08-11docs: some help content corrections.Graeme Geldenhuys
2010-08-10docs: updated docs for fpg_constants.pas unit.Graeme Geldenhuys
2010-08-10docview install readme txt file.Graeme Geldenhuys
2010-08-10docs: update docs for fpg_dialogs.pas unit.Graeme Geldenhuys
2010-08-10docs: updated docs for fpg_colormapping.pas unit.Graeme Geldenhuys
2010-08-10Docs: updated docs for fpg_main.pas unit.Graeme Geldenhuys
2010-08-10Docs: updated docs for fpg_base unit.Graeme Geldenhuys
2010-08-10Alignment bugfix: TfpgWidget.DoAlign never checked if widget was visible or notGraeme 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-06docs: Updated XML Description files to use package name 'fpGUI'.Graeme Geldenhuys
2010-08-05updated unit description.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-05Docs: some minor new class documentation.Graeme Geldenhuys
2010-08-05DocView: clicking on scrolled pages did not detect hyperlinks.Graeme Geldenhuys
2010-08-02Update v0.7 release changelog info.Graeme Geldenhuys
2010-08-02Debug Server: New sample application that works with FPC's dbugintf unit.Graeme Geldenhuys
2010-08-02Added VERSION_FILE.inc to fpgui_toolkit.lpk packages and updated version.Graeme Geldenhuys
2010-08-02Grid Demo: Added Smooth Scrolling checkbox to demo.Graeme Geldenhuys