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
/
Model.h
Age
Commit message (
Expand
)
Author
2022-09-25
LibGUI: Add Model::unsafe_create_index()
Andreas Kling
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
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-08
LibGUI: Implement granular operations for Model subclasses
sin-ack
2021-08-08
LibGUI: Implement persistent indices for models
sin-ack
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-01
LibGUI: Add possibility to search for exact match in model
speles
2021-02-16
LibGUI: Make Model::data_matches() take Variant by const-reference
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling