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
2013-06-07
Introduced a new OnKeyChar event for TfpgWidget
Graeme Geldenhuys
2013-05-13
Adds a new convenience function IsLoading to TfpgWidget
Graeme Geldenhuys
2013-05-03
Only call DocView if fpgApplication.HelpFile is set.
Graeme Geldenhuys
2013-04-08
Menu shortcuts with F1 key combinations never worked.
Graeme Geldenhuys
2012-11-09
Moved Menu-key press handling up the class hierarchy to TfpgWidget.
Graeme Geldenhuys
2012-08-28
TfpgWidget: Implements a new OnMouseScroll event
Graeme Geldenhuys
2012-08-16
F1 is not hard-coded as the help key any more.
Graeme Geldenhuys
2012-07-17
TfpgWidget now consumes the F1 keypress to invoke context sensitive help.
Graeme Geldenhuys
2012-07-17
Extra debug output added to TfpgWidget.HandleAlignments
Graeme Geldenhuys
2011-12-06
Hide the hint window when the mouse button is pressed.
Graeme Geldenhuys
2011-08-24
added begin..end block to make code more readable.
Graeme Geldenhuys
2011-08-24
bugfix: Menu key never set consumed = True in key press processing
Graeme Geldenhuys
2011-08-24
reworked TfpgWidget.MsgKeyPress() to correctly handle keyboard shortcuts.
Graeme Geldenhuys
2011-08-24
Introduced DoKeyShortcut() into TfpgWidget
Graeme Geldenhuys
2011-05-19
better debug output when needed.
Graeme Geldenhuys
2011-05-19
This code is not needed any more, as it was meant for FPC 2.2.x versions.
Graeme Geldenhuys
2011-04-05
Fixes a potential AV when ActiveWidget is freed
Graeme Geldenhuys
2011-03-26
Set the default value for IgnoreDblClick property
Graeme Geldenhuys
2011-01-20
adds extra checks to know when we shouldn't fire the OnClick event
Graeme Geldenhuys
2011-01-19
OnClick now only triggers if the LeftMouseUp occurs in the bounds of the widget.
Graeme Geldenhuys
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
[next]