Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-10 | In the constructor, use the property instead of the field variables. | Graeme Geldenhuys | |
This applies to Top, Left, Width and Height properties. This will then correctly setup the internal component state for resizing. | |||
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. | |||
2011-02-02 | Using CreateLabel and a custom font did not resize label component correctly. | Jean-Marc Levecque | |
2010-10-29 | Published the DND propertys for some of the most used components. | Graeme Geldenhuys | |
This is so they can be tested. Once DND stabilizes, I'll make the properties available on the other components too. | |||
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-09-25 | published DND events for Button, Edit and Label components. | Graeme Geldenhuys | |
This is just a start, so a few widgets can be tested with DND. After DND has be tested more, other widgets will get the published properties too. | |||
2010-06-04 | Bumped visibility to Published for some properties. | Graeme Geldenhuys | |
This facilitates in the loading of external form files at runtime. | |||
2010-05-05 | Minor optimization in property settings order for CreateLabel() | 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 | |
2010-02-03 | very minor code formatting fix. | Graeme Geldenhuys | |
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. |