summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Slider.h
AgeCommit message (Expand)Author
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-16LibGUI: Add mouse wheel event and step property to SliderTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling