summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/JsonArrayModel.cpp
AgeCommit message (Expand)Author
2023-05-03AK: Have `JsonArray::set()` change values instead of inserting valuesKemal Zebari
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-24LibGUI: Convert `JsonArrayModel` to use `Core::File`Cameron Youell
2023-04-24AK: Add new failable `JsonArray::{append/set}` functionsCameron Youell
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-26LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-17LibGUI: JsonArrayModel update without invalidating indicesmartinfalisse
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11LibGUI: Remove an unused AK/Debug.h includeBrian Gianforcaro
2021-03-26LibGUI: Allow assigning a value to a specific index in JsonArrayModelTimothy Flynn
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling