summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ScrollableWidget.cpp
AgeCommit message (Expand)Author
2020-11-08LibGUI: Limit ScrollableWidget::available_size() width/height to 0Linus Groh
2020-10-22LibGUI: Fix scroll_into_view flipping between left/top and right/bottomTom
2020-08-12GUI: Give MouseEvent shift() / ctrl() / alt() / logo() functionsNico Weber
2020-08-03LibGUI: WidgetScrollable scrolls horizontally when shift is pressedMathieu PATUREL
2020-07-09LibGUI: Make scrollbar thumb size relative to content sizeTom
2020-07-04LibGUI: Fix glitchy behavior in ScrollableWidget::scroll_into_view()Andreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-02LibGUI: Fix off-by-one in ScrollableWidgetBen Wiederhake
2020-02-24LibGUI: Implement keyboard and mouse wheel events for SpinBoxTibor Nagy
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling