Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Published Align property for all widgets. | Graeme Geldenhuys | |
2010-08-30 | disable scrollbar buttons when parent is disabled too | Jean-Marc Levecque | |
2010-08-19 | Scrollbars now have disabled arrow button state at Min or Max values. | Graeme Geldenhuys | |
Thanks to Jean-Marc Levecque for the idea. | |||
2010-06-11 | Scrollbar: New convenience functions added. | Graeme Geldenhuys | |
These functions set a new scrollbar position and fires the OnScroll event. | |||
2010-05-31 | Scrollbar: When resized it now triggers a recalc of slidersize. | Graeme Geldenhuys | |
2010-05-31 | Scrollbar: replaced magic numbers with a constant. | Graeme Geldenhuys | |
2010-05-28 | Scrollbar: All painting is now done from inside HandlePaint | Graeme Geldenhuys | |
This is now safer and more consistent with all other fpGUI components. | |||
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-10-12 | Scrollbars: reverse d1e205cfb commit. | Graeme Geldenhuys | |
ScrollBars are a special case and require BeginDraw & EndDraw inside the HandlePaint event because the component also does drawing from outside the HandlePaint event. eg: When draging the scrollbar button around. | |||
2009-10-09 | Removed redundant BeginDraw..EndDraw calls in ScrollBar painting. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
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. |