summaryrefslogtreecommitdiff
path: root/src/gui/gui_grid.pas
AgeCommit message (Expand)Author
2008-09-10* Published ShowHint and ParentShowHint for all gui components.graemeg
2008-08-21* Minor StringGrid patch adding ColumnAlignment property. Thanks Michael van ...graemeg
2008-07-23* Applied Jean-Marc's grid Options property patch.graemeg
2008-07-23* Applied Vladimir's DrawText patch. Nice work.graemeg
2008-07-11* Applied various patches from Jean-Marc.graemeg
2008-07-11* Applied patch improving the text drawing and alignment in grids. By Jean-Marc.graemeg
2008-06-18* Finally fixed a Index out of bounds error in StringGrid. Thanks to David Em...graemeg
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-04-02* Applied patch from Vladimir removing all IFDEFs from gui_grid.graemeg
2008-04-01* BaseGrid.DrawCell and BaseGrid.CanDrawCell now have a GridDrawState type pr...graemeg
2008-03-31* Added a patch from Antonio add a basic Integer and Float edit component.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
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