summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TableView.cpp
AgeCommit message (Expand)Author
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-12LibGUI: Make TableView ignore custom colors for selected rowsAndreas Kling
2020-04-11LibGUI: Fill whole TableView cells with custom background colorAndreas Kling
2020-04-11LibGUI: Respect Model::Role::BackgroundColorAndreas Kling
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling