summaryrefslogtreecommitdiff
path: root/examples/gui/gridtest
AgeCommit message (Expand)Author
2010-09-11GridTest: added some more comments and more custom drawing.Graeme Geldenhuys
2010-09-11Grid Example: Added new Alternative Row Color checkbox.Graeme Geldenhuys
2010-08-02Grid Demo: Added Smooth Scrolling checkbox to demo.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-31* Implemented virtual RowDelete() method for TfpgCustomGrid.graemeg
2008-10-01* Updated all demos to use the new unit names.graemeg
2008-07-23* Applied Jean-Marc's grid Options property patch.graemeg
2008-07-07* Published more events and properties for EditInteger and EditFload components.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-04-02* Fixed all grids where last line and scrollbar was not always in sync.graemeg
2008-04-01* BaseGrid.DrawCell and BaseGrid.CanDrawCell now have a GridDrawState type pr...graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-21* Applied grid patch from Jean-Marcgraemeg
2007-12-14* Implemented Cell Text Alignment.graemeg
2007-12-04* Fixed a memory leak in TfpgCombobox.graemeg
2007-11-08* Implemented a new mediator for use with tiOPF for the Calendar graemeg
2007-09-19* GUI: All CustomGrid and StringGrid properties using a Column Index is nowgraemeg
2007-09-13* CoreLib: fpgApplication now has a Terminated property which terminates thegraemeg
2007-09-08* GUI Designer: Some code formating changes in generated code.graemeg
2007-08-26* Renamed the fpc.cfg to extrafpc.cfg so it doesn't conflict withgraemeg
2007-08-23* Grid cells in disabled state are not painting in 3D text effect.graemeg
2007-08-22* Started the implementation of a StringGrid. It is graemeg
2007-08-20* CoreLib: Some minor code cleanup, removing unused variables and code comments.graemeg
2007-08-15* Fixed bug in Horz and Vert scrollbars where they didn't followgraemeg
2007-08-12* Extended the sample text string used in the Font Select dialog.graemeg
2007-08-11* Implemented fpgApplicatio.GetFontfaceList (GDI untested)graemeg
2007-08-11* Renamed the unit gui_grid.pas to gui_basegrid.pasgraemeg
2007-08-11* Grid changesgraemeg
2007-08-10* Grid now has keyboard navigation support.graemeg
2007-08-10* Fixed minor compiler error and Mouser Cursor supportgraemeg
2007-08-08* Fixed the TfpgButton focus rectangle to not be so close to the edge.graemeg
2007-08-06* Implemented Canvas.FillGradient().graemeg
2007-08-06* updated gui package filegraemeg
2007-08-04* Started the implementation of a Grid component.graemeg