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
Age
Commit message (
Expand
)
Author
2014-06-23
Demo project files (Lazarus IDE) settings updated.
Graeme Geldenhuys
2013-06-18
Updates extrafpc.cfg files so no console window is shown for Windows compiled...
Graeme Geldenhuys
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
2010-11-08
Improved listview selection so that it is more reliable
Andrew Haines
2009-04-18
memory leaks and lpi updates
Graeme Geldenhuys
2009-04-05
* Added missing unit output directories.
Graeme Geldenhuys
2008-11-14
* updated all extrafpc.cfg files to use the correct lib output directory.
graemeg
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
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-26
* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict with
graemeg
2007-08-20
* CoreLib: Some minor code cleanup, removing unused variables and code comments.
graemeg
2007-08-17
* Finished implementing Listview Header resizing
drewski207
2007-08-10
* Grid now has keyboard navigation support.
graemeg
2007-08-10
* Fixed minor compiler error and Mouser Cursor 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