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
Age
Commit message (
Expand
)
Author
2022-06-10
LibEDID: Return "Unknown" string if failed to determine the manufacturer
Liav A
2022-05-05
Everywhere: Rename fb prefix function names => graphics_connector
Liav A
2022-05-05
Everywhere: Rename FB prefix structure names => Graphics
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-03-08
LibEDID: Fix DetailedTiming::pixel_clock_khz result
Liav A
2022-02-16
LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel
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-26
LibEDID: Use correct paths for LibEDID generated files
Timothy Flynn
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibEDID: Fix handling extension maps
Tom
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