index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
BrowserSettings
Age
Commit message (
Expand
)
Author
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-04
Applications: Use title-case for group box titles in settings
Timothy Flynn
2022-10-04
BrowserSettings: Remove overly verbose dbgln statement
Timothy Flynn
2022-09-29
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
Sam Atkins
2022-07-15
Applications: Make settings outer margins and spacing consistent
FrHun
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-03
BrowserSettings: Make content filtering on by default
Maciej
2022-07-03
BrowserSettings: Make default content filtering flag constexpr
Maciej
2022-06-27
Browser: Remove GML formatting errors from BrowserSettingsWidget.gml
Andrew Kaster
2022-06-26
Base+Browser+BrowserSettings: Add default page for new tab
Xexxa
2022-06-26
Browser+BrowserSettings: Add preference for new tab
Xexxa
2022-06-17
BrowserSettings: Avoid adding empty domain to content filter
ferhatgec
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-12
BrowserSettings: Set window modified state
Sam Atkins
2022-05-06
BrowserSettings: Add missing code to update filtering checkbox
IT6uru
2022-04-21
LibGUI+Applications: Add --open-tab option to FooSettings applications
Sam Atkins
2022-04-21
LibGUI+Applications: Give SettingsWindow tabs a string ID
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-11
BrowserSettings: Validate homepage URL
Julen Ruiz Aizpuru
2022-02-18
BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gml
Andreas Kling
2022-02-18
BrowserSettings: Implement GUI for setting up content filters :^)
Maciej
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-29
BrowserSettings: Set icons from GML
Dylan Katz
2022-01-28
BrowserSettings: Use standard text placement for check box text
Timothy Flynn
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
LibGUI: Move GUI::SettingsWindow setup out of the constructor
Andreas Kling
2021-11-28
LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOr
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
BrowserSettings: Add some icons for it :^)
Sam Atkins
2021-11-26
BrowserSettings: Implement restoring default values
Sam Atkins
2021-11-26
BrowserSettings: Add preferred-color-scheme setting
Sam Atkins
2021-11-26
BrowserSettings: Add setting for search engine
Sam Atkins
2021-11-26
Browser+BrowserSettings: Persist the "show bookmarks bar" setting
Sam Atkins
2021-11-26
BrowserSettings: Create a BrowserSettings application :^)
Sam Atkins