Age | Commit message (Expand) | Author |
---|---|---|
2022-01-07 | Everywhere: Fix spelling mistakes | mjz19910 |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro |
2021-11-23 | LoginServer: Port to LibMain :^) | Andreas Kling |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-10-21 | LoginServer: Capitalize username and password fields | xSlendiX |
2021-10-21 | LoginServer: Mark the login window as non-closeable and non-minimizable | Timothy Flynn |
2021-10-21 | LoginServer: Mark this component as REQUIRED | Karol Kosek |
2021-10-19 | LoginServer: Fix typo in --auto-login option value name | Linus Groh |
2021-10-19 | LoginServer: Log in when the user presses the enter key | Timothy Flynn |
2021-10-18 | LoginServer: Use the verb "log in" for window title & submit button | Andreas Kling |
2021-10-17 | LoginServer: Add --auto-login switch | Peter Elliott |
2021-10-17 | LoginServer: Process logins and start SystemServer in user mode | Peter Elliott |
2021-10-17 | LoginServer: Layout a basic login window | Peter Elliott |