Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-11 | LibConfig: Rename pledge_domains(String) => pledge_domain(String) | Vitaly Dyachkov | |
pledge_domains() that takes only one String argument was specifically added as a shortcut for pledging a single domain. So, it makes sense to use singular here. | |||
2022-01-13 | Hearts: Add link to help pages in menu | David Lindbom | |
2021-12-18 | Hearts: Convert to try_create_default_icon | Astraeus- | |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro | |
2021-11-27 | Hearts: TRY() all the things in serenity_main() :^) | Pedro Pereira | |
2021-11-24 | Hearts: Replace construct() with TRY(try_create()) pattern | Pedro Pereira | |
2021-11-23 | Hearts: Port to LibMain | Pedro Pereira | |
Simplified one pledge() and two unveil() by using TRY(). | |||
2021-09-13 | Everywhere: Use my fancy new serenityos.org email :^) | Mustafa Quraish | |
2021-08-27 | Hearts: Remove `wpath` and `cpath` priviliges | Mustafa Quraish | |
There are no longer needed since the config file is not being modified by the application directly. | |||
2021-08-27 | Hearts: Use LibConfig instead of Core::ConfigFile | Mustafa Quraish | |
2021-08-22 | Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open | networkException | |
This patch brings the ConfigFile helpers for opening lib, app and system configs more inline with the regular ConfigFile::open functions. | |||
2021-08-22 | Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing | networkException | |
2021-07-21 | Userland: Add GUI::Window::add_menu() and use it everywhere | Andreas Kling | |
Applications previously had to create a GUI::Menubar object, add menus to it, and then call GUI::Window::set_menubar(). This patch introduces GUI::Window::add_menu() which creates the menubar automatically and adds items to it. Application code becomes slightly simpler as a result. :^) | |||
2021-05-23 | Hearts: Allow player to set their name | Josh Perry | |
Added a new settings dialog to Hearts with a textbox to allow the player to set a name, which is persisted in the Hearts config file. | |||
2021-05-22 | Hearts: Remove dead code | Gunnar Beutner | |
2021-05-21 | Games: Add Hearts | Gunnar Beutner | |