summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-12-25Ladybird: Fix compilation on macOS/ClangDaniel Bertalan
2022-12-25Ladybird: Replace StatusBar with ToolTipFiliph Sandström
2022-12-25Ladybird: Tell Qt to let us manage HTTP redirects ourselvesAndreas Kling
2022-12-25Ladybird: Update for removal of StringView(char const*)Andreas Kling
2022-12-25Ladybird: Implement basic cookie supportAndreas Kling
2022-12-25Ladybird: Fix title branding when switching tabsFiliph Sandström
2022-12-25Ladybird: Hide TabBar if count <= 1Filiph Sandström
2022-12-25Ladybird: Add "View Source" menu action (Ctrl+U)Andreas Kling
2022-12-25Ladybird: Set singleStep for scroll bars in WebViewThitat Auareesuksakul
2022-12-25Ladybird: Set pageStep for scroll bars in WebViewThitat Auareesuksakul
2022-12-25Ladybird: Revert accidentally commited local settingsAndreas Kling
2022-12-25Ladybird: Port over part of the "Debug" menu from the SerenityOS browserAndreas Kling