serenity/Userland/Libraries
Andreas Kling f33edd33cc LibGfx: Small improvements to fill_rect_with_checkerboard()
- Clamp the checkerboard scanline prologue length to the total width
  of the (clipped) rect we're filling.

- Use fast_u32_fill() for the prologue and epilogue as well.
2021-07-07 13:01:20 +02:00
..
LibArchive
LibAudio LibAudio: Add ClientConnection::async_enqueue() 2021-07-05 19:33:55 +02:00
LibC Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl 2021-07-07 10:44:20 +02:00
LibCards
LibChess
LibCompress
LibCore LibCore: Add method to leak fd from File 2021-07-04 11:44:47 +04:30
LibCoreDump LibCoreDump: Change Backtrace debug info cache to member variable 2021-06-30 15:15:15 +02:00
LibCpp LibCpp: Add Parser::tokens_in_range(start, end) 2021-07-04 17:50:33 +02:00
LibCrypt
LibCrypto LibCrypto: Replace incorrect operator in SignedBigInteger::bitwise_and 2021-07-01 11:37:16 +02:00
LibDebug AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
LibDesktop
LibDiff
LibDl Toolchain+Userland: Enable TLS for x86_64 2021-07-04 01:07:28 +02:00
LibELF LibELF: Fix loading libs with a .text segment that's not page-aligned 2021-07-07 11:53:17 +02:00
LibGemini AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
LibGfx LibGfx: Small improvements to fill_rect_with_checkerboard() 2021-07-07 13:01:20 +02:00
LibGL
LibGUI LibGUI: Make Widget ignore paint events that don't intersect it 2021-07-07 13:01:20 +02:00
LibHTTP LibHTTP: Finish the request up on TLS connection finish 2021-06-30 01:23:25 +04:30
LibImageDecoderClient
LibIMAP
LibIPC AK+LibIPC: Make all enums codable 2021-07-04 13:48:20 +04:30
LibJS LibJS: Stop using a native property for Array lengths 2021-07-07 10:14:44 +01:00
LibKeyboard LibKeyboard: Remove an unnecessary #include when building with KERNEL 2021-06-30 11:30:28 +02:00
LibLine AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
LibM LibM: Use assembly for all atan versions 2021-07-06 00:16:45 +02:00
LibMarkdown
LibPCIDB
LibPDF
LibProtocol
LibPthread LibPthread: Fix some assertions 2021-07-06 17:25:34 +02:00
LibRegex LibRegex: Allow dollar signs in ECMA262 named capture groups 2021-07-06 22:33:17 +01:00
LibSanitizer LibSantizer: Read $UBSAN_OPTIONS to set deadliness on first print 2021-06-29 07:17:34 +04:30
LibSQL
LibSymbolication
LibSyntax
LibSystem
LibTest LibTest: Clear core dump flag for CrashTest child processes 2021-07-06 17:22:45 +02:00
LibTextCodec
LibThreading LibThread: Fix formatting that was broken by the previous commit 2021-07-06 00:14:19 +02:00
LibTLS LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N) 2021-06-29 16:55:54 +01:00
LibTTF LibTTF: Memory map TTF fonts instead of reading them into heap memory 2021-07-04 21:34:26 +02:00
LibUSBDB
LibVideo LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
LibVT AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
LibWasm LibWasm: Don't create useless temporary strings for trap reasons 2021-07-06 17:55:00 +04:30
LibWeb LibJS: Remove the non-standard put helper and replace it's usages 2021-07-06 14:20:30 +01:00
LibWebSocket
LibX86 Debugger: Compile on x86_64 2021-06-30 19:05:51 +02:00
CMakeLists.txt