summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GJsonArrayModel.cpp
AgeCommit message (Expand)Author
2019-10-29AK: Allow JsonValue to store 64-bit integers internallyAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-08-14GJsonArrayModel: Add hook for customizing the GModel::Role::Custom dataAndreas Kling
2019-08-12GJsonArrayModel: Add hook to customize what comes out of GModel::SortAndreas Kling
2019-08-10GJsonArrayModel: Support fields that aren't tied to a single JSON valueAndreas Kling
2019-08-10GJsonArrayModel: Add an optional "massage_for_display" fieldspec hookAndreas Kling
2019-08-10LibGUI: Add GJsonArrayModel, a simple JSON-data-file-as-GModel helperAndreas Kling