summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-12-25Ladybird: Prevent loading of invalid URLDavid Gannerud
2022-12-25Ladybird: Don't include scrollbars in viewport rect sizeAndreas Kling
2022-12-25Ladybird: Check for errors while decoding faviconsAndreas Kling
2022-12-25Ladybird: Add keyboard shortcut for focusing the location edit (Ctrl+L)Andreas Kling
2022-12-25Ladybird: Fix build with Qt 6.2.4Andreas Kling
2022-12-25Ladybird: Expanded toolbar with browser history and home buttonMatthew Costa
2022-12-25Ladybird: Allow browser tabs to be closedMatthew Costa
2022-12-25Ladybird: Rudimentary tabbed browsing supportMatthew Costa
2022-12-25Ladybird: Add basic cursor shape support in WebViewThitat Auareesuksakul
2022-12-25Ladybird: Fix broken favicon conversion from Gfx::Bitmap to QPixmapAndreas Kling
2022-12-25Ladybird: Added Arch Linux/Manjaro required packages to buildAlfonso Saavedra "Son Link
2022-12-25Ladybird: Stop using deprecated Qt API and re-enable deprecated warningsAndreas Kling
2022-12-25Ladybird: Use QtNetwork for HTTP and HTTPS requestsAndreas Kling
2022-12-25Ladybird: Add a "Reload" action to reload the current URLAndreas Kling
2022-12-25Ladybird: Trigger browser to quit when the main window is closedMatthew Costa
2022-12-25Ladybird: Add Favicon to the windowKeir Davis
2022-12-25Ladybird: Apply inverse image scaling to ensure WebView renders at 1:1Matthew Costa
2022-12-25Ladybird/Meta: Add libgl1-mesa-dev to build dependenciesTimothy Flynn
2022-12-25Ladybird/WebView: Apply viewport scroll offset to mouse event coordinateAndreas Kling
2022-12-25Ladybird/Meta: QT => Qt in the README :^)Andreas Kling
2022-12-25Ladybird/Meta: Convert to CMake buildAndrew Kaster
2022-12-25Ladybird: Don't set a fixed height on the location editAndreas Kling
2022-12-25Ladybird: Show the web page title in the window titlebar :^)Andreas Kling
2022-12-25Ladybird: Add a location bar and allow navigating to new pages :^)Andreas Kling
2022-12-25Ladybird: Show hovered link URLs in the status bar :^)Andreas Kling
2022-12-25Ladybird: Plumb Qt mouse events into LibWebAndreas Kling
2022-12-25Ladybird: Make HTTPS loads default to port 443 instead of 80 :^)Andreas Kling
2022-12-25Ladybird: Basic scrolling supportAndreas Kling
2022-12-25Ladybird: Initial import :^)Andreas Kling
2022-12-25Base: Adjust emojiXexxa
2022-12-25Base: Add more emojiXexxa
2022-12-25LibGL+LibWeb: Remove WebGL-specific API from GLContextJelle Raaijmakers
2022-12-25Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttonsAayush
2022-12-25LibWeb: Remove done gradient painting TODOMacDue
2022-12-25LibWeb: Speed up gradient painting quite a lotMacDue
2022-12-25LibGfx: Add Painter::fill_pixels()MacDue
2022-12-25LibWeb: Keep unhandledrejection event promises alive when task is queuedLuke Wilde
2022-12-24Meta: Move UCD/CLDR/TZDB downloaded artifacts to Build/cachesTimothy Flynn