index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
gui_basegrid.pas
Age
Commit message (
Expand
)
Author
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-Marc
graemeg
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 with
graemeg
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's
graemeg
2007-08-15
* Fixed bug in Horz and Vert scrollbars where they didn't follow
graemeg
2007-08-11
* Renamed the unit gui_grid.pas to gui_basegrid.pas
graemeg