serenity/Userland/Applets
Sam Atkins 0b9aee57e7 ClipboardHistory: Store clipboard history as valid JSON
Previously, the ClipboardHistory.json file contained a series of
individual JSON objects for history items, separated by newlines. This
is convenient for appending a single item, but makes the file itself
invalid JSON.

This commit changes that file to instead contain those objects in a
proper JSON array.
2024-02-08 13:46:12 +00:00
..
Audio Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ClipboardHistory ClipboardHistory: Store clipboard history as valid JSON 2024-02-08 13:46:12 +00:00
Keymap Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Network Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ResourceGraph Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
WorkspacePicker Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00