summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-07-08Memo Mediator: Remove trailing whitespace.Graeme Geldenhuys
2010-07-05Extended TfpgButton to paint disabled images when needed.Graeme Geldenhuys
2010-07-05Extended TfpgImage with a new CreateDisabledImage() method.Graeme Geldenhuys
2010-07-05New unit (fpg_imgutils)Graeme Geldenhuys
2010-07-05new method Tfpgimage.ImageFromSource to create a cloned image.Graeme Geldenhuys
2010-07-05TfpgImageBase now remembers the co-ordinates used for the mask.Graeme Geldenhuys
2010-07-02Bevel Example: added an extra option to change BorderStyle at runtime.Graeme Geldenhuys
2010-07-02fpg_panel: bsVerDivider now takes BorderStyle into account.Graeme Geldenhuys
2010-07-02fpg_panel: Improved the sucken look by using the correct shadow color.Graeme Geldenhuys
2010-07-02fpg_panel: BorderStyle only really applies to bsBox styleGraeme Geldenhuys
2010-07-01TfpgBevel has a new Shape type: bsVerDividerGraeme Geldenhuys
2010-07-01fpg_panel: Refactored the HandlePaint method.Graeme Geldenhuys
2010-07-01fpg_panel refactoredGraeme Geldenhuys
2010-06-29Calendar Combo: Correctly position Month popup menu.Graeme Geldenhuys
2010-06-29Calender Check Combo: when unchecked and you select date, it must show checked.Graeme Geldenhuys
2010-06-29Popup menu: Added some spacing after menu item text.Graeme Geldenhuys