Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-23 | remove old code comment not needed any more | Graeme Geldenhuys | |
2014-07-23 | Set actual grid background color | Jean-Marc | |
2010-11-18 | grids: A massive speed improvement in destroying a grid with large amounts ↵ | Graeme Geldenhuys | |
of columns. | |||
2010-05-24 | grids: Removed todo items that are completed. | Graeme Geldenhuys | |
2010-04-28 | TfpgBaseGrid now has a new option and property: alternative color | Graeme Geldenhuys | |
The AlternativeBGColor property only takes affect when the go_AlternativeColor grid option is enabled. go_AlternativeColor also takes preference over ColumnBackgroundColor[] | |||
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-07-06 | StringGrid RowCount update bug fix | Graeme Geldenhuys | |
- When RowCount was changed it refreshed the grid to much. - BeginUpdate / EndUpdate did not always update scrollbar position. | |||
2009-02-04 | * CustomGrid now calls Update instead of Repaint. This now conforms to ↵ | graemeg | |
BeginUpdate..EndUpdate requests. * StringGrid now has a Clear method. | |||
2008-10-31 | * Implemented virtual RowDelete() method for TfpgCustomGrid. | graemeg | |
* Implemented full RowDelete() for TfpgStringGrid. * Updated tiListMediators to use the new RowDelete() method of StringGrid. * Updated the GridTest demo to show RowDelete() in action. * Updated the AddressBook Demo 21 to enable deleting of contacts. | |||
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. |