summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Model.cpp
AgeCommit message (Expand)Author
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09WebServer+LibGUI: Use fallible version of StringBuilder::to_byte_bufferLinus Groh
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-08LibGfx: Propagate errors from serializing bitmapsTim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-08-08LibGUI: Implement granular operations for Model subclassessin-ack
2021-08-08LibGUI: Implement persistent indices for modelssin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling