summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-20LibJS: Basic implementation of most of Date's constructor argumentsNico Weber
2020-08-20LibCore: Comment that DateTime is in local time.Nico Weber
2020-08-20LibGfx: Support loading GIF local color maps if present :^)Andreas Kling
2020-08-20LibGfx: Initialize some uninitialized things in GIFLoaderAndreas Kling
2020-08-20LibWeb: Crash instead of spinning if parse_drawto fails to matchLuke
2020-08-20LibCompress: Turn the DEFLATE implementation into a stream.asynts
2020-08-20LibELF: Ignore PT_GNU_STACK headersAndreas Kling
2020-08-20LibLine: Initialize the search editor when entering searchAnotherTest
2020-08-19LibGUI: Use StringBuilder::join() in Shortcut::to_string()Andreas Kling
2020-08-19LibHTTP: Fix processing terminating chunkTom
2020-08-19LibGfx: Small improvement for DisjointRectSet::shatterTom
2020-08-18WindowServer+LibVT: Convert some dbgprintf() to dbg()Sergey Bugaev
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-18LibLine: Make actual_rendered_string_metrics() staticAnotherTest
2020-08-18LibLine: Setup the keybindings after initialisationAnotherTest
2020-08-18LibGfx: Add convenience helpers for RectTom
2020-08-18LibGfx: Add convenience method Point::constrainedTom
2020-08-18LibGfx: Add a few convenience methods to DisjointRectSetTom
2020-08-18LibLine: Allow the user to override (or add) keybinds in the config fileAnotherTest
2020-08-18LibLine: Make (almost) all key actions configurableAnotherTest
2020-08-18LibLine: Read configuration from a config fileAnotherTest
2020-08-18LibCore: Add ConfigFile::get_for_lib()AnotherTest
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp"Luke
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-08-17LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to DateNico Weber
2020-08-17LibJS: Implement basic functionality of Array.from()Nico Weber
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17LibDebug: Don't include <Libraries/...>Andreas Kling
2020-08-17LibCrypto: Don't include <Libraries/...>Andreas Kling
2020-08-17LibGUI: Add WidgetClassRegistration to Forward.hAndreas Kling
2020-08-17FileManager: Apply wallpaper on startupLuke
2020-08-17LibLine: Add a getter for num_lines/num_colsAnotherTest
2020-08-17LibWeb: Change cursor to IBeam when hovering textAnicJov
2020-08-17malloc: Keep some stats and dump them at process exit if LIBC_DUMP_MALLOC_STA...Nico Weber
2020-08-17LibCore: Fix unitialized struct member in to_address_in, found by CoverityBrian Gianforcaro
2020-08-17LibC: Missing varargs cleanup in ioctlBrian Gianforcaro
2020-08-17LibC: Missing varargs cleanup in fcntlBrian Gianforcaro
2020-08-17LibLine: Uninitialized members in Editor, found by CoverityBrian Gianforcaro
2020-08-17LibThread: Uninitialized member variable in Thread, found by CoverityBrian Gianforcaro
2020-08-17LibWeb: Remove unused member in LayoutNodeWithStyle, found by CoverityBrian Gianforcaro
2020-08-17LibELF: Fix uninitialized member variable in DynamicLoader, found by CoverityBrian Gianforcaro
2020-08-17LibCompress: Fix uninitialized member variable in Zlib, found by CoverityBrian Gianforcaro
2020-08-17malloc: Remove unused Bitmap.h includeNico Weber
2020-08-17malloc: Fix build with RECYCLE_BIG_ALLOCATIONS not definedNico Weber