summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-11LibCore: Add StandardPaths::font_directories()Linus Groh
2023-01-11LibGUI: Update the AboutDialog copyright yearTim Ledbetter
2023-01-11LibWeb: Make Paintable visit its cached containing block pointerAndreas Kling
2023-01-11LibWeb: Make a handful of paintable leaf classes `final`Andreas Kling
2023-01-11LibWeb: Make a handful of layout node leaf classes `final`Andreas Kling
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2023-01-11LibWeb: Remove unused declaration Node::removed_last_ref()Andreas Kling
2023-01-11LibCore: Explain EventLoop and reorder some members in the headerkleines Filmröllchen
2023-01-11LibGUI: Lex INI files as Utf8Sam Atkins
2023-01-11HackStudio: Hide autocomplete popup when switching tabsMatthew Olsson
2023-01-10LibJS: Use a work queue instead of the C++ stack for the GC mark phaseAndreas Kling
2023-01-10Kernel+LibCore: Make %sid path parsing not take agesAndreas Kling
2023-01-10LibWeb: Remove all whitespace from input in decode_forgiving_base64Arda Cinar
2023-01-10AK+LibWeb: Move decode forgiving base64 under Web::Infra namespaceArda Cinar
2023-01-10LibWeb: Generate exposed Window/Worker interfaces as lazy objectsTimothy Flynn
2023-01-10LibWeb: Remove Intrinsics::cached_web_prototypeTimothy Flynn
2023-01-10LibWeb: Convert uses of cached_web_prototype to ensure_web_prototypeTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-10LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocationsTimothy Flynn
2023-01-10LibJS: Update ISODaysInMonth in Calendar.cppBodilessSleeper
2023-01-10LibCompress: Move compressor construction out of `ZlibCompressor()`Tim Schumacher
2023-01-10LibCompress: Switch `DeflateCompressor` to a fallible constructorTim Schumacher
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCompress: Port `GzipCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCore: Add `{Big,Little}EndianOutputBitStream`Tim Schumacher
2023-01-10LibCore: Rename InputBitStream.h to BitStream.hTim Schumacher
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue
2023-01-10LibWeb: Fix y position calculation for blocks with clearanceAliaksandr Kalenik
2023-01-09LibJS: Verify that objects are only initialized onceLinus Groh
2023-01-09LibJS: Make namespace object initialization lazy as wellLinus Groh
2023-01-09LibJS: Use intrinsic namespace objects in set_default_global_bindings()Linus Groh
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09LibUnicode: Move Unicode-aware case transformations to a helper fileTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-09LibPDF: Propagate errors in PDFFont::create()Julian Offenhäuser
2023-01-09LibPDF: Make glyphs from standard 14 fonts show up in Type1FontJulian Offenhäuser
2023-01-09LibPDF: Allow numbers to start with whitespaceJulian Offenhäuser
2023-01-09LibWebView: Port to Core::StreamKarol Kosek
2023-01-09LibUnicode+LibJS: Propagate OOM from Unicode normalizationTimothy Flynn
2023-01-09LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformationsTimothy Flynn
2023-01-09LibJS: Handle OOM errors in String.prototype.replaceAllTimothy Flynn
2023-01-09LibJS: Handle OOM errors in the GetSubstitution AOTimothy Flynn
2023-01-09LibGfx: Implement TrimmedTable mappings for CmapsJulian Offenhäuser
2023-01-09LibGfx: Implement ByteEncoding mappings for CmapsJulian Offenhäuser
2023-01-09LibGfx: Select a valid TTF cmap subtable for the Macintosh platformJulian Offenhäuser