summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AbstractScrollableWidget.cpp
AgeCommit message (Expand)Author
2022-11-29LibGUI: Add Banner concept to AbstractScrollableWidgetthankyouverycool
2022-09-24LibGUI: Implement calculated_min_size() for AbstractScrollableWidgetthankyouverycool
2022-07-01LibGUI: Fix scrollbars not showing after updating content sizeMacDue
2022-06-30LibGUI: Add min_content_size debug property to AbstractScrollableWidgetFrHun
2022-06-30LibGUI: Fix flickering scrollbars in AbstractScrollableWidgetFrHun
2022-06-28LibGUI: Remove temporary compatibility measures for new layout systemFrHun
2022-06-28LibGUI: Use new layout system in scrollable widgetsFrHun
2022-06-28LibGUI: Add UIDimension and UISize typesFrHun
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-11-03LibGUI: Margins for AbstractScrollableWidgetFrHun
2021-09-29LibGUI: Account for scrollbar width when calculating autoscroll deltaMarcus Nilsson
2021-09-16LibGUI: Add a AutoScroll timer to AbstractScrollableWidgetMarcus Nilsson
2021-05-04LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cppAndreas Kling