summaryrefslogtreecommitdiff
path: root/src/corelib/fpg_base.pas
AgeCommit message (Expand)Author
2010-09-21Two new types introduced: TfpgPoint and TfpgSizeGraeme Geldenhuys
2010-09-21Removed compiler warnings.Graeme Geldenhuys
2010-09-20Moved GetClientRect() and GetBoundsRect() out of TfpgWidget into TfpgBaseWindowGraeme Geldenhuys
2010-09-04Replaced some RTL functions with fpGUI wrapper ones to handle Unicode text.Graeme Geldenhuys
2010-09-04Rearranged some constants and moved fpgAddColon() to fpg_utils unit.Graeme Geldenhuys
2010-08-26GDI: Correctly implement clipboard support under Windows.Graeme Geldenhuys
2010-08-23Use fpGUI wrapper functions instead of RTL functions directly.Graeme Geldenhuys
2010-07-13PtInRect failed if point was on right or bottom border.Graeme Geldenhuys
2010-07-05TfpgImageBase now remembers the co-ordinates used for the mask.Graeme Geldenhuys
2010-05-12TfpgImageBase.Invert() now takes a boolean property to include the mask or not.Graeme Geldenhuys
2010-04-30Make doubly sure the TagPointer is nil.Graeme Geldenhuys
2010-04-30Fixed bug in TfpgImage.ImageFromRect() where UpdateImage was called to early.Graeme Geldenhuys
2010-04-29TRGBTriple conflicts with a declaration in the Windows unit.Graeme Geldenhuys
2010-04-07ModalResult changed to a enum typeGraeme Geldenhuys
2010-03-30Removed modal result mrError. It's not needed any more and was a bad design.Graeme Geldenhuys
2010-03-18Casting not required any more.Graeme Geldenhuys
2010-03-18Setting MouseCursor at design time now works correctly under X11.Graeme Geldenhuys
2010-03-11changed some consant definitions, but values are still the same.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-03fixed re-declaration of HelpContext property in TfpgApplicationBase.Graeme Geldenhuys
2009-11-05Support for DocView's Context ID or Keyword ID added.Graeme Geldenhuys
2009-11-05More support for a help systemGraeme Geldenhuys
2009-10-30IsFixedWidth fallback implementation for TfpgFontGraeme Geldenhuys
2009-10-23Very basic support for Help Files in fpgApplication.Graeme Geldenhuys
2009-10-23New WindowPosition setting of wpOneThirdDown.Graeme Geldenhuys
2009-10-09Canvas.DrawString() help.Graeme Geldenhuys
2009-04-04* Migrated SubVersion repository to Git.Graeme Geldenhuys
2009-03-13no commentsgraemeg
2009-02-04* CustomGrid now calls Update instead of Repaint. This now conforms to BeginU...graemeg
2009-02-04* added a custom user message constant.graemeg
2008-12-09* Added fpgApplicationRemoveWindowFromModalStack so windows that are in the s...drewski207
2008-10-20* Due to TThreads sometimes being used for posting messages to the applicatio...graemeg
2008-10-15* Added an example fpmake program contributed by Henry Vermaak. Showing how t...graemeg
2008-10-06* Implemented the speedup feature in SpinEdit.graemeg
2008-10-05* Added a new Canvas.DrawPolygon() methodgraemeg
2008-09-30* Implemented a correct TfpgWindow.HasParent method.graemeg
2008-09-27* Rename all corelib units to the new naming convention.graemeg