summaryrefslogtreecommitdiff
path: root/src/gui/gui_grid.pas
AgeCommit message (Expand)Author
2008-03-18* Applied a patch from Vladimir which imploves the file system encoding and s...graemeg
2008-03-17* TfpgStringGrid now has a OnDrawCell event. If the user sets ADefaultDrawing...graemeg
2008-03-14* Applied on the TopRow property changes from Jean-Marc's patch [ 1909562 ].graemeg
2008-03-14* Implemented a new OnCanSelectCell event for Grids. Works via keyboard or mo...graemeg
2008-03-12* Applied a patch from Vladimir moving some code out of gui_grid.pas to gfxba...graemeg
2008-03-10* Applied partial patch from Jean-Marc adding a CreateStringGrid function to ...graemeg
2008-03-04* More more on the MiG Layout port.graemeg
2008-02-20* Applied Vladimir's patch for arrow key support in RadioButtons.graemeg
2008-02-01* Fixed the IFDEF so that the libc unit is only included for Linux/x86 32-bit...graemeg
2008-01-14* ShowMessage can now Centre of Left Align the text.graemeg
2008-01-14* I wrapped libc unit and calls with IFDEF's so it should compile under FreeB...graemeg
2007-12-14* Implemented Cell Text Alignment.graemeg
2007-11-08* Implemented a new mediator for use with tiOPF for the Calendar graemeg
2007-11-07* Added a OnKeyPress event to TfpgWidget. It can now be surfaced by anygraemeg
2007-11-05* Implemented BeginUpdate and EndUpdate for BaseGrid.graemeg
2007-11-03* Started working on a Calendar component.graemeg
2007-10-01* Implemented the Objects[ACol,ARow] property for the StringGrid.graemeg
2007-09-26* Added copyright information in the GUI units.graemeg
2007-09-19* GUI: All CustomGrid and StringGrid properties using a Column Index is nowgraemeg
2007-09-07* GUI: Rename the Checkbox property FontName to FontDesc to be consistent withgraemeg
2007-08-26* Removed some compiler warnings.graemeg
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-21* GDI: Fixed popup window support.graemeg
2007-08-17* Implemented a FileOpen and FileSave dialog. Both are the same class. It'sgraemeg
2007-08-16* Added images, Owner, Group and file attribute support to TfpgFileGrid.graemeg
2007-08-15* Changes to FileGrid under Windows. This is only to test if it works.graemeg
2007-08-15* Minor tweaks to compile under Windows.graemeg
2007-08-15* Implemented some file handling functions.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-09* Implemented scrollbar support for Grid.graemeg
2007-08-08* Fixed the TfpgButton focus rectangle to not be so close to the edge.graemeg
2007-08-08* Finally fixed all painting issues with rectangles and clipping.graemeg
2007-08-06* Implemented Canvas.FillGradient().graemeg
2007-08-04* Started the implementation of a Grid component.graemeg