summaryrefslogtreecommitdiff
path: root/Ladybird/BrowserWindow.h
AgeCommit message (Expand)Author
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-03-29Ladybird: Add reset zoom level button to toolbarMacDue
2023-03-26Ladybird: Show current zoom level in view menuMacDue
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-16Ladybird: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-08Ladybird: Send window size and position to WebContent processAliaksandr Kalenik
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-16Ladybird: Close tab clicking wheel of the mouseFederico Guerinoni
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