Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-16 | LibGUI: Add input types to GMessageBox. | Andreas Kling | |
Currently the two available input types are: - GMessageBox::InputType::OK (default) - GMessageBox::InputType::OKCancel Based on your choice, GMessageBox::exec() will return ExecOK or ExecCancel. | |||
2019-07-16 | SystemDialog: Add a new app for showing system dialogs. | Andreas Kling | |
Currently this will be used by the WindowServer to show some dialogs. This is needed since WindowServer can't use LibGUI and reimplementing message box functionality inside WindowServer would be silly. :^) The only dialog supported in this initial version is --shutdown |