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. | ||
* | Return Box<dyn Backend> in default_backend() | Robin Krahl | 2019-01-11 |
| | | | | | | | | | | This patch refactors the default_backend function to return a Box<dyn Backend> instead of impl Backend. This will allow us to dynamically choose the backend implementation in a future patch. To keep the current interface, we change show_with to accept both a reference to a backend instance as well as a reference to a boxed backend instance. This also means we have to implement AsRef<Self> for the backend structs. | ||
* | Release v0.1.1v0.1.1 | Robin Krahl | 2019-01-11 |
| | |||
* | Implement Display for the Error enum | Robin Krahl | 2019-01-11 |
| | |||
* | Implement zenity backend | Robin Krahl | 2019-01-08 |
| | |||
* | Add the Password dialog box | Robin Krahl | 2019-01-08 |
| | |||
* | Release v0.1.0v0.1.0 | Robin Krahl | 2019-01-08 |