Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Check the DIALOG environment variable in default_backend | Robin Krahl | 2019-01-11 |
| | | | | | This patch changes the logic in default_backend to respect the DIALOG environment variable that may contain the name of the backend to use. | ||
* | Implement zenity backend | Robin Krahl | 2019-01-08 |
| | |||
* | Add the Password dialog box | Robin Krahl | 2019-01-08 |
| | |||
* | Refactor io::Error into custom Error enum | Robin Krahl | 2019-01-08 |
| | |||
* | Add question dialog boxes | Robin Krahl | 2019-01-08 |
| | |||
* | Add input dialog boxes | Robin Krahl | 2019-01-08 |
| | | | | | | This patch implements input dialog boxes. This required some refactoring in the dialog backend to allow additional arguments after the width and the height. | ||
* | Implement message boxes using the dialog backend | Robin Krahl | 2019-01-08 |
This patch adds a first dialog box type, message boxes, and a first backend, the dialog(1) tool. It does not yet address the problems of output handling and backend selection. |