summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ListView.cpp
AgeCommit message (Expand)Author
2022-09-24LibGUI: Implement calculated_min_size() for ListViewthankyouverycool
2022-09-22LibGUI: Update ListView content size on relevant layout changesthankyouverycool
2022-09-22LibGUI: Apply horizontal padding evenly for ListView itemsthankyouverycool
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-08-31LibGUI: Reuse draw_item_text function in ListViewKarol Kosek
2021-08-31LibGUI: Enable searching through ListView items by keyboardKarol Kosek
2021-07-27LibGUI: Add ModelRole::IconOpacity and support it in all views :^)Andreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-19LibGUI: Add corresponding padding to ListView content widththankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling