Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | Bump visibility of BorderStyle property in StringGrid and FileGrid widgets | Graeme Geldenhuys | |
2011-06-20 | Wrap Begin/EndUpdate in try..finally blocks. | Graeme Geldenhuys | |
This will make sure that EndUpdate is called, even if we get an error somewhere in between. | |||
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-05-08 | globally renamed TFTextFlags to TfpgTextFlags | Graeme Geldenhuys | |
Somehow I forgot to rename this type when we introduced the 'fpg' prefix years ago. | |||
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-10-04 | Published Align property for all widgets. | Graeme Geldenhuys | |
2010-10-01 | published Enabled property on all (most) components | Graeme Geldenhuys | |
* Now the UI Designer can work with that property too * A few other components got one or two other properties published too. | |||
2010-07-19 | TfpgFileGrid - published the new Options property. | Graeme Geldenhuys | |
* also sorted the properties | |||
2010-05-31 | StringGrid: Text was not perfectly centered in each cell. | Graeme Geldenhuys | |
2010-05-24 | grids: Removed todo items that are completed. | Graeme Geldenhuys | |
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-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-25 | Publish the new OnShowHint for all other widgets in fpGUI. | Graeme Geldenhuys | |
2010-04-21 | Grids: Raised the visibility of the Font property. | Graeme Geldenhuys | |
Now we can access the internal Font instance when we do things like custom Cell drawing etc. | |||
2010-03-04 | Add missing published Hint properties to some components. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-06-25 | Stringgrid column right margin issue fixed | Jean-Marc | |
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-10-31 | * Implemented virtual RowDelete() method for TfpgCustomGrid. | graemeg | |
* Implemented full RowDelete() for TfpgStringGrid. * Updated tiListMediators to use the new RowDelete() method of StringGrid. * Updated the GridTest demo to show RowDelete() in action. * Updated the AddressBook Demo 21 to enable deleting of contacts. | |||
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. |