summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-08-02DocView: Improved the toolbar look.Graeme Geldenhuys
2010-07-30tiOPF Mediators: Implemented a ListBox list mediator.Graeme Geldenhuys
2010-07-22ListView: Introduced new .NewItem method.Graeme Geldenhuys
2010-07-22ListView: introduced new .AddItem method and marked old .ItemAdd deprecated.Graeme Geldenhuys
2010-07-22ListView: Fixed memory leak in ListView.Items handling.Graeme Geldenhuys
2010-07-22ListView: Fixed memory leak in ListView.Columns handling.Graeme Geldenhuys
2010-07-19TfpgFileGrid - published the new Options property.Graeme Geldenhuys
2010-07-19TextEdit: Fixed text selection painting.Graeme Geldenhuys
2010-07-19TextEdit: Minor bugfix. I got the X and Y mixed up. :-(Graeme Geldenhuys
2010-07-19TextEdit: renamed method parameter to give clear indication of what it is use...Graeme Geldenhuys
2010-07-13PtInRect failed if point was on right or bottom border.Graeme Geldenhuys