serenity/Libraries
Andreas Kling 6e27efe6c6 LibWeb: Add PageView::load_html() for loading HTML directly
When you're using Web::PageView as a GUI widget, you'll often just have
a chunk of HTML you want to show. So let's have an API for that.
2020-06-21 21:54:30 +02:00
..
LibAudio WavLoader: Search for DATA marker by reading single bytes 2020-06-18 23:13:48 +02:00
LibC LibC: In posix_spawn(), use _exit instead of exit on child error 2020-06-20 14:43:27 +02:00
LibCore LibCore: Add API for taking over an accepted socket from SystemServer 2020-06-21 21:54:30 +02:00
LibCrypto LibCrypto: Add bitwise operations (and/or/xor) 2020-06-07 19:29:40 +02:00
LibDebug
LibDesktop LibIPC+Services: Support URL as a native IPC type 2020-06-07 22:55:33 +02:00
LibELF
LibGemini AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
LibGfx LibGfx: Prefer the largest image in the file when loading an ICO 2020-06-21 17:41:52 +02:00
LibGUI LibGUI: Bug fix on GUI::Image when image is nullptr 2020-06-21 16:42:46 +02:00
LibHTTP AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
LibIPC LibIPC: Add setters for overriding the client/server PID if needed 2020-06-21 21:54:30 +02:00
LibJS LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
LibKeyboard LibKeyboard: Replace char data type to u32 for code point 2020-06-16 13:15:17 +02:00
LibLine AK: Make string-to-number conversion helpers return Optional 2020-06-12 21:28:55 +02:00
LibM LibM: Add exp2() and exp2f() 2020-06-04 15:45:11 +02:00
LibMarkdown
LibPCIDB
LibProtocol ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
LibPthread
LibTextCodec
LibThread
LibTLS LibTLS: Simplify record padding logic and ASSERT more assumptions 2020-06-04 15:58:04 +02:00
LibUnwind
LibVT LibVT: Replace u8 type to u32 for code point 2020-06-16 13:15:17 +02:00
LibWeb LibWeb: Add PageView::load_html() for loading HTML directly 2020-06-21 21:54:30 +02:00
LibX86
CMakeLists.txt