summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ScrollableContainerWidget.cpp
AgeCommit message (Expand)Author
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-01-07LibGUI: Create an alias for Widget UnregisteredChildHandlerSam Atkins
2023-01-01LibGUI+Userland: Make GML unregistered_child_handler fallibleSam Atkins
2023-01-01LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-05LibGUI: Fix a typoCameron Youell
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