summaryrefslogtreecommitdiff
path: root/Ladybird/BrowserWindow.h
AgeCommit message (Expand)Author
2023-01-19Ladybird: Add URL and 'open in background' parameters to new_tab()Karol Kosek
2023-01-12Ladybird: Add "Copy" and "Select All" actions to the Edit menuAndreas Kling
2023-01-12Ladybird: Implement zoom :^)Linus Groh
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Implement SQLServer for Ladybird :^)Timothy Flynn
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Use Browser's CookieJar.{cpp,h}Linus Groh
2022-12-25Ladybird: Hook up the CookieJar again after WebContent introductionAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling
2022-12-25Ladybird: Rename WebView to SimpleWebViewAndreas Kling
2022-12-25Ladybird: Clean up tab bar autohideAaron Dewes
2022-12-25Ladybird/BrowserWindow: Add UI for switching preferred CSS color schemeAndreas Kling
2022-12-25Ladybird: Switch to next/previous tab with Ctrl+PageDown/PageUpAndreas Kling
2022-12-25Ladybird: Use only the Qt event loop to speed everything up :^)Andreas Kling
2022-12-25Ladybird: Add Ctrl-W action to close current tab (#28)Alec Murphy
2022-12-25Ladybird: Hide TabBar if count <= 1Filiph Sandström
2022-12-25Ladybird: Port over part of the "Debug" menu from the SerenityOS browserAndreas Kling
2022-12-25Ladybird: Allow browser tabs to be closedMatthew Costa
2022-12-25Ladybird: Rudimentary tabbed browsing supportMatthew Costa
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: 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