aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* Add Open/Save mode to the file selection dialogfile-selectionRobin Krahl2019-12-10
* Add FileSelection dialog typeReyk Floeter2019-12-10
* Add a backend based on KDE's `kdialog`Stephan Sokolow2019-10-25
* Fix links in crate documentationRobin Krahl2019-01-11
* Add the stdio backendRobin Krahl2019-01-11
* Check DISPLAY environment variable in default_backendRobin Krahl2019-01-11
* Check the DIALOG environment variable in default_backendRobin Krahl2019-01-11
* Return Box<dyn Backend> in default_backend()Robin Krahl2019-01-11
* Document the Zenity backend in the crate commentRobin Krahl2019-01-11
* Move Error enum to the error moduleRobin Krahl2019-01-11
* Add the Password dialog boxRobin Krahl2019-01-08
* Refactor io::Error into custom Error enumRobin Krahl2019-01-08
* Add question dialog boxesRobin Krahl2019-01-08
* Add input dialog boxesRobin Krahl2019-01-08
* Implement message boxes using the dialog backendRobin Krahl2019-01-08
* Create project skeletonRobin Krahl2019-01-08