ladybird/Libraries
Linus Groh 5122f98198 Base+LibJS+LibWeb: Make prettier clean
Also use "// prettier-ignore" comments where necessary rather than
excluding whole files (via .prettierignore).
2020-12-27 21:25:27 +01:00
..
LibAudio Everywhere: Tweak "2020-2020" => "2020" in copyright headers 2020-12-25 12:24:05 +01:00
LibC Kernel: Remove the per-process icon_id and sys$set_process_icon() 2020-12-27 01:16:56 +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
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 LibDesktop: Remove icons from Desktop::Launcher::Details 2020-12-26 01:09:13 +01:00
LibDiff LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +01:00
LibELF Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
LibGemini LibTLS: Even more ByteBuffer -> Span conversion 2020-12-19 18:29:13 +01:00
LibGfx LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +01:00
LibGUI LibGUI: Select the edited text by default in StringModelEditingDelegate 2020-12-27 19:08:19 +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 Base+LibJS+LibWeb: Make prettier clean 2020-12-27 21:25:27 +01:00
LibKeyboard
LibLine Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
LibM
LibMarkdown
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
LibTar
LibTextCodec
LibThread
LibTLS LibTLS: Fix TLS breakage after ByteBuffer => Span conversion 2020-12-26 16:09:02 +01:00
LibUnwind
LibVT LibC: Fix some incorrect printf usages 2020-12-26 10:05:50 +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