summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/BrowserWindow.h
AgeCommit message (Expand)Author
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-05Browser: Add a context menu item to take a full document screenshotTimothy Flynn
2022-11-05Browser: Rename "take screenshot" action to "take visible screenshot"Timothy Flynn
2022-11-02Browser: Add a context menu item to take a screenshot of the current tabTimothy Flynn
2022-11-01Browser: Inform WebView processes of the browser window's position/sizeTimothy Flynn
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-02-18Browser: Add support for disabling content filteringMaciej
2022-02-18Browser: Implement listener for most config optionsMaciej
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins
2021-10-31Browser: Add "Color scheme" settingSam Atkins
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14Browser: Add context menu item for copying selected textTimothy Flynn
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-05-19Browser: Add support for custom search enginesMaciej Zygmanowski
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-17Browser: Move main browser window logic into a BrowserWindow classAndreas Kling