.. |
LibAudio
|
AK: Rename KB, MB, GB to KiB, MiB, GiB
|
2020-08-16 16:33:28 +02:00 |
LibC
|
AK+LibC+Kernel: Move the implementation of memmem to AK
|
2020-08-21 16:00:42 +02:00 |
LibChess
|
LibChess: Shrink Chess::Piece from 8 bytes to 1 byte
|
2020-08-21 13:46:07 +02:00 |
LibCompress
|
LibCompress: Turn the DEFLATE implementation into a stream.
|
2020-08-20 16:28:31 +02:00 |
LibCore
|
LibCore: Add File::{stdin, stdout, stderr}()
|
2020-08-21 12:26:30 +02:00 |
LibCrypt
|
|
|
LibCrypto
|
LibCrypto: Don't include <Libraries/...>
|
2020-08-17 18:05:35 +02:00 |
LibDebug
|
LibDebug: Don't include <Libraries/...>
|
2020-08-17 18:05:35 +02:00 |
LibDesktop
|
|
|
LibELF
|
LibELF: Ignore PT_GNU_STACK headers
|
2020-08-20 10:12:45 +02:00 |
LibGemini
|
AK: Rename KB, MB, GB to KiB, MiB, GiB
|
2020-08-16 16:33:28 +02:00 |
LibGfx
|
LibGfx: Support loading GIF local color maps if present :^)
|
2020-08-20 19:42:06 +02:00 |
LibGUI
|
LibGUI: Use StringBuilder::join() in Shortcut::to_string()
|
2020-08-19 21:17:02 +02:00 |
LibHTTP
|
LibHTTP: Fix processing terminating chunk
|
2020-08-19 15:28:31 +02:00 |
LibImageDecoderClient
|
|
|
LibIPC
|
|
|
LibJS
|
LibJS: Implement Date.prototype.toISOString()
|
2020-08-21 12:11:48 +02:00 |
LibKeyboard
|
|
|
LibLine
|
LibLine: Initialize the search editor when entering search
|
2020-08-20 09:34:55 +02:00 |
LibM
|
LibM: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
LibMarkdown
|
|
|
LibPCIDB
|
LibPCIDB: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
LibProtocol
|
|
|
LibPthread
|
AK: Rename KB, MB, GB to KiB, MiB, GiB
|
2020-08-16 16:33:28 +02:00 |
LibTextCodec
|
LibTextCodec: Mark compilation-unit-only functions as static
|
2020-08-12 20:40:59 +02:00 |
LibThread
|
LibThread: Uninitialized member variable in Thread, found by Coverity
|
2020-08-17 09:17:57 +02:00 |
LibTLS
|
AK: Rename span() to bytes() when appropriate.
|
2020-08-15 21:21:18 +02:00 |
LibUnwind
|
|
|
LibVT
|
WindowServer+LibVT: Convert some dbgprintf() to dbg()
|
2020-08-18 17:19:52 +02:00 |
LibWeb
|
LibWeb: Use GenericLexer in WrapperGenerator
|
2020-08-21 16:01:48 +02:00 |
LibX86
|
LibX86: Remove some allocations from Instruction::to_string
|
2020-08-16 19:38:55 +02:00 |
CMakeLists.txt
|
Chess: Refactor game logic into LibChess for use in engines
|
2020-08-21 12:26:30 +02:00 |