Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-13 | Spinedit: extra check is required due to new resizing behaviour. | Graeme Geldenhuys | |
2010-10-01 | TfpgSpinEdit bugfix: key up/down/pgup/pgdn never triggered the OnChange event. | Graeme Geldenhuys | |
2010-10-01 | spinedit: replaced code with an existing method to do rectangle conversion | Graeme Geldenhuys | |
2010-10-01 | spinedit: arrow painting used wrong button border size | Graeme Geldenhuys | |
2010-10-01 | bugfix: SpinEdit sometimes caused an AV because fpgCaret could not paint | Graeme Geldenhuys | |
2010-08-19 | Here attached is a little improvement for SpinEdit | Jean-Marc Levecque | |
It allows the high and low limit values to be reached when up/down keys are maintained pressed, same as when mouse is maintained on the up/down arrows. | |||
2010-04-25 | Publish the new OnShowHint for all other widgets in fpGUI. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-11-30 | fixed compiler reported visibilty issues. | Graeme Geldenhuys | |
2009-10-27 | Fix enable/disable of SpinEdit buttons when min/max is reached. | Jean-Marc | |
2009-10-27 | Some min/max fixes to SpindEdit. | Jean-Marc | |
2009-10-26 | Minor fixes to properties in fpg_spinedit unit. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-07-30 | Fix bug for SpinEditFloat MinValue setting | jean-marc | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2008-10-20 | * SpinEdit controls needed some published events. | graemeg | |
* Spinedit controls got OnChange event. * tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events. | |||
2008-10-15 | * Added an example fpmake program contributed by Henry Vermaak. Showing how ↵ | graemeg | |
the new FPC build system can be used with fpGUI. * Removed some compiler warnings. | |||
2008-10-14 | * Applied SpinEdit, Edit, Button and Panel patch from Jean-Marc. | graemeg | |
2008-10-06 | * Implemented the speedup feature in SpinEdit. | graemeg | |
* Added a few more bug fixes to SpinEdit unit. | |||
2008-10-05 | * Added a new Canvas.DrawPolygon() method | graemeg | |
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods * Added a new conversion method called fpgRectToRect() * Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the new fpg_extgraphics.PaintTriangle() method instead. * Adjusted ComboBox painting of internal button to accomodate the new fpg_extgraphics unit. * Added Jean-Marc's new fpg_spinedit unit. * Made some further improvements and minor fixes to the SpinEdit and SpinEditFloat components. * renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names. | |||
2008-10-03 | * Added Jean-Marc initial implementation of SpinEdit component. | graemeg | |
* I made some changes and minor bug fixes to the SpinEdit and highlighted some todo items in the header of the unit. |