serenity/Userland
Tom 8184870f93 LibEDID: Add a library to parse EDID blobs
This library can be used (for the most part) by kernel drivers as well
as user mode. For this reason FixedPoint is used rather than floating
point, but kept to a minimum.
2022-01-23 22:45:21 +00:00
..
Applets Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
Applications Everywhere: Convert VM::call() to JS::call() 2022-01-23 15:24:45 +00:00
Demos Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
DevTools LibJS: Refactor interpreter to use Script and Source Text Modules 2022-01-22 01:21:18 +00:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Snake: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Libraries LibEDID: Add a library to parse EDID blobs 2022-01-23 22:45:21 +00:00
Services RequestServer: Unveil /etc/timezone for date-time usage 2022-01-23 20:57:01 +00:00
Shell Shell: Make Juxtaposition autocompletion smarter 2022-01-21 18:58:28 +03:30
Utilities gunzip: Don't truncate output filename when input file suffix is omitted 2022-01-23 20:52:16 +00:00
CMakeLists.txt