summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ScrollableContainerWidget.cpp
AgeCommit message (Expand)Author
2022-06-30LibGUI: Add custom layout change handling to ScrollableContainerWidgetFrHun
2022-06-28LibGUI: Use new layout system in scrollable widgetsFrHun
2022-05-11LibGUI: Try use layout's preferred size for the content sizeKarol Kosek
2022-05-11LibGUI: Always use widget's minimum size in ScrollableContainerWidgetKarol Kosek
2022-05-11LibGUI: Reuse common parts in ScrollableContainerWidgetKarol Kosek
2022-05-07LibGUI: Check if a property is a GML Object in ScrollableContainerWidgetKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-02-07LibGUI: Move GML parsing and formatting to new ASTkleines Filmröllchen
2021-11-03LibGUI: AbstractScrollableWidget GML/JSONFrHun
2021-11-03LibGUI: ScrollableContainerWidget respect sizeFrHun
2021-11-03LibGUI: ScrollableContainerWidget consider frameFrHun
2021-05-08Profiler: Fix scrolling behaviorGunnar Beutner
2021-05-05LibGUI: Add ScrollableContainerWidget :^)Andreas Kling