ladybird/Userland/Libraries
2021-02-16 20:08:32 +01:00
..
LibAudio
LibC LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long}) 2021-02-16 10:38:52 +01:00
LibChess
LibCompress
LibCore LibCore: Expose UDPServer::fd() and make the constructor protected 2021-02-15 09:14:42 +01:00
LibCoreDump
LibCpp LibCpp: Fix lexing & parsing of non-terminated strings 2021-02-13 19:50:09 +01:00
LibCrypt
LibCrypto LibCrypto: Don't copy the prime test candidates 2021-02-14 13:30:10 +01:00
LibDebug Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibDesktop
LibDiff
LibELF LibELF: Unmap and close the main executable after dynamic load 2021-02-13 13:46:20 +01:00
LibGemini
LibGfx LibGfx: Oops, fix misaligned window buttons for WindowType::Normal 2021-02-16 16:57:45 +01:00
LibGUI LibGUI: Make Model::data_matches() take Variant by const-reference 2021-02-16 20:08:32 +01:00
LibHTTP Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibImageDecoderClient
LibIPC Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
LibJS LibJS: Use fabs() instead of abs() in JS::Value 2021-02-15 13:58:24 +01:00
LibKeyboard
LibLine
LibM
LibMarkdown Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibPCIDB
LibProtocol
LibPthread LibC+LibPthread: Permit partial pthread_atfork 2021-02-15 22:09:01 +01:00
LibRegex Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
LibSymbolClient
LibSyntax LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
LibSystem
LibTar
LibTextCodec LibTextCodec: Add a simple UTF-16BE decoder 2021-02-16 17:31:22 +01:00
LibThread
LibTLS LibCrypto: Make a better ASN.1 parser 2021-02-14 13:30:10 +01:00
LibTTF LibTTF: Interpret font names from Windows platform as UTF-16BE 2021-02-16 17:32:42 +01:00
LibVT LibVT: Clean up TerminalWidget a bit, removing unused cruft 2021-02-15 19:58:47 +01:00
LibWeb LibWeb: Use the correct DOM node when moving text cursor with mouse 2021-02-15 23:25:29 +01:00
LibX86
CMakeLists.txt