summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TableView.cpp
AgeCommit message (Expand)Author
2022-01-29LibGUI: Allow falling back to default paint behavior in delegatenetworkException
2022-01-11LibGUI: Make Tableview handle multi-selected indexes when deletingGlenford Williams
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-07-27LibGUI: Add ModelRole::IconOpacity and support it in all views :^)Andreas Kling
2021-07-11TableView: Do not select input on keydownJelle Raaijmakers
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-03-12LibGUI: Add variable padding and center bitmaps in TableViewsthankyouverycool
2021-03-04LibGUI: Increase row height in Table/ColumnViews and center iconsthankyouverycool
2021-02-24LibGUI: Account for the row and column headers when painting a TableViewAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling