Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Liav A
|
50429d3b22
LibC+Kernel: Move GPU-related API methods to a LibC header file
|
1 年之前 |
Liav A
|
7c0540a229
Everywhere: Move global Kernel pattern code to Kernel/Library directory
|
2 年之前 |
Emily Trau
|
332bb8a299
LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFF
|
2 年之前 |
Liav A
|
56b799c556
LibEDID: Return proper errno codes for kernel code
|
2 年之前 |
Timothy Flynn
|
4a916cd379
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2 年之前 |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 年之前 |
Andrew Kaster
|
7ab37ee22c
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
|
2 年之前 |
ericLemanissier
|
55405105a8
LibEDID: Propagate errors using TRY
|
2 年之前 |
Moustafa Raafat
|
ae2abcebbb
Everywhere: Use C++ concepts instead of requires clauses
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Linus Groh
|
d26aabff04
Everywhere: Run clang-format
|
2 年之前 |
Nico Weber
|
2af028132a
AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places
|
2 年之前 |
Liav A
|
50ed50752f
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
|
2 年之前 |
Tim Schumacher
|
8763dbcccc
Everywhere: Remove a bunch of dead write-only variables
|
2 年之前 |
Liav A
|
1968aba69b
Kernel+Userland: Rename FB.h => Graphics.h
|
3 年之前 |
Liav A
|
b5e5b299c4
Userland: Remove stale remainders of old framebuffer devices
|
3 年之前 |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 年之前 |
sin-ack
|
c70f45ff44
Everywhere: Explicitly specify the size in StringView constructors
|
3 年之前 |
Liav A
|
1a641f9af7
LibEDID: Return "Unknown" string if failed to determine the manufacturer
|
3 年之前 |
Liav A
|
aad968cc5e
Everywhere: Rename fb prefix function names => graphics_connector
|
3 年之前 |
Liav A
|
10adc27eda
Everywhere: Rename FB prefix structure names => Graphics
|
3 年之前 |
Liav A
|
3a3700f95e
LibEDID: Export common structures into a header file
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Liav A
|
df5fa20bee
LibEDID: Fix DetailedTiming::pixel_clock_khz result
|
3 年之前 |
Idan Horowitz
|
7923b3b884
LibEDID: Exclude display_product_{name, serial_number} from the Kernel
|
3 年之前 |
Idan Horowitz
|
13f5d1c037
LibEDID: Store manufacturer id instead of allocating on each call
|
3 年之前 |
Idan Horowitz
|
4a15ed6164
LibEDID: Store EDID version instead of allocating on each getter call
|
3 年之前 |
Timothy Flynn
|
99c8dadcec
LibEDID: Use correct paths for LibEDID generated files
|
3 年之前 |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 年之前 |