summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibEDID
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-04-06LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFFEmily Trau
2023-02-10LibEDID: Return proper errno codes for kernel codeLiav A
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-21Everywhere: Remove string.h include from AK/Traits.h and resolve falloutAndrew Kaster
2023-01-02LibEDID: Propagate errors using TRYericLemanissier
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-09-24LibEDID: Remove head index when retrieving an EDID from DisplayConnectorLiav A
2022-09-16Everywhere: Remove a bunch of dead write-only variablesTim Schumacher
2022-07-23Kernel+Userland: Rename FB.h => Graphics.hLiav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
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