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-10-28
TfpgWindowBase introduced a new abstract method
Graeme Geldenhuys
2010-10-27
Renamed TfpgWindowBase.DoEnabledDrops() to DoDNDEnabled()
Graeme Geldenhuys
2010-10-01
Set default property values for TfpgWindowBase
Graeme Geldenhuys
2010-09-23
TfpgMimeDataBase: introduced a new raw Data property. Returns data as variant
Graeme Geldenhuys
2010-09-23
TfpgMimeDataBase: Fixed implementation of HTML property, and fixed HasFormats...
Graeme Geldenhuys
2010-09-23
Two new MouseCursor shapes added. mcDrag & mcNoDrop
Graeme Geldenhuys
2010-09-23
Oops, forgot to commit the TfpgDragBase class from earlier.
Graeme Geldenhuys
2010-09-23
two new classes introduced to manage data associated with mime types.
Graeme Geldenhuys
2010-09-23
More well known drop actions added to TfpgDropAction
Graeme Geldenhuys
2010-09-23
Rename TfpgDragAction(s) to TfpgDropAction(s). A more correct description of ...
Graeme Geldenhuys
2010-09-23
Renamed DND fpGUI message constants to keep with existing naming convention.
Graeme Geldenhuys
2010-09-23
New types and message constants for DND support.
Graeme Geldenhuys
2010-09-21
Two new types introduced: TfpgPoint and TfpgSize
Graeme Geldenhuys
2010-09-21
Removed compiler warnings.
Graeme Geldenhuys
2010-09-20
Moved GetClientRect() and GetBoundsRect() out of TfpgWidget into TfpgBaseWindow
Graeme Geldenhuys
2010-09-04
Replaced some RTL functions with fpGUI wrapper ones to handle Unicode text.
Graeme Geldenhuys
2010-09-04
Rearranged some constants and moved fpgAddColon() to fpg_utils unit.
Graeme Geldenhuys
2010-08-26
GDI: Correctly implement clipboard support under Windows.
Graeme Geldenhuys
2010-08-23
Use fpGUI wrapper functions instead of RTL functions directly.
Graeme Geldenhuys
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
[prev]