Age | Commit message (Expand) | Author |
2020-08-21 | LibWeb: Implement <template> parsing | Luke |
2020-08-20 | LibJS: Basic implementation of most of Date's constructor arguments | Nico Weber |
2020-08-20 | LibCore: Comment that DateTime is in local time. | Nico Weber |
2020-08-20 | LibGfx: Support loading GIF local color maps if present :^) | Andreas Kling |
2020-08-20 | LibGfx: Initialize some uninitialized things in GIFLoader | Andreas Kling |
2020-08-20 | LibWeb: Crash instead of spinning if parse_drawto fails to match | Luke |
2020-08-20 | LibCompress: Turn the DEFLATE implementation into a stream. | asynts |
2020-08-20 | LibELF: Ignore PT_GNU_STACK headers | Andreas Kling |
2020-08-20 | LibLine: Initialize the search editor when entering search | AnotherTest |
2020-08-19 | LibGUI: Use StringBuilder::join() in Shortcut::to_string() | Andreas Kling |
2020-08-19 | LibHTTP: Fix processing terminating chunk | Tom |
2020-08-19 | LibGfx: Small improvement for DisjointRectSet::shatter | Tom |
2020-08-18 | WindowServer+LibVT: Convert some dbgprintf() to dbg() | Sergey Bugaev |
2020-08-18 | LibWeb: Implement Element.innerText | Nico Weber |
2020-08-18 | LibWeb: Simplify Node::text_content() | Nico Weber |
2020-08-18 | LibLine: Make actual_rendered_string_metrics() static | AnotherTest |
2020-08-18 | LibLine: Setup the keybindings after initialisation | AnotherTest |
2020-08-18 | LibGfx: Add convenience helpers for Rect | Tom |
2020-08-18 | LibGfx: Add convenience method Point::constrained | Tom |
2020-08-18 | LibGfx: Add a few convenience methods to DisjointRectSet | Tom |
2020-08-18 | LibLine: Allow the user to override (or add) keybinds in the config file | AnotherTest |
2020-08-18 | LibLine: Make (almost) all key actions configurable | AnotherTest |
2020-08-18 | LibLine: Read configuration from a config file | AnotherTest |
2020-08-18 | LibCore: Add ConfigFile::get_for_lib() | AnotherTest |
2020-08-17 | LibWeb: Add more document tests, add comment, text and mixin tests | Luke |
2020-08-17 | LibWeb: Add Comment and DocumentFragment bindings, move querySelector... | Luke |
2020-08-17 | LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp" | Luke |
2020-08-17 | LibGUI: Don't require passing model to FileSystemModel::Node APIs | Andreas Kling |
2020-08-17 | LibWeb: Add Node.textContent | Nico Weber |
2020-08-17 | LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to Date | Nico Weber |
2020-08-17 | LibJS: Implement basic functionality of Array.from() | Nico Weber |
2020-08-17 | LibWeb: Rename WebContentView => OutOfProcessWebView | Andreas Kling |
2020-08-17 | LibWeb: Rename PageView => InProcessWebView | Andreas Kling |
2020-08-17 | LibDebug: Don't include <Libraries/...> | Andreas Kling |
2020-08-17 | LibCrypto: Don't include <Libraries/...> | Andreas Kling |
2020-08-17 | LibGUI: Add WidgetClassRegistration to Forward.h | Andreas Kling |
2020-08-17 | FileManager: Apply wallpaper on startup | Luke |
2020-08-17 | LibLine: Add a getter for num_lines/num_cols | AnotherTest |
2020-08-17 | LibWeb: Change cursor to IBeam when hovering text | AnicJov |
2020-08-17 | malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA... | Nico Weber |
2020-08-17 | LibCore: Fix unitialized struct member in to_address_in, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibC: Missing varargs cleanup in ioctl | Brian Gianforcaro |
2020-08-17 | LibC: Missing varargs cleanup in fcntl | Brian Gianforcaro |
2020-08-17 | LibLine: Uninitialized members in Editor, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibThread: Uninitialized member variable in Thread, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibWeb: Remove unused member in LayoutNodeWithStyle, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibELF: Fix uninitialized member variable in DynamicLoader, found by Coverity | Brian Gianforcaro |
2020-08-17 | LibCompress: Fix uninitialized member variable in Zlib, found by Coverity | Brian Gianforcaro |
2020-08-17 | malloc: Remove unused Bitmap.h include | Nico Weber |
2020-08-17 | malloc: Fix build with RECYCLE_BIG_ALLOCATIONS not defined | Nico Weber |