Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This was mostly the replacement of FMargin field variable usage. Tested and grid still works like before. | |||
2014-02-25 | grid: introduce an overloaded GetClientRect() function. | Graeme Geldenhuys | |
This takes into account BorderStyle and border widths from the theme manager. | |||
2013-12-17 | basegrid: removed hard-coded control frame size values. | Graeme Geldenhuys | |
The grid used to use hard-code control frame sizes. Now it queries the current theme, and uses those returned values accordingly. | |||
2013-11-01 | grid: The extra "+1" caused unnecessary scrolling | Graeme Geldenhuys | |
This was evident in the Calendar Combobox with the focus date of 30 Nov 2013. The Sunday column was scrolled off the screen, even though there was space for it. | |||
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 | |
Canvas.DrawControlFrame() simply passed it along to fpgStyle for a long time already. Now we finally separate the two, so the Styling code can be separated from the corelib code. | |||
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 | |
Handy for adjusting column widths. | |||
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 ↵ | David Laurence Emerson | |
preparing too many cells. | |||
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 | |
The HandlePaint() method is already wrapping with BeginDraw/EndDraw calls in the TfpgWidget class. | |||
2011-07-27 | BaseGrid and Home/End key handling and focused cells. | Graeme Geldenhuys | |
We never used to check if we are allowed to set the FFocusCol, we just assumed we are allowed. Now we try each column while calling CanSelectCell() in each iteration so we select the first available column. | |||
2011-07-27 | BaseGrid.HandleKeyPress and consume variable behaviour has changed. | Graeme Geldenhuys | |
Old behaviour we simply forced Consumed = True and later Consumed = False. This has a very good chance of overwriting the origin consume value. We now only set consume to True, if it is really so. | |||
2011-06-21 | prevent duplicate FocusChanged events firing. | Graeme Geldenhuys | |
Calling FollowFocus already calls CheckFocusChanged. | |||
2011-06-20 | bug: a scrolled grid with smoothscroll enabled did not allow columns to be ↵ | Graeme Geldenhuys | |
resized. - My calculations was totally out of wack! Now it works as it should. - Also made sure scrollbars are correctly updated if Beginupdate..Endupdate is used. | |||
2011-06-20 | bug: fixed grid horizontal scrollbar size when smoothscroll is enabled. | Graeme Geldenhuys | |
The horizontal scrollbar was always the same size as the width of the grid, so it couldn't actually scroll columns. | |||
2010-10-29 | New Grid HeaderStyle property, and new Canvas/Style.DrawBevel() method | Graeme Geldenhuys | |
Grid.HeaderStyle has Button, Thin and Flat options New DrawBevel can draw a bevel raised or lowered using standard system colors. Quite similar to TfpgBevel. New DrawBevel() method and new Grid.HeaderStyle option. | |||
2010-09-11 | Grid horizontal scrollbar thumb button size improvement. | Graeme Geldenhuys | |
This patch improves the default scrollbar thumb button size calculation (SliderSize value). | |||
2010-09-04 | Speed up grid scrolling with mouse wheel x3 | Graeme Geldenhuys | |
2010-05-25 | Disable grid smooth scrolling by default. | Graeme Geldenhuys | |
I don't want to alter behaviour of existing fpGUI applications. | |||
2010-05-24 | grids: 90% of smoothscrolling support is implemented. | Graeme Geldenhuys | |
It now needs lots of testing though! | |||
2010-04-30 | BaseGrid: OnRowChange and OnFocusChange does not occur. | Clemens Capitain | |
When a grid has zero rows and you add a row, neither OnRowChange nor OnFocusChange get fired. This patch fixes this. | |||
2010-04-28 | TfpgBaseGrid now has a new option and property: alternative color | Graeme Geldenhuys | |
The AlternativeBGColor property only takes affect when the go_AlternativeColor grid option is enabled. go_AlternativeColor also takes preference over ColumnBackgroundColor[] | |||
2010-04-28 | TfpgBaseGrid now updated by using new predefined grid colors. | Graeme Geldenhuys | |
2010-04-26 | Add PopupMenu property to StringGrid. | Graeme Geldenhuys | |
At the moment the popup menu only appears if user clicks outside the Header row. Maybe this behaviour will become user selectable in the future. | |||
2010-04-21 | Grid.OnDrawCell: The drawstate set was not correctly reset after each loop. | Graeme Geldenhuys | |
This caused the OnDrawCell AFlags variable to always contain gdSelected and gdFocused - which made OnDrawCell event handlers rather useless. This is now fixed! | |||
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-07-28 | Minor code formatting | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-06 | StringGrid RowCount update bug fix | Graeme Geldenhuys | |
- When RowCount was changed it refreshed the grid to much. - BeginUpdate / EndUpdate did not always update scrollbar position. | |||
2009-02-04 | * CustomGrid now calls Update instead of Repaint. This now conforms to ↵ | graemeg | |
BeginUpdate..EndUpdate requests. * StringGrid now has a Clear method. | |||
2008-09-27 | * Phase 2 of the unit rename is complete. The gui units have now been renamed. | graemeg | |
* UI Designer has been updated to reflect the new gui unit names. |