summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/ItemListModel.h
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-21LibGUI: Convert ItemListModel's Display Role to string during searchKarol Kosek
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-08-31LibGUI: Make ItemListModel searchableKarol Kosek
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-03-22LibGUI: Allow ItemListModel to have 2D itemsAnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling