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_widget.pas
Age
Commit message (
Expand
)
Author
2011-01-12
UpdateWindowPosition now called irrespectively in MoveandResize.
Graeme Geldenhuys
2011-01-11
fixes Alignment and Anchor calculation even before we have a window handle
Graeme Geldenhuys
2010-12-30
TfpgWidget.MsgResize never considered constraints when calculating size deltas
Graeme Geldenhuys
2010-11-18
TfpgWidget.SetAlign called the wrong ReAlign() method.
Graeme Geldenhuys
2010-11-12
Extra check in SetPosition, so we don't trigger it needlessly.
Graeme Geldenhuys
2010-11-12
Added "call stack debugging" for internal use.
Graeme Geldenhuys
2010-11-09
* Added property IgnoreDblClicks to TfpgWidget
Andrew Haines
2010-10-29
Published the DND propertys for some of the most used components.
Graeme Geldenhuys
2010-10-29
Moved OnDragStartDetected from TfpgWidget to TfpgWindowBase
Graeme Geldenhuys
2010-10-28
TfpgWindowBase introduced a new abstract method
Graeme Geldenhuys
2010-10-25
Improved event firing of OnDoubleClick and OnClick
Graeme Geldenhuys
2010-10-15
TfpgMemo now has BeginUpdate and EndUpdate methods
Graeme Geldenhuys
2010-10-12
minor code formatting
Graeme Geldenhuys
2010-10-04
Reworked algorythm for Align property
Graeme Geldenhuys
2010-10-04
Anchors now support relative positioning
Graeme Geldenhuys
2010-09-25
TfpgWidget: adds support for new event, OnDragStartDetected
Graeme Geldenhuys
2010-09-23
X11 DND: a variant is now passed around and used in OnDragDrop event.
Graeme Geldenhuys
2010-09-23
Adds OnDragDrop event to TfpgWidget.
Graeme Geldenhuys
2010-09-23
Adds OnDragExit event to TfpgWidget.
Graeme Geldenhuys
2010-09-23
Catch the OS independent DROP[Enter|Exit] messages
Graeme Geldenhuys
2010-09-23
Adds OnDragEnter event for TfpgWidget.
Graeme Geldenhuys
2010-09-23
Adds new boolean property AcceptDrops to TfpgWidget.
Graeme Geldenhuys
2010-09-20
KeyPress events is now distributed to Widgets, then Form, then fpgApplication
Graeme Geldenhuys
2010-09-20
Moved GetClientRect() and GetBoundsRect() out of TfpgWidget into TfpgBaseWindow
Graeme Geldenhuys
2010-08-10
Alignment bugfix: TfpgWidget.DoAlign never checked if widget was visible or not
Graeme Geldenhuys
2010-06-28
Simple code formatting fix
Graeme Geldenhuys
2010-04-29
Fixed code to remove compiler warnings/hints.
Graeme Geldenhuys
2010-04-25
minor change to TfpgWidget.
Graeme Geldenhuys
2010-04-25
Introduced new event for TfpgWidget called OnShowHint.
Graeme Geldenhuys
2010-04-13
Message Dialog buttons now use translated text.
Graeme Geldenhuys
2010-03-18
Setting MouseCursor at design time now works correctly under X11.
Graeme Geldenhuys
2010-03-16
Fixed visibility handling of components created at runtime.
Graeme Geldenhuys
2010-03-15
Revert a old changes in TfpgWidget.HandleShow.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2009-12-10
When forms are embedded, don't show popup-menu components when the rest are s...
Graeme Geldenhuys
2009-11-05
More support for a help system
Graeme Geldenhuys
2009-10-26
Minor fixes to properties in fpg_spinedit unit.
Graeme Geldenhuys
2009-10-26
Implement a setter method for FormDesigner property
Graeme Geldenhuys
2009-10-09
New InDesigner method for TfpgWidget.
Graeme Geldenhuys
2009-06-08
Fixed the keyMenu handling in BasicEdit components.
Graeme Geldenhuys
2009-04-07
Added support for changing the tabs in the PageControl while
Graeme Geldenhuys
2009-02-10
* SetEnabled recursively sets enabled property.
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg
2008-09-27
* Rename all corelib units to the new naming convention.
graemeg