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-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-15
LibGUI+Userland: Store column names in JsonArrayModel as String
Karol Kosek
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-30
LibGUI: Remove Label icons and replace instances with ImageWidget
thankyouverycool
2023-04-24
BrowserSettings: Convert `BrowserSettingsWidget` to a failable factory
Cameron Youell
2023-04-22
BrowserSettings: Propagate errors from creation of content filter widget
Timothy Flynn
2023-04-22
BrowserSettings: Slightly change text for adding a new content filter
Timothy Flynn
2023-04-22
BrowserSettings: Port content filters to String
Timothy Flynn
2023-04-18
BrowserSettings: Add a tab to control the Browser's autoplay settings
Timothy Flynn
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-03-16
LibGUI+Applications: Port SettingsWindow::add_tab() to the new string
Karol Kosek
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-09
AK: Remove infallible version of StringBuilder::to_byte_buffer
Linus Groh
2023-03-09
BrowserSettings: Use fallible version of StringBuilder::to_byte_buffer
Karol Baraniecki
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
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
[next]