index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibEDID
/
EDID.h
Age
Commit message (
Expand
)
Author
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-09-24
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
Liav A
2022-07-23
Userland: Remove stale remainders of old framebuffer devices
Liav A
2022-06-10
LibEDID: Return "Unknown" string if failed to determine the manufacturer
Liav A
2022-05-05
LibEDID: Export common structures into a header file
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
LibEDID: Exclude display_product_{name, serial_number} from the Kernel
Idan Horowitz
2022-02-16
LibEDID: Store manufacturer id instead of allocating on each call
Idan Horowitz
2022-02-16
LibEDID: Store EDID version instead of allocating on each getter call
Idan Horowitz
2022-01-24
LibEDID: Fix calculating height and refresh rate for interlaced modes
Tom
2022-01-23
Meta+LibEDID: Download and generate the PNP ID database
Tom
2022-01-23
LibEDID: Add API for conveniently querying EDID from framebuffer device
Tom
2022-01-23
LibEDID: Add a library to parse EDID blobs
Tom