summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-25Ladybird/WebView: Notify LibWeb whenever the viewport is scrolledAndreas Kling
2022-12-25Ladybird/CMake: Install resources and Lagom libraries alongside ladybirdAndrew Kaster
2022-12-25Ladybird/WebView: Search for resources using installed locationAndrew Kaster
2022-12-25Ladybird: Fix some crashes related to keyboard eventsDiego Iastrubni
2022-12-25Ladybird: Implement the Web::Platform::ImageCodecPlugin interfaceAndreas Kling
2022-12-25Ladybird/CMake: Link against LibSoftGPU to fix WebGL with serenity LibGLAndrew Kaster
2022-12-25Ladybird: Update pointer to current tab when the selected tab changesTimothy Flynn
2022-12-25Ladybird: Hook up the dump-cookies debug request to the cookie jarTimothy Flynn
2022-12-25Ladybird: Switch to next/previous tab with Ctrl+PageDown/PageUpAndreas Kling
2022-12-25Ladybird: Focus the location editor when creating a new tabAndreas Kling
2022-12-25Ladybird: Remove some awkward camelCase signal namesAndreas Kling
2022-12-25Ladybird: Hide the hovered URL label on startupAndreas Kling
2022-12-25Ladybird: Show tooltips for <a title> textAndreas Kling
2022-12-25Ladybird: Allow scrolling with arrow keys and PageUp/PageDownAndreas Kling
2022-12-25Ladybird: Remove spacing between toolbar and web viewAndreas Kling
2022-12-25Ladybird: Show hovered link URLs in a conditional UI labelAndreas Kling
2022-12-25Ladybird: Tweak the QTabWidget lookAndreas Kling
2022-12-25Ladybird: Add a FontPlugin and try much harder to find suitable fontsAndreas Kling
2022-12-25Ladybird: Use only the Qt event loop to speed everything up :^)Andreas Kling
2022-12-25Ladybird: Fix build after LibWeb+LibJS GC changesAndreas Kling
2022-12-25Ladybird: Turn initialize_global_object() into a regular initialize()Luke Wilde
2022-12-25Ladybird: Retrieve console object from the realm's intrinsicLuke Wilde
2022-12-25Ladybird: Remove obsolete call to set_associated_realm()Andreas Kling
2022-12-25Ladybird: Fix a few typos in READMEKemal Zebari
2022-12-25Ladybird: Update for LibJS realm changesLuke Wilde
2022-12-25Ladybird: Remove redundant subtraction of scrollbar from viewport rectAndreas Kling
2022-12-25Ladybird: Simplify awkward keyboard mapping codeAndreas Kling
2022-12-25Ladybird: Update for LibJS global object construction changesAndreas Kling
2022-12-25Ladybird: Remove unused PageClient overrideAndreas Kling
2022-12-25Ladybird/Meta: Use reverse domain name notation in property list filesXexxa
2022-12-25Ladybird/Meta: Enable macOS high-dpi supportFiliph Sandström
2022-12-25Ladybird: Try decoding images with Qt if LibGfx fails usAndreas Kling
2022-12-25Ladybird: Enable HTTP pipeliningAndreas Kling
2022-12-25Ladybird: Actually add request headers to outgoing HTTP requestsAndreas Kling
2022-12-25Ladybird: Allow for setting the hompage through SettingsDialogFiliph Sandström
2022-12-25Ladybird: Add SettingsDialog stubFiliph Sandström
2022-12-25Ladybird: Add Settings classFiliph Sandström
2022-12-25Ladybird: Don't rewrite file:// URLs to HTTPAndreas Kling
2022-12-25Ladybird: Tweak inaccurate copyright year :^)Andreas Kling
2022-12-25Ladybird: Add a protocol to the URL, when one is not setDiego Iastrubni
2022-12-25Ladybird: Add Ctrl-W action to close current tab (#28)Alec Murphy
2022-12-25Ladybird: Basic keyboard input (#31)Diego Iastrubni
2022-12-25Ladybird/Docs: Document Android build stepsAndrew Kaster
2022-12-25Ladybird/Meta: Add Android buildAndrew Kaster
2022-12-25Ladybird: Add a separate license fileAndreas Kling
2022-12-25Ladybird: Don't try to append to the JS console before it's instantiatedAndreas Kling
2022-12-25Ladybird: Add files I forgot to commit :^)Andreas Kling
2022-12-25Ladybird: Remove debug spam about non-existent console messagesAndreas Kling
2022-12-25Ladybird: Basic support for window.alert() and window.confirm()Andreas Kling
2022-12-25Ladybird: Add quick & dirty port of the JS console from Browser :^)Andreas Kling