serenity/Userland
Andreas Kling c756e021a7 Userland: Remove "Inspector" program and related utilities
This program has never lived up to its original idea, and has been
broken for years (property editing, etc). It's also unmaintained and
off-by-default since forever.

At this point, Inspector is more of a maintenance burden than a feature,
so this commit removes it from the system, along with the mechanism in
Core::EventLoop that enables it.

If we decide we want the feature again in the future, it can be
reimplemented better. :^)
2023-04-25 14:48:40 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
DevTools Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games LibChess: Return ErrorOr<String> from to-algebraic/fen methods 2023-04-24 20:58:35 +02:00
Libraries Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
Services Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
Shell LibCore: Simplify Core::Notifier by only allowing one event type 2023-04-25 14:48:40 +02:00
Utilities cal: Add the -y option to show the current year 2023-04-25 01:54:53 -06:00
CMakeLists.txt