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.cpp
Age
Commit message (
Expand
)
Author
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-08
LibGfx: Propagate errors from serializing bitmaps
Tim Schumacher
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-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-09-08
LibGUI: West Const to East Const refactor
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
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling