Age | Commit message (Collapse) | Author |
|
|
|
|
|
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com>
|
|
ListBox.items.Assign(AItems) cause the listbox to redraw after every item
was added - seriously delaying things. This bug has now been fixed.
|
|
- fpc 2.3.1 Error: Fields cannot appear after a method or property
definition
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
|
|
|
|
* Minor changes to his patch by publishing the property when needed.
* Updated the ListBox and ColorListBox demos to show the feature.
|
|
* Named internal components
* Introduced TfpgBaseCheckbox class.
* Refactored text drawing in ComboBox to a method that can be overridden in descendants.
* Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection.
* Added Calendar Combo Check component to UI Designer.
* Fixed some missing properties from Calendar Combo component in UI Designer.
|
|
|
|
|
|
* UI Designer has been updated to reflect the new gui unit names.
|