ladybird/Libraries
Andreas Kling cd9ad6a05e LibGUI: Tweak AbstractButton and subclass constructors
Taking a "const StringView&" for the initial text does not achieve
anything useful. Just take a "String" and move it into storage.
2020-12-28 15:53:10 +01:00
..
LibAudio Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
LibC LibC: Add fseeko/ftello 2020-12-27 23:05:14 +01:00
LibChess Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
LibCompress
LibCore LibCore: Add Object::remove_all_children() 2020-12-27 18:36:43 +01:00
LibCoreDump LibCoreDump: Add library for parsing coredump files 2020-12-14 23:05:53 +01:00
LibCpp
LibCrypt
LibCrypto LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap() 2020-12-19 18:29:13 +01:00
LibDebug LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
LibDesktop Everywhere: Move AppFile from LibGUI to LibDesktop 2020-12-28 01:28:07 +01:00
LibDiff LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +01:00
LibELF LibELF: Reject ELF with program header p_filesz larger than p_memsz 2020-12-27 23:27:07 +01:00
LibGemini LibTLS: Even more ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00
LibGfx LibGfx: fix OOB access in LZW decoder on bad input 2020-12-28 15:12:29 +01:00
LibGUI LibGUI: Tweak AbstractButton and subclass constructors 2020-12-28 15:53:10 +01:00
LibHTTP Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
LibImageDecoderClient
LibIPC Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
LibJS LibJS: Implement Object.prototype.isPrototypeOf 2020-12-28 13:10:07 +01:00
LibKeyboard Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
LibLine Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
LibM Loader: Stabilize loader & Use shared libraries everywhere :^) 2020-12-14 23:05:53 +01:00
LibMarkdown LibMarkdown: Reduce debug spam from invalid characters in table headings 2020-11-30 11:35:45 +01:00
LibPCIDB
LibProtocol LibProtocol: Remove use of ByteBuffer::wrap() in protocol API 2020-12-19 13:09:02 +01:00
LibPthread Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
LibRegex LibRegex: Fail early if eof seen after '(?' 2020-12-28 13:09:22 +01:00
LibTar
LibTextCodec LibTextCodec: Add Latin2 text decoder (#4579) 2020-12-27 22:44:38 +01:00
LibThread LibThread: Add API to join a thread 2020-11-24 21:36:28 +01:00
LibTLS LibTLS: Fix TLS breakage after ByteBuffer => Span conversion 2020-12-26 16:09:02 +01:00
LibUnwind
LibVT LibVT: Implement find and scroll helper methods in TerminalWidget 2020-12-28 11:40:35 +01:00
LibWeb Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
LibX86 LibELF: Remove ELF::Loader and move everyone to ELF::Image 2020-12-25 02:14:56 +01:00
CMakeLists.txt LibCoreDump: Add library for parsing coredump files 2020-12-14 23:05:53 +01:00