summaryrefslogtreecommitdiff
path: root/Userland/Applications/BrowserSettings
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-15LibGUI+Userland: Store column names in JsonArrayModel as StringKarol Kosek
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-30LibGUI: Remove Label icons and replace instances with ImageWidgetthankyouverycool
2023-04-24BrowserSettings: Convert `BrowserSettingsWidget` to a failable factoryCameron Youell
2023-04-22BrowserSettings: Propagate errors from creation of content filter widgetTimothy Flynn
2023-04-22BrowserSettings: Slightly change text for adding a new content filterTimothy Flynn
2023-04-22BrowserSettings: Port content filters to StringTimothy Flynn
2023-04-18BrowserSettings: Add a tab to control the Browser's autoplay settingsTimothy Flynn
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-09AK: Remove infallible version of StringBuilder::to_byte_bufferLinus Groh
2023-03-09BrowserSettings: Use fallible version of StringBuilder::to_byte_bufferKarol Baraniecki
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-14Everywhere: Stop shoving things into ::std and mentioning them as suchAli Mohammad Pur
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-04Applications: Use title-case for group box titles in settingsTimothy Flynn
2022-10-04BrowserSettings: Remove overly verbose dbgln statementTimothy Flynn
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-07-15Applications: Make settings outer margins and spacing consistentFrHun
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-03BrowserSettings: Make content filtering on by defaultMaciej
2022-07-03BrowserSettings: Make default content filtering flag constexprMaciej
2022-06-27Browser: Remove GML formatting errors from BrowserSettingsWidget.gmlAndrew Kaster
2022-06-26Base+Browser+BrowserSettings: Add default page for new tabXexxa
2022-06-26Browser+BrowserSettings: Add preference for new tabXexxa
2022-06-17BrowserSettings: Avoid adding empty domain to content filterferhatgec
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12BrowserSettings: Set window modified stateSam Atkins
2022-05-06BrowserSettings: Add missing code to update filtering checkboxIT6uru
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-11BrowserSettings: Validate homepage URLJulen Ruiz Aizpuru
2022-02-18BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gmlAndreas Kling
2022-02-18BrowserSettings: Implement GUI for setting up content filters :^)Maciej
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz