summaryrefslogtreecommitdiff
path: root/Userland/Applications/BrowserSettings/main.cpp
AgeCommit message (Expand)Author
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-24BrowserSettings: Convert `BrowserSettingsWidget` to a failable factoryCameron Youell
2023-04-22BrowserSettings: Propagate errors from creation of content filter widgetTimothy Flynn
2023-04-18BrowserSettings: Add a tab to control the Browser's autoplay settingsTimothy Flynn
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-02-18BrowserSettings: Implement GUI for setting up content filters :^)Maciej
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26BrowserSettings: Implement restoring default valuesSam Atkins
2021-11-26BrowserSettings: Add setting for search engineSam Atkins
2021-11-26BrowserSettings: Create a BrowserSettings application :^)Sam Atkins