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.lpr
Age
Commit message (
Expand
)
Author
2015-02-08
Listview improvements.
Andrew Haines
2011-08-04
minor fixes to examples due to Item[] to Items[] change.
Graeme Geldenhuys
2011-01-19
ListView demo updated to show sorting in action.
Graeme Geldenhuys
2010-11-10
Implemented painting Listview Subitems icons
Andrew Haines
2010-11-10
Started implementing Icons in listview
Andrew Haines
2010-11-08
Listview selection now uses an avl tree which is much faster than TList with ...
Andrew Haines
2010-11-08
Beautified the listview sample by adding panels and a splitter
Andrew Haines
2009-04-18
memory leaks and lpi updates
Graeme Geldenhuys
2008-10-01
* Updated all demos to use the new unit names.
graemeg
2008-09-09
* Fixed a bug in TfpgListView where it didn't paint the last column's content.
graemeg
2008-07-16
* Added compile fix for Splash Screen demo from MvC.
graemeg
2008-07-10
* Removed the annoying unit that Lazarus IDE keeps adding to the examples.
graemeg
2008-07-07
* Published more events and properties for EditInteger and EditFload components.
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-17
* Finished implementing Listview Header resizing
drewski207
2007-08-10
* Grid now has keyboard navigation support.
graemeg
2007-08-09
* moved FastDoubleBuffer to TfpgCanvasBase
drewski207
2007-08-08
* fixed compilation for older versions of fpc
drewski207
2007-08-07
* Most Keyhandling for listview
drewski207
2007-08-06
* Made the ScrollBars even more robust
drewski207
2007-08-06
* Added basic listview
drewski207