index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
gui
/
listviewtest
/
listviewtest.lpi
Age
Commit message (
Expand
)
Author
2015-02-08
Listview improvements.
Andrew Haines
2014-06-23
Demo project files (Lazarus IDE) settings updated.
Graeme Geldenhuys
2010-11-08
Listview selection now uses an avl tree which is much faster than TList with ...
Andrew Haines
2010-11-08
Improved listview selection so that it is more reliable
Andrew Haines
2009-04-18
memory leaks and lpi updates
Graeme Geldenhuys
2008-09-09
* Fixed a bug in TfpgListView where it didn't paint the last column's content.
graemeg
2008-07-07
* Published more events and properties for EditInteger and EditFload components.
graemeg
2008-02-09
* fixed or updated some example projects to work with latest changes.
graemeg
2007-11-26
Removed unused uses clauses.
graemeg
2007-09-13
* CoreLib: fpgApplication now has a Terminated property which terminates the
graemeg
2007-08-20
* CoreLib: Some minor code cleanup, removing unused variables and code comments.
graemeg
2007-08-10
* Fixed minor compiler error and Mouser Cursor support
graemeg
2007-08-06
* Added basic listview
drewski207