summaryrefslogtreecommitdiff
path: root/src/gui/gui_basegrid.pas
AgeCommit message (Expand)Author
2008-09-08* TfpgBaseGrid's FocusCol and FocusRow now defaults to -1graemeg
2008-07-23* Applied Jean-Marc's grid Options property patch.graemeg
2008-07-17* Added extra safety in the Grid Scrollbar handling. * Replaced magic number...graemeg
2008-07-17* Applied Luiz Americo's resize patch with minor fixes.graemeg
2008-07-11* Applied various patches from Jean-Marc.graemeg
2008-06-12* Minor fixes to csUpdating ComponentState in Grids.graemeg
2008-05-27* Applied Vladimir's button flag patch.graemeg
2008-05-19* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...graemeg
2008-05-05* Fixed the Grid creation and setup. It caused issues in the UI Designer unde...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-04-01* Added a MouseToCell function to BaseGrid.graemeg
2008-03-28* Many big changes which removes bucket loads of compiler warnins. These will...graemeg
2008-03-27* Fixed the annoying bug in grids where you clicked the last visible row and ...graemeg
2008-03-25* Added some new skeleton documentation for newly added units.graemeg
2008-03-21* Applied grid patch from Jean-Marcgraemeg
2008-03-17* TfpgStringGrid now has a OnDrawCell event. If the user sets ADefaultDrawing...graemeg
2008-03-14* Applied various patch from Vladimir which implements locale file encoding s...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-02-15* Applied Jean-Marc's TextColor and BackgroundColor patch.graemeg
2007-11-28* Implemented a Command pattern interface.graemeg
2007-11-08* Implemented a new mediator for use with tiOPF for the Calendar graemeg
2007-11-05* Implemented BeginUpdate and EndUpdate for BaseGrid.graemeg
2007-11-03* Started working on a Calendar component.graemeg
2007-10-25* Added new UTF8 function used for text translations with .po files.graemeg
2007-09-26* Added copyright information in the GUI units.graemeg
2007-09-08* Made a few modifications so the GUI Designer works under Windows.graemeg
2007-09-08* Fixed initial painting of components when they are placed in the graemeg
2007-09-08* GUI Designer: Some code formating changes in generated code.graemeg
2007-09-07* GUI: Rename the Checkbox property FontName to FontDesc to be consistent withgraemeg
2007-08-23* Grid cells in disabled state are not painting in 3D text effect.graemeg
2007-08-17* Implemented a FileOpen and FileSave dialog. Both are the same class. It'sgraemeg
2007-08-15* Fixed bug in Horz and Vert scrollbars where they didn't followgraemeg
2007-08-11* Renamed the unit gui_grid.pas to gui_basegrid.pasgraemeg