summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-12LibWebView+Ladybird: Move page loading to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move get source request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move zoom logic to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Begin de-duplicate WebView implementationsLinus Groh
2023-01-12LibWeb: Don't mark layout tree as selected when selection is zero-lengthAndreas Kling
2023-01-12LibWeb: Remove now-unused LayoutRange and LayoutPosition classes :^)Andreas Kling
2023-01-12LibWeb: Use DOM Selection instead of ad-hoc layout tree selectionAndreas Kling
2023-01-12LibWeb: Implement BrowsingContext::select_all() in terms of SelectionAndreas Kling
2023-01-12LibWeb: Implement BrowsingContext::selected_text() in terms of SelectionAndreas Kling
2023-01-12LibWeb: Add convenient Selection::range() accessorAndreas Kling
2023-01-12Browser: Implement zoom :^)Linus Groh
2023-01-12LibAudio: Don't assume that a non-full span means EOFTim Schumacher
2023-01-12LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::StreamKarol Kosek
2023-01-12LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_fileKarol Kosek
2023-01-12LibGfx: Provide accessors to instruction data to OpenType::FontMacDue
2023-01-12LibGfx: Parse the TTF fpgm and prep tablesMacDue
2023-01-12LibGfx: Add OpenType opcodes and helpers to parse instruction streamsMacDue
2023-01-12Userland: Replace remaining Core::Timer::construct()s with try_create()Sam Atkins
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
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