summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibEDID
AgeCommit message (Expand)Author
2022-06-10LibEDID: Return "Unknown" string if failed to determine the manufacturerLiav A
2022-05-05Everywhere: Rename fb prefix function names => graphics_connectorLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05LibEDID: Export common structures into a header fileLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08LibEDID: Fix DetailedTiming::pixel_clock_khz resultLiav A
2022-02-16LibEDID: Exclude DMT::MonitorTiming::name() from the KernelIdan Horowitz
2022-02-16LibEDID: Exclude display_product_{name, serial_number} from the KernelIdan Horowitz
2022-02-16LibEDID: Store manufacturer id instead of allocating on each callIdan Horowitz
2022-02-16LibEDID: Store EDID version instead of allocating on each getter callIdan Horowitz
2022-01-26LibEDID: Use correct paths for LibEDID generated filesTimothy Flynn
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24LibEDID: Fix handling extension mapsTom
2022-01-24LibEDID: Fix calculating height and refresh rate for interlaced modesTom
2022-01-23Meta+LibEDID: Download and generate the PNP ID databaseTom
2022-01-23LibEDID: Add API for conveniently querying EDID from framebuffer deviceTom
2022-01-23LibEDID: Add a library to parse EDID blobsTom