index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
ItemListModel.h
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-18
LibGUI: Make ItemListModels filterable
thankyouverycool
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-21
LibGUI: Convert ItemListModel's Display Role to string during search
Karol Kosek
2021-09-08
LibGUI: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
LibGUI: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-08-31
LibGUI: Make ItemListModel searchable
Karol Kosek
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-03-22
LibGUI: Allow ItemListModel to have 2D items
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling