summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/IconView.h
AgeCommit message (Expand)Author
2020-09-01LibGUI: Implement the virtual IconView::scroll_into_view()Andreas Kling
2020-09-01LibGUI: Teach IconView to use AbstractView::move_cursor()Andreas Kling
2020-07-13LibGUI: Improve IconView performance with large selectionsTom
2020-07-09LibGUI: Implement IconView auto-scrolling when trying to select items out of ...Tom
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake