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
/
MailSettings
Age
Commit message (
Expand
)
Author
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
MailSettings: Set icons from GML
Dylan Katz
2022-01-28
MailSettings: 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
MailSettings: Port to LibMain :^)
Andreas Kling
2021-11-20
MailSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-03
Applications: Remove border from GroupBox margins
FrHun
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-08-28
MailSettings: Add unveil
Luke Wilde
2021-08-28
MailSettings: Use LibConfig instead of Core::ConfigFile
Luke Wilde
2021-08-28
MailSettings: Remove proc and exec from pleges
Linus Groh
2021-08-28
MailSettings: Use the app-mail icon for the window
Linus Groh
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-07-31
MailSettings: Use the same app icon as Mail
Andreas Kling
2021-07-30
MailSettings: Add basic mail settings dialog
Faeliore