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
/
fpg_basegrid.pas
Age
Commit message (
Expand
)
Author
2014-12-06
Fix ColMax() calculation.
Graeme Geldenhuys
2014-12-06
Add optional scrollbar styles
Jean-Marc.Levecque
2014-12-06
Improve horizontal srcollbar behaviour
Jean-Marc.Levecque
2014-12-06
Allow grids scrollbarwidth setting
Jean-Marc.Levecque
2014-12-06
Allow grids scrollbarpage setting
Jean-Marc.Levecque
2014-12-06
Allow grids autoheight setting
Jean-Marc.Levecque
2014-09-11
Allow headerheight setting in grids.
Jean-Marc.Levecque
2014-08-22
Fixes bug #162 (Home/End doesn't move cell focus is smoothscroll StringGrid)
Graeme Geldenhuys
2014-06-23
Merge remote-tracking branch 'demerson/scroll-frame' into 'develop'
Graeme Geldenhuys
2014-02-25
grid: Final piece of the puzzle. BorderStyle is now fully working.
Graeme Geldenhuys
2014-02-25
grid: Removes last traces of that pesky FMargin variable.
Graeme Geldenhuys
2014-02-25
grid: First run through code removing hard-coded border widths.
Graeme Geldenhuys
2014-02-25
grid: introduce an overloaded GetClientRect() function.
Graeme Geldenhuys
2013-12-17
basegrid: removed hard-coded control frame size values.
Graeme Geldenhuys
2013-11-01
grid: The extra "+1" caused unnecessary scrolling
Graeme Geldenhuys
2013-05-28
Horizontal Scrolling working in X11, basegrid unit updated to use it
David Laurence Emerson
2013-05-28
horizontal scrolling, commit 1
David Laurence Emerson
2013-05-20
Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality now
Graeme Geldenhuys
2013-05-07
grid: now has a new OnHeaderClick event
Graeme Geldenhuys
2013-05-04
Grid: now developers have access to visible width/height.
Graeme Geldenhuys
2013-04-18
Grids: set horiz scrollbar pagesize to 5 for smoothscroll, 1 otherwise
David Laurence Emerson
2013-04-18
Grids: basegrid working great with PrepareCells function and new optimizations
David Laurence Emerson
2013-04-18
Grids: basegrid drawing right! Created PrepareCells function. Still preparing...
David Laurence Emerson
2013-04-18
Grids: basegrid pre calculation, not drawing right
David Laurence Emerson
2013-04-18
Grids: basegrid updateScrollbars done?
David Laurence Emerson
2013-04-18
Grids: basegrid updateScrollbars almost done
David Laurence Emerson
2013-04-18
Grids: improve UpdateScrollbars for resizing etc
David Laurence Emerson
2012-11-09
As soon as a key is pressed in Grid, remove any hint windows.
Graeme Geldenhuys
2011-12-05
Implements BorderStyle property for basegrid widget.
Graeme Geldenhuys
2011-12-05
Remove redundant painting code in basegrid.
Graeme Geldenhuys
2011-07-27
BaseGrid and Home/End key handling and focused cells.
Graeme Geldenhuys
2011-07-27
BaseGrid.HandleKeyPress and consume variable behaviour has changed.
Graeme Geldenhuys
2011-06-21
prevent duplicate FocusChanged events firing.
Graeme Geldenhuys
2011-06-20
bug: a scrolled grid with smoothscroll enabled did not allow columns to be re...
Graeme Geldenhuys
2011-06-20
bug: fixed grid horizontal scrollbar size when smoothscroll is enabled.
Graeme Geldenhuys
2010-10-29
New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() method
Graeme Geldenhuys
2010-09-11
Grid horizontal scrollbar thumb button size improvement.
Graeme Geldenhuys
2010-09-04
Speed up grid scrolling with mouse wheel x3
Graeme Geldenhuys
2010-05-25
Disable grid smooth scrolling by default.
Graeme Geldenhuys
2010-05-24
grids: 90% of smoothscrolling support is implemented.
Graeme Geldenhuys
2010-04-30
BaseGrid: OnRowChange and OnFocusChange does not occur.
Clemens Capitain
2010-04-28
TfpgBaseGrid now has a new option and property: alternative color
Graeme Geldenhuys
2010-04-28
TfpgBaseGrid now updated by using new predefined grid colors.
Graeme Geldenhuys
2010-04-26
Add PopupMenu property to StringGrid.
Graeme Geldenhuys
2010-04-21
Grid.OnDrawCell: The drawstate set was not correctly reset after each loop.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2009-07-28
Minor code formatting
Graeme Geldenhuys
2009-07-06
StringGrid RowCount update bug fix
Graeme Geldenhuys
2009-02-04
* CustomGrid now calls Update instead of Repaint. This now conforms to BeginU...
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg