summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/IconView.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-01-18LibGUI: Use autoscroll from AbstractView when rubberbanding in IconViewMarcus Nilsson
2022-01-04Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayerAndrew Kaster
2021-09-06LibGUI: Dynamically resize editing content rect in IconViewMarcus Nilsson
2021-07-27LibGUI: Add some "fudge factor" around IconView item rectsAndreas Kling
2021-07-12LibGUI: Use wrapped text rect for paint invalidationLuK1337
2021-07-10LibGUI: Tighten paint invalidation rects in item views :^)Andreas Kling
2021-04-24LibGUI: Remove some unused cruft from GUI::IconViewAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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-13LibGUI: add 'always_wrap_item_labels' property to IconView.Nick Vella
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling