summaryrefslogtreecommitdiff
path: root/Ladybird/BrowserWindow.cpp
AgeCommit message (Expand)Author
2023-01-12Ladybird: Add Ctrl+= as an alternate "zoom in" shortcutAndreas Kling
2023-01-12Ladybird: Use QKeySequence::StandardKey as much as possibleAndreas Kling
2023-01-12Ladybird: Add "Copy" and "Select All" actions to the Edit menuAndreas Kling
2023-01-12Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorSchemeLinus Groh
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: Do not domain match on cookie updatesTimothy Flynn
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Add block pop-ups checkbox to debug menuIdan Horowitz
2022-12-25Ladybird/WebDriver: Implement the cookie endpoints for LadybirdTimothy Flynn
2022-12-25Ladybird: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Don't change window icons when background tabs change iconsGunnar Beutner
2022-12-25Ladybird: Don't update window titles when background tabs change titlesGunnar Beutner
2022-12-25Ladybird: Add Ctrl+Shift+G shortcut to force a garbage collectionAndreas Kling
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/BrowserWindow: Make "View Source" a separate windowMoustafa Raafat
2022-12-25Ladybird/Everywhere: Ensure that Qt objects are created with parentsAndrew Kaster
2022-12-25Ladybird/BrowserWindow: Port user agent spoofing from BrowserIdan Horowitz
2022-12-25Ladybird/BrowserWindow: Give color scheme action group a detailed nameIdan Horowitz
2022-12-25Ladybird: Add a very simple DOM inspectorAndreas 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: Update pointer to current tab when the selected tab changesTimothy 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: Tweak the QTabWidget lookAndreas Kling
2022-12-25Ladybird: Use only the Qt event loop to speed everything up :^)Andreas Kling
2022-12-25Ladybird: Add SettingsDialog stubFiliph Sandström
2022-12-25Ladybird: Add Ctrl-W action to close current tab (#28)Alec Murphy
2022-12-25Ladybird: Add quick & dirty port of the JS console from Browser :^)Andreas Kling
2022-12-25Ladybird: Replace StatusBar with ToolTipFiliph Sandström
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: Port over part of the "Debug" menu from the SerenityOS browserAndreas Kling
2022-12-25Ladybird: Fix build with Qt 6.2.4Andreas 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: 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