summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ModelIndex.cpp
AgeCommit message (Collapse)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-09AK: Add Formatter<FormatString> as helper class.asynts
2021-01-03LibGUI: Use String::formatted() and String::number() moreAndreas Kling
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-10-06LibGUI: Add formatter for ModelIndex.asynts
2020-08-16LibGUI: Add ModelIndex::data(ModelRole)Andreas Kling
This is a convenience API that makes accessing model data easier.
2020-02-16LibGUI: Add forwarding headerAndreas Kling
This patch adds <LibGUI/Forward.h> and uses it a bunch. It also dragged various header dependency reduction changes into it.