serenity/Applications
Andreas Kling 2bd8118843 Kernel: Change the format of /proc/all to JSON.
Update ProcessManager, top and WSCPUMonitor to handle the new format.

Since the kernel is not allowed to use floating-point math, we now compile
the JSON classes in AK without JsonValue::Type::Double support.
To accomodate large unsigned ints, I added a JsonValue::Type::UnsignedInt.
2019-06-29 09:04:45 +02:00
..
About Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Downloader Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
FileManager Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
FontEditor Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
IRCClient Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Launcher Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
PaintBrush PaintBrush: Add size context menu to SprayTool 2019-06-28 15:27:23 +02:00
ProcessManager Kernel: Change the format of /proc/all to JSON. 2019-06-29 09:04:45 +02:00
QuickShow Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Taskbar Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Terminal Terminal: Make it so typing resets the cursor blink timer. 2019-06-28 21:46:23 +02:00
TextEditor Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00
Makefile.common Move common Application build steps into their own Makefile.common 2019-06-25 21:35:50 +02:00