Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-17 | listview: removed hard-coded control frame size values. | Graeme Geldenhuys | |
It now queries the style for the control frame size, and then calculates the clip rectangle accordingly. | |||
2013-12-17 | listview: painting of bottom right rectangle was all wrong. | Graeme Geldenhuys | |
The little rectangle between the horizontal and vertical scrollbars was painted all wrong. | |||
2011-08-04 | imagelist Item[] property changed to plural Items[] | Graeme Geldenhuys | |
This is consistent with other components in the RTL, FCL and even fpGUI itself. | |||
2011-05-08 | globally renamed TFButtonFlags to TfpgButtonFlags | Graeme Geldenhuys | |
Somehow I forgot to rename that type name when we moved over to the 'fpg' prefix. | |||
2011-01-19 | A little tweak to allow sorting of ListView | David Emerson | |
2010-11-11 | listview bugfix: removed index out of bounds error | Graeme Geldenhuys | |
2010-11-10 | Implemented some overlooked methods for Listview subitems. | Andrew Haines | |
2010-11-10 | Fixed bug where images would be drawn over the headers when partially ↵ | Andrew Haines | |
scrolled. DrawImage does not obey the cliprect. | |||
2010-11-10 | Implemented painting Listview Subitems icons | Andrew Haines | |
TfpgListView.Subitems is actually TfpgListViewSubItems and can be casted as such to alter the imageindex of subitems Updated the example so subitems have an assigned imagelist | |||
2010-11-10 | Started implementing Icons in listview | Andrew Haines | |
Fixed a crash in the listview example when it was closing Updated listview example to use icons | |||
2010-11-08 | Listview selection now uses an avl tree which is much faster than TList with ↵ | Andrew Haines | |
a large amount of items Commented a stray WriteLn | |||
2010-11-08 | Improved listview selection so that it is more reliable | Andrew Haines | |
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-07-22 | ListView: Introduced new .NewItem method. | Graeme Geldenhuys | |
* This differs from .AddNew, in that it doesn't add the newly created item to the Items list. The developer can decide to insert it anywhere, or add it to the end of the Items list. | |||
2010-07-22 | ListView: introduced new .AddItem method and marked old .ItemAdd deprecated. | Graeme Geldenhuys | |
2010-07-22 | ListView: Fixed memory leak in ListView.Items handling. | Graeme Geldenhuys | |
2010-07-22 | ListView: Fixed memory leak in ListView.Columns handling. | Graeme Geldenhuys | |
2010-04-25 | Publish the new OnShowHint for all other widgets in fpGUI. | Graeme Geldenhuys | |
2010-03-10 | listview: fixed double buffering bug. | Graeme Geldenhuys | |
Under Windows the issue caused the listview to stop updating. It is not recommended to paint outside the HandlePaint event handler. Painting is not guaranteed then. | |||
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-25 | Published Hint and ShowHint on all widgets. | Graeme Geldenhuys | |
2009-02-19 | no comments | graemeg | |
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. |