Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-13 | LibGUI+Userland: Make Dialog::ExecResult an enum class | Sam Atkins | |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani | |
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler." | |||
2021-08-02 | LibGUI: Add a simple GUI::PasswordInputDialog | Andreas Kling | |
Asking the user for a password is a fairly common thing, so let's have a reusable GUI dialog for it! This first iteration only supports having pre-filled "server" and "username" fields. This can obviously be made more flexible as needs arise. :^) |