summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ItemView.cpp
AgeCommit message (Expand)Author
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-18LibGUI: Fix ItemView crash when rubberbanding in main widget viewAndreas Kling
2020-04-18LibGUI: Make ItemView respect Widget::fill_with_background_color()Andreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-04-07LibGUI: Center the icon in ItemView when smaller than 32px.VAN BOSSUYT Nicolas
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-03-12LibGUI: Take scroll offset into account on ItemView rubberband selectionTibor Nagy
2020-02-25LibGUI: Make descendants of AbstractView define their own select_all() (#1201)DAlperin
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-16LibGUI: ItemView painting was not respecting the frame thicknessAndreas Kling
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-13LibGUI: Indicate ItemView drag acceptance with a little rectangleAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling