serenity/Userland
Liav A a70e1a0340 Utilities: Remove the edid-dump utility
This short-lived utility was essential when we had to use the ioctl
interface to fetch the EDID from a DisplayConnector, but now that we can
simply read it from SysFS, this utility is no longer needed and can be
removed.
2022-07-19 11:02:37 +01:00
..
Applets
Applications Calculator: Set button colors from system palette 2022-07-17 08:44:31 +01:00
Demos WidgetGallery: Make inspectable 2022-07-15 12:38:35 +02:00
DevTools LibC: Remove the LibPthread interface target 2022-07-19 11:00:35 +01:00
DynamicLoader LibPthread: Move the pthread and semaphore implementation to LibC 2022-07-19 11:00:35 +01:00
Games
Libraries Kernel+Userland: Remove GRAPHICS_IOCTL_GET_HEAD_EDID ioctl 2022-07-19 11:02:37 +01:00
Services Taskbar: Center buttons again by fixing margins 2022-07-15 12:34:25 +02:00
Shell Shell: Add the |& construct for piping stderr along with stdout 2022-07-17 00:51:31 +00:00
Utilities Utilities: Remove the edid-dump utility 2022-07-19 11:02:37 +01:00
CMakeLists.txt