summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/IconView.cpp
AgeCommit message (Expand)Author
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-04-03LibGUI: Don't try to paint items in model-less IconView :^)Andreas Kling
2021-03-30LibGUI: Don't inflate icon text rects beyond available widththankyouverycool
2021-03-29LibGUI: Fix IconView selection with FlowDirection::TopToBottomTom
2021-03-07LibGUI: Scroll selection into view when the IconView is first laid outspeles
2021-02-25LibGUI: Improve IconView rubberband performanceTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Set IconView content width to actual content onlythankyouverycool
2021-02-13LibGUI: add 'always_wrap_item_labels' property to IconView.Nick Vella
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling