index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
fpg_base.pas
Age
Commit message (
Expand
)
Author
2010-07-13
PtInRect failed if point was on right or bottom border.
Graeme Geldenhuys
2010-07-05
TfpgImageBase now remembers the co-ordinates used for the mask.
Graeme Geldenhuys
2010-05-12
TfpgImageBase.Invert() now takes a boolean property to include the mask or not.
Graeme Geldenhuys
2010-04-30
Make doubly sure the TagPointer is nil.
Graeme Geldenhuys
2010-04-30
Fixed bug in TfpgImage.ImageFromRect() where UpdateImage was called to early.
Graeme Geldenhuys
2010-04-29
TRGBTriple conflicts with a declaration in the Windows unit.
Graeme Geldenhuys
2010-04-07
ModalResult changed to a enum type
Graeme Geldenhuys
2010-03-30
Removed modal result mrError. It's not needed any more and was a bad design.
Graeme Geldenhuys
2010-03-18
Casting not required any more.
Graeme Geldenhuys
2010-03-18
Setting MouseCursor at design time now works correctly under X11.
Graeme Geldenhuys
2010-03-11
changed some consant definitions, but values are still the same.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2010-02-03
fixed re-declaration of HelpContext property in TfpgApplicationBase.
Graeme Geldenhuys
2009-11-05
Support for DocView's Context ID or Keyword ID added.
Graeme Geldenhuys
2009-11-05
More support for a help system
Graeme Geldenhuys
2009-10-30
IsFixedWidth fallback implementation for TfpgFont
Graeme Geldenhuys
2009-10-23
Very basic support for Help Files in fpgApplication.
Graeme Geldenhuys
2009-10-23
New WindowPosition setting of wpOneThirdDown.
Graeme Geldenhuys
2009-10-09
Canvas.DrawString() help.
Graeme Geldenhuys
2009-04-04
* Migrated SubVersion repository to Git.
Graeme Geldenhuys
2009-03-13
no comments
graemeg
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() method
graemeg
2008-09-30
* Implemented a correct TfpgWindow.HasParent method.
graemeg
2008-09-27
* Rename all corelib units to the new naming convention.
graemeg