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
/
gui
/
fpg_button.pas
Age
Commit message (
Expand
)
Author
2014-03-29
style: new button state btfEnabled
Graeme Geldenhuys
2014-03-24
Publishes the OnKeyPress event for TfpgButton
Graeme Geldenhuys
2013-08-27
published OnExit and OnEnter events for TfpgButton class.
Graeme Geldenhuys
2013-04-02
Buttons & Styles now support hover effect on standard buttons too.
Graeme Geldenhuys
2011-11-07
fixes a spelling mistake in a code comment
Graeme Geldenhuys
2011-05-19
Button Click function should only run if widget is enabled.
Graeme Geldenhuys
2011-05-10
Fixed widget comment
Graeme Geldenhuys
2011-05-08
Removed magic numbers with GetButtonBorders() usage instead.
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-05-08
globally renamed TFButtonFlags to TfpgButtonFlags
Graeme Geldenhuys
2011-05-04
Call methods from fpgStyle directly.
Graeme Geldenhuys
2011-05-04
Introduced the usage of fpgStyle.GetButtonShift.
Graeme Geldenhuys
2011-05-03
AText variable was never really used, so I removed it.
Graeme Geldenhuys
2011-05-03
promoted nested function CalculatePositions() to a method of TfpgBaseButton
Graeme Geldenhuys
2011-01-13
button: CreateButton() helper method never called UpdateWindowPosition
Graeme Geldenhuys
2011-01-12
Use Width and Height properties instead of internal fields in constructor
Graeme Geldenhuys
2010-11-09
* Added property IgnoreDblClicks to TfpgWidget
Andrew Haines
2010-10-29
TfpgButton.Down property didn't have a default in property declaration.
Graeme Geldenhuys
2010-10-29
bugfix: button click via keyboard was broken.
Graeme Geldenhuys
2010-10-25
Improved event firing of OnDoubleClick and OnClick
Graeme Geldenhuys
2010-10-11
TfpgButton: experimental feature allowing multi-line text
Graeme Geldenhuys
2010-10-04
Published Align property for all widgets.
Graeme Geldenhuys
2010-10-01
published Enabled property on all (most) components
Graeme Geldenhuys
2010-09-25
published DND events for Button, Edit and Label components.
Graeme Geldenhuys
2010-09-21
Button: Flat=True (toolbar) buttons are now painted as such in the uidesigner
Graeme Geldenhuys
2010-07-05
Extended TfpgButton to paint disabled images when needed.
Graeme Geldenhuys
2010-06-04
Bumped visibility to Published for some properties.
Graeme Geldenhuys
2010-05-15
When using ICommand (aka actions) it takes preferences over OnClick event han...
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2008-10-14
* Applied SpinEdit, Edit, Button and Panel patch from Jean-Marc.
graemeg
2008-10-03
* Added Jean-Marc initial implementation of SpinEdit component.
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg