.. |
LibArchive
|
26ba195cf6
LibArchive: Read Tar archive headers through `read_value`
|
2 лет назад |
LibAudio
|
7035a19645
LibAudio: Wait for enqueuer thread to start before poking its event loop
|
2 лет назад |
LibC
|
36a26d7fa8
Userland: Fix wrong signature of `dladdr`
|
2 лет назад |
LibCMake
|
406a7ea577
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
|
2 лет назад |
LibCards
|
1d6f2e5608
Base+LibCards: Move card backs from /icons/ to /graphics/
|
2 лет назад |
LibChess
|
449911c286
Chess: Slightly improve error propagation during startup
|
2 лет назад |
LibCodeComprehension
|
ac435f914c
LibCpp: Support for parsing c-style fixed arrays (arr[2])
|
2 лет назад |
LibCompress
|
dffef6bb71
LibCompress: Remove special casing for looping DEFLATE seekbacks
|
2 лет назад |
LibConfig
|
16c47ccff6
LibCore: Big first step towards pluggable Core::EventLoop
|
2 лет назад |
LibCore
|
4ebc7306da
LibCore: Implement integral ArgsParser positionals through a template
|
2 лет назад |
LibCoredump
|
ff2fa72e28
LibCoredump+CrashReporter: Make CrashReporter work on AArch64
|
2 лет назад |
LibCpp
|
ac435f914c
LibCpp: Support for parsing c-style fixed arrays (arr[2])
|
2 лет назад |
LibCrypt
|
cda4034b46
LibCrypt: Start installing headers again
|
2 лет назад |
LibCrypto
|
ac5cef1b66
LibCrypto+LibTLS: Avoid crashing on invalid input
|
2 лет назад |
LibDNS
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 лет назад |
LibDSP
|
0ab19dc4cd
Piano: Allow per-track controls (again)
|
2 лет назад |
LibDebug
|
ed13b7beb6
LibDebug: Support DW_FORM_ref_udata
|
2 лет назад |
LibDesktop
|
689ca370d4
Everywhere: Remove NonnullRefPtr.h includes
|
2 лет назад |
LibDeviceTree
|
560133a0c6
Everywhere: Remove unused DeprecatedString includes
|
2 лет назад |
LibDiff
|
697d6ffb1d
LibDiff: Make Diff::generate_only_additions take text as StringView
|
2 лет назад |
LibEDID
|
332bb8a299
LibEDID: Fix compiler error when ENABLE_PNP_IDS_DOWNLOAD=OFF
|
2 лет назад |
LibELF
|
36a26d7fa8
Userland: Fix wrong signature of `dladdr`
|
2 лет назад |
LibFileSystem
|
a8cd6c396b
LibFileSystem: Fix leak in `read_path`
|
2 лет назад |
LibFileSystemAccessClient
|
5a4c61838f
FileSystemAccessServer: Use `ECANCELED` instead of -1
|
2 лет назад |
LibGL
|
ea2f88a483
LibGL: Implement support for the `GL_RGB5_A1` internal image format
|
2 лет назад |
LibGLSL
|
09d40bfbb2
Everywhere: Use _{short_,}string to create Strings from literals
|
2 лет назад |
LibGPU
|
a8cb70c0c4
LibGPU: Remove DeprecatedString usage
|
2 лет назад |
LibGUI
|
07c6cebbab
Applets/ClipboardHistory: Add persistent storage
|
2 лет назад |
LibGemini
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 лет назад |
LibGfx
|
844e374de1
LibGfx/JPEG: Fix faded 4-channels images
|
2 лет назад |
LibHTTP
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 лет назад |
LibIDL
|
c048cf2004
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
|
2 лет назад |
LibIMAP
|
ae51c1821c
Everywhere: Remove unintentional partial stream reads and writes
|
2 лет назад |
LibIPC
|
16c47ccff6
LibCore: Big first step towards pluggable Core::EventLoop
|
2 лет назад |
LibImageDecoderClient
|
eb4a69c377
LibImageDecoderClient: Fix minor const-correctness issue
|
2 лет назад |
LibJS
|
7f70676123
LibJS: Revert to original text in spec
|
2 лет назад |
LibKeyboard
|
d43a7eae54
LibCore: Rename `File` to `DeprecatedFile`
|
2 лет назад |
LibLine
|
3de8dd921e
Userland: Remove serialize-to-JSON functions only used for Inspector
|
2 лет назад |
LibLocale
|
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
|
2 лет назад |
LibMain
|
7834e26ddb
Everywhere: Explicitly link all binaries against the LibC target
|
2 лет назад |
LibManual
|
c09d0c4816
LibManual: Allow querying on a help URL
|
2 лет назад |
LibMarkdown
|
cf52542fcf
LibMarkdown+LibSyntax: Add a Markdown syntax highlighter
|
2 лет назад |
LibPCIDB
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
LibPDF
|
f56b897622
Everywhere: Fix a few typos
|
2 лет назад |
LibPartition
|
456f12c5c8
LibPartition: Make Kernel parts const-correct re: StorageDevice&
|
2 лет назад |
LibProtocol
|
411d36719e
LibCore: Simplify Core::Notifier by only allowing one event type
|
2 лет назад |
LibRegex
|
eba466b8e7
LibRegex: Avoid calling GenericLexer::consume() past EOF
|
2 лет назад |
LibSQL
|
715f4a8d7e
LibSQL: Remove unused IODevice include
|
2 лет назад |
LibSanitizer
|
678db534ff
LibC: Properly implement stack protectors
|
2 лет назад |
LibSoftGPU
|
62285e0569
LibSoftGPU: Use multiplication instead of division for linear fog
|
2 лет назад |
LibSymbolication
|
309a15e2aa
LibSymbolication: Use `Core::File` instead of `Core::DeprecatedFile`
|
2 лет назад |
LibSyntax
|
cf52542fcf
LibMarkdown+LibSyntax: Add a Markdown syntax highlighter
|
2 лет назад |
LibSystem
|
5120b39d0e
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
|
3 лет назад |
LibTLS
|
ac5cef1b66
LibCrypto+LibTLS: Avoid crashing on invalid input
|
2 лет назад |
LibTest
|
5fc11a316f
LibTest: Add a EXPECT_APPROXIMATE_WITH_ERROR macro with custom error
|
2 лет назад |
LibTextCodec
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 лет назад |
LibThreading
|
ba5bf412e5
LibThreading: Create WorkerThread class run a single task concurrently
|
2 лет назад |
LibTimeZone
|
454ecf24ea
AK+LibTimeZone: Add debug only formatter for Optional
|
2 лет назад |
LibUSBDB
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
LibUnicode
|
1393ed2000
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
|
2 лет назад |
LibVT
|
411d36719e
LibCore: Simplify Core::Notifier by only allowing one event type
|
2 лет назад |
LibVideo
|
ee47c0275e
Everywhere: Run spellcheck on all documentation
|
2 лет назад |
LibVirtGPU
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 лет назад |
LibWasm
|
7e6341587b
AK+Everywhere: Disallow Error::from_string_view(FooString)
|
2 лет назад |
LibWeb
|
eda2a2f5da
AK: Remove `must_set()` from `JsonArray`
|
2 лет назад |
LibWebSocket
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 лет назад |
LibWebView
|
c719a542c5
LibWeb: Add `--layout-test-mode` flag to HeadlessBrowser
|
2 лет назад |
LibX86
|
e1ee8f89f2
LibX86: Remove i686 support
|
2 лет назад |
LibXML
|
87e95ceb69
LibXML: Notify the listener about the root node as well
|
2 лет назад |
CMakeLists.txt
|
edab0cbf41
LibFileSystem: Create `LibFileSystem`
|
2 лет назад |