Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-27 | Published some useful events for TfpgRadioButton class | Graeme Geldenhuys | |
2011-05-08 | globally renamed TFTextFlags to TfpgTextFlags | Graeme Geldenhuys | |
Somehow I forgot to rename this type when we introduced the 'fpg' prefix years ago. | |||
2010-11-19 | Radiobutton image repositioned the same as was done for Checkbox widget. | Graeme Geldenhuys | |
* Painting is now near identical to Checkbox painting. * Focus rectangle is now only around text. Same reason as before. The left margin was 4px's which meant radiobuttons never aligned nicely with other widgets. Now the margin is only 2px so alignment is much better using the same left co-ordinate. | |||
2010-10-04 | Published Align property for all widgets. | Graeme Geldenhuys | |
2010-10-01 | published Enabled property on all (most) components | Graeme Geldenhuys | |
* Now the UI Designer can work with that property too * A few other components got one or two other properties published too. | |||
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 | |
2010-02-25 | Published Hint and ShowHint on all widgets. | Graeme Geldenhuys | |
2009-06-23 | Fix overlapping text in RadioButton and CheckBox | Graeme Geldenhuys | |
* If BoxLayout = right, then the text caption could paint over the radio or check images. This is now fixed. | |||
2009-06-23 | Fixed the image position regarding focus rectangle | Graeme Geldenhuys | |
* Checkbox and RadioButton images overlap the focus rectangle when BoxLayout is right aligned. | |||
2009-06-23 | New property BoxLayout for checkbox and radiobutton. | Jean-Marc | |
2008-09-27 | * Phase 2 of the unit rename is complete. The gui units have now been renamed. | graemeg | |
* UI Designer has been updated to reflect the new gui unit names. |