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
/
Mail
Age
Commit message (
Expand
)
Author
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
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-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
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-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-14
Base: Launch WebContent at session start-up
Lucas CHOLLET
2022-08-14
Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-06
Mail: Fix mail settings not opening after prompt to configure
MacDue
2022-05-26
Userland: Depend some applications on WebContent if it's being used
Karol Kosek
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
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-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-13
LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs
sin-ack
2022-01-09
Mail: Propagate errors using try_set_main_widget in main
creator1creeper1
2021-12-11
Mail: Ask the user if they want to see the mail settings
Undefine
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Mail: Port to LibMain
Pascal Puffke
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-09-01
LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()
Andreas Kling
2021-08-28
Mail: Add unveil
Luke Wilde
2021-08-28
Mail: Use LibConfig instead of Core::ConfigFile
Luke Wilde
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-02
Mail: Use GUI::PasswordInputDialog to ask for server passwords
Andreas Kling
2021-08-02
Mail: Tweak vertical spacing & margins in main UI layout
Andreas Kling
2021-08-02
Mail: Use Window::add_menu instead of Menubar::add_menu
sin-ack
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-26
Mail: Prompt for password if no password was saved
Tom
2021-07-24
Mail: Make checking for headers in DataItem case insensitive
Luke
[next]