summaryrefslogtreecommitdiff
path: root/src/gui/fpg_trackbar.pas
AgeCommit message (Collapse)Author
2015-04-06Clean up unused local variablesStéphane Aulery
2013-05-20Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality nowGraeme 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-04-29trackbar: published a few more eventsGraeme Geldenhuys
2013-04-29trackbar: minor optimisation. Setting Position already calls RePaint and ↵Graeme Geldenhuys
DoChange.
2013-04-26trackbar: Implements vertical orientationGraeme Geldenhuys
For some reason it was never implemented before!! Oops.
2012-12-14Minor mods to TfpgTrackbar to make it more flexible for descendants.Graeme Geldenhuys
eg: These changes were needed to create a descendant TrackBar that has a "transparent" background.
2012-09-21trackbar: bug fix. When setting the position, it never caused a repaint.Graeme Geldenhuys
2012-09-21trackbar: refactor the classes and introduced a new TfpgBaseTrackBar class.Graeme Geldenhuys
This process is not complete, but it already reduced a lot of code duplication.
2012-09-21trackbar: Fixed the focus rectangle flicker problem while dragging.Graeme Geldenhuys
2012-09-21trackbar: made sure all painting only occurs in the HandlePaint eventGraeme Geldenhuys
2010-10-04Published Align property for all widgets.Graeme Geldenhuys
2010-10-01published Enabled property on all (most) componentsGraeme Geldenhuys
* Now the UI Designer can work with that property too * A few other components got one or two other properties published too.
2010-04-25Publish the new OnShowHint for all other widgets in fpGUI.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-25Published Hint and ShowHint on all widgets.Graeme Geldenhuys
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.