summaryrefslogtreecommitdiff
path: root/src/gui/fpg_button.pas
AgeCommit message (Expand)Author
2011-11-07fixes a spelling mistake in a code commentGraeme Geldenhuys
2011-05-19Button Click function should only run if widget is enabled.Graeme Geldenhuys
2011-05-10Fixed widget commentGraeme Geldenhuys
2011-05-08Removed magic numbers with GetButtonBorders() usage instead.Graeme Geldenhuys
2011-05-08globally renamed TFTextFlags to TfpgTextFlagsGraeme Geldenhuys
2011-05-08globally renamed TFButtonFlags to TfpgButtonFlagsGraeme Geldenhuys
2011-05-04Call methods from fpgStyle directly.Graeme Geldenhuys
2011-05-04Introduced the usage of fpgStyle.GetButtonShift.Graeme Geldenhuys
2011-05-03AText variable was never really used, so I removed it.Graeme Geldenhuys
2011-05-03promoted nested function CalculatePositions() to a method of TfpgBaseButtonGraeme Geldenhuys
2011-01-13button: CreateButton() helper method never called UpdateWindowPositionGraeme Geldenhuys
2011-01-12Use Width and Height properties instead of internal fields in constructorGraeme Geldenhuys
2010-11-09* Added property IgnoreDblClicks to TfpgWidgetAndrew Haines
2010-10-29TfpgButton.Down property didn't have a default in property declaration.Graeme Geldenhuys
2010-10-29bugfix: button click via keyboard was broken.Graeme Geldenhuys
2010-10-25Improved event firing of OnDoubleClick and OnClickGraeme Geldenhuys
2010-10-11TfpgButton: experimental feature allowing multi-line textGraeme Geldenhuys
2010-10-04Published Align property for all widgets.Graeme Geldenhuys
2010-10-01published Enabled property on all (most) componentsGraeme Geldenhuys
2010-09-25published DND events for Button, Edit and Label components.Graeme Geldenhuys
2010-09-21Button: Flat=True (toolbar) buttons are now painted as such in the uidesignerGraeme Geldenhuys
2010-07-05Extended TfpgButton to paint disabled images when needed.Graeme Geldenhuys
2010-06-04Bumped visibility to Published for some properties.Graeme Geldenhuys
2010-05-15When using ICommand (aka actions) it takes preferences over OnClick event han...Graeme Geldenhuys
2010-04-25Publish the new OnShowHint for all other widgets in fpGUI.Graeme Geldenhuys
2010-02-26Update 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