.. |
LibAudio
|
LibIPC: Stop sending client ID to clients
|
2021-02-01 11:32:00 +01:00 |
LibC
|
LibC: Teach scanf how to read "%lu" and "%llu" (unsigned long{, long})
|
2021-02-16 10:38:52 +01:00 |
LibChess
|
Everywhere: Hook up remaining debug macros to Debug.h.
|
2021-01-25 09:47:36 +01:00 |
LibCompress
|
Everywhere: Fix typos
|
2021-01-22 18:41:29 +01:00 |
LibCore
|
LibCore: Expose UDPServer::fd() and make the constructor protected
|
2021-02-15 09:14:42 +01:00 |
LibCoreDump
|
LibCoreDump: Expose arguments and environment
|
2021-01-15 23:26:47 +01:00 |
LibCpp
|
LibCpp: Fix lexing & parsing of non-terminated strings
|
2021-02-13 19:50:09 +01:00 |
LibCrypt
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
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
|
LibIPC: Stop sending client ID to clients
|
2021-02-01 11:32:00 +01:00 |
LibDiff
|
Everywhere: Debug macros instead of constexpr.
|
2021-01-25 09:47:36 +01:00 |
LibELF
|
LibELF: Unmap and close the main executable after dynamic load
|
2021-02-13 13:46:20 +01:00 |
LibGemini
|
Everywhere: Hook up remaining debug macros to Debug.h.
|
2021-01-25 09:47:36 +01:00 |
LibGfx
|
LibGfx: Remove debug spam from FontDatabase lookups
|
2021-02-16 13:12:41 +01:00 |
LibGUI
|
WindowServer: Add support for alpha channel based hit testing
|
2021-02-15 23:07:49 +01:00 |
LibHTTP
|
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
2021-02-08 18:08:55 +01:00 |
LibImageDecoderClient
|
LibIPC: Stop sending client ID to clients
|
2021-02-01 11:32:00 +01:00 |
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
|
Userland: Add LibSystem and funnel all syscalls through it
|
2021-02-05 12:23:39 +01:00 |
LibLine
|
LibLine: Place the search editor prompt at the right line after ^L
|
2021-02-07 13:12:56 +01:00 |
LibM
|
LibM: Implement nextafter() and nexttoward()
|
2021-02-05 12:27:23 +01:00 |
LibMarkdown
|
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
2021-02-08 18:08:55 +01:00 |
LibPCIDB
|
LibC+Everywhere: Remove open_with_path_length() in favor of open()
|
2021-01-12 23:34:01 +01:00 |
LibProtocol
|
LibIPC: Stop sending client ID to clients
|
2021-02-01 11:32:00 +01:00 |
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
|
SymbolServer+LibSymbolClient: Just do one symbol per IPC message
|
2021-02-04 23:35:10 +01:00 |
LibSyntax
|
LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference
|
2021-02-11 23:52:39 +01:00 |
LibSystem
|
Userland: Add LibSystem and funnel all syscalls through it
|
2021-02-05 12:23:39 +01:00 |
LibTar
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
LibTextCodec
|
LibTextCodec: Avoid duplicate definition of standard encodings
|
2021-02-01 09:54:32 +01:00 |
LibThread
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
LibTLS
|
LibCrypto: Make a better ASN.1 parser
|
2021-02-14 13:30:10 +01:00 |
LibTTF
|
LibTTF: Address some minor TODOs in the font implementation
|
2021-02-15 08:50:48 +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
|
LibX86: Don't assert just because insn has no immediate bytes
|
2021-02-02 20:13:44 +01:00 |
CMakeLists.txt
|
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
|
2021-02-07 15:15:10 +01:00 |