summaryrefslogtreecommitdiff
path: root/examples/gui/listviewtest
AgeCommit message (Expand)Author
2013-06-18Updates extrafpc.cfg files so no console window is shown for Windows compiled...Graeme Geldenhuys
2011-08-04minor fixes to examples due to Item[] to Items[] change.Graeme Geldenhuys
2011-01-19ListView demo updated to show sorting in action.Graeme Geldenhuys
2010-11-10Implemented painting Listview Subitems iconsAndrew Haines
2010-11-10Started implementing Icons in listviewAndrew Haines
2010-11-08Listview selection now uses an avl tree which is much faster than TList with ...Andrew Haines
2010-11-08Beautified the listview sample by adding panels and a splitterAndrew Haines
2010-11-08Improved listview selection so that it is more reliableAndrew Haines
2009-04-18memory leaks and lpi updatesGraeme 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-26Removed unused uses clauses.graemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg
2007-08-20* CoreLib: Some minor code cleanup, removing unused variables and code comments.graemeg
2007-08-17* Finished implementing Listview Header resizingdrewski207
2007-08-10* Grid now has keyboard navigation support.graemeg
2007-08-10* Fixed minor compiler error and Mouser Cursor supportgraemeg
2007-08-09* moved FastDoubleBuffer to TfpgCanvasBasedrewski207
2007-08-08* fixed compilation for older versions of fpcdrewski207
2007-08-07* Most Keyhandling for listviewdrewski207
2007-08-06* Made the ScrollBars even more robustdrewski207
2007-08-06* Added basic listviewdrewski207