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
2023-06-04
Everywhere: Move global Kernel pattern code to Kernel/Library directory
Liav A
2023-04-06
LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFF
Emily Trau
2023-02-10
LibEDID: Return proper errno codes for kernel code
Liav A
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2023-01-02
LibEDID: Propagate errors using TRY
ericLemanissier
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-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-04
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
Nico Weber
2022-09-24
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
Liav A
2022-09-16
Everywhere: Remove a bunch of dead write-only variables
Tim Schumacher
2022-07-23
Kernel+Userland: Rename FB.h => Graphics.h
Liav A
2022-07-23
Userland: Remove stale remainders of old framebuffer devices
Liav A
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
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