.. |
LibAccelGfx
|
980b61470c
LibAccelGfx+LibWeb+WebContent: Handle OpenGL Context init errors
|
1 年之前 |
LibArchive
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibAudio
|
901baf31ff
LibAudio/Wav: Remove unused methods
|
1 年之前 |
LibC
|
4409b33145
AK: Make IndexSequence use size_t
|
1 年之前 |
LibCMake
|
ba4db899d4
LibSyntax+Userland: Make LibSyntax not depend on LibGUI
|
1 年之前 |
LibCards
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibChess
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibCodeComprehension
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibCompress
|
a3d48319fe
LibCompress/Deflate: Remove three useless FIXMEs
|
1 年之前 |
LibConfig
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibCore
|
4a7236cabf
Everywhere: Prefer `_string` when constructing strings from literals
|
1 年之前 |
LibCoredump
|
fd316728a0
Everywhere: Remove references to UserspaceEmulator
|
1 年之前 |
LibCpp
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibCrypt
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibCrypto
|
05ee5ffa36
LibCrypto: Add support for the POSIX cksum algorithm
|
1 年之前 |
LibDNS
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibDSP
|
3e43d15440
Everywhere: Prefer `VERIFY` over `assert()`
|
1 年之前 |
LibDebug
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibDesktop
|
6ab315ae69
LibDesktop: Add menu_name() to AppFile
|
1 年之前 |
LibDeviceTree
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibDiff
|
eada4f2ee8
AK: Remove ByteString from GenericLexer
|
1 年之前 |
LibEDID
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibELF
|
982799f7a0
LibC+LibELF: Pass information from linker via magic lookup
|
1 年之前 |
LibFileSystem
|
8d80841e9c
LibFileSystem+Everywhere: Return ByteString from read_link()
|
1 年之前 |
LibFileSystemAccessClient
|
44ca55aaf8
LibFileSystemAccessClient+Userland: Return file paths as ByteStrings
|
1 年之前 |
LibGL
|
2a749525e0
LibGL: Add API stubs
|
1 年之前 |
LibGLSL
|
d160ff2f8d
LibGLSL: Add tests for GLSL parser
|
1 年之前 |
LibGPU
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibGUI
|
5a8e82e6ea
Base: Create user default Music and Pictures directories
|
1 年之前 |
LibGemini
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibGfx
|
15d151ee66
LibGfx/ICO: Remove unused parameter
|
1 年之前 |
LibHTTP
|
a2f7849238
LibHTTP: Ensure the ending \r\n is present before trying to read a line
|
1 年之前 |
LibIDL
|
56c5ffe398
LibFileSystem+Userland: Return ByteString from real_path()
|
1 年之前 |
LibIMAP
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibIPC
|
34160743dc
LibIPC: Avoid redundant copy of every tranferred IPC message
|
1 年之前 |
LibImageDecoderClient
|
e56eb11dee
ImageDecoder: Add plumbing to allow a client to request an ideal size
|
1 年之前 |
LibJIT
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibJS
|
3c9c134d71
LibWeb: Implement KeyframeEffect::{get,set}_keyframes
|
1 年之前 |
LibKeyboard
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibLine
|
7833dc0f5a
LibLine: Add internal functions to search character forwards & backwards
|
1 年之前 |
LibLocale
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibMain
|
7834e26ddb
Everywhere: Explicitly link all binaries against the LibC target
|
2 年之前 |
LibManual
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibMarkdown
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibPCIDB
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibPDF
|
eb4632e08a
LibPDF: Give CFF built-in encoding and charset arrays an underlying type
|
1 年之前 |
LibPartition
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 年之前 |
LibProtocol
|
25eb903a8f
LibProtocol: Don't assume request creation will succeed across IPC
|
1 年之前 |
LibRIFF
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibRegex
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibSQL
|
30fae8fa1d
LibSQL: Allow constructing SQL values from a String
|
1 年之前 |
LibSanitizer
|
f0973db6dd
LibSanitizer: Add `_abort` variants of UBSan handlers
|
1 年之前 |
LibSoftGPU
|
403d3bbdaf
LibSoftGPU: Optimize `GPU::Vertex` lists
|
1 年之前 |
LibSymbolication
|
b5f1a48a7c
AK+Everywhere: Remove JsonValue APIs with implicit default values
|
1 年之前 |
LibSyntax
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibSystem
|
5dfe2eb389
Everywhere: Resolve conflicts with LibC and libc++
|
2 年之前 |
LibTLS
|
080aa567a5
RequestServer+LibTLS: Allow applications to specify multiple root certs
|
1 年之前 |
LibTest
|
56c5ffe398
LibFileSystem+Userland: Return ByteString from real_path()
|
1 年之前 |
LibTextCodec
|
3c039903fb
LibTextCodec+AK: Don't validate UTF-8 strings twice
|
1 年之前 |
LibThreading
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibTimeZone
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibUSBDB
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibUnicode
|
aa0a6d58b2
Userland: Remove LibCore dependency from libraries that do not use it
|
1 年之前 |
LibVT
|
ff33f00d16
LibVT: Ability to generate each of the 32 ASCII control characters
|
1 年之前 |
LibVideo
|
284f14d046
LibVideo: Replace DeprecatedFlyString with FlyString
|
1 年之前 |
LibVirtGPU
|
edcb6176ce
LibGL+Lib*GPU: Set model view and projection matrices separately
|
1 年之前 |
LibWasm
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
LibWeb
|
0ecbdc4627
LibWeb: Add support for form submission method 'dialog'
|
1 年之前 |
LibWebSocket
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibWebView
|
36cd2fb7c5
Ladybird+WebContent: Update IPC calls to handle multiple traversables
|
1 年之前 |
LibX86
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
LibXML
|
dee4978d67
JSSpecCompiler+LibXML: Store location for tokens
|
1 年之前 |
CMakeLists.txt
|
d125d16287
LibAudio+LibRIFF: Move general RIFF handling to LibRIFF
|
1 年之前 |