aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Release v0.3.0v0.3.0Robin Krahl2019-12-10
* Merge branch 'file-selection' into nextRobin Krahl2019-12-10
|\
| * Add Open/Save mode to the file selection dialogfile-selectionRobin Krahl2019-12-10
| * Add the FileSelection dialog to the change logRobin Krahl2019-12-10
| * Implement show_file_selection for kdialog backendRobin Krahl2019-12-10
| * Add FileSelection dialog typeReyk Floeter2019-12-10
|/
* Add CI scripts for builds.sr.htRobin Krahl2019-10-27
* Implement Default for all backend structsRobin Krahl2019-10-27
* Comply with the REUSE specification 3.0Robin Krahl2019-10-27
* Add missing backtick in doc commentRobin Krahl2019-10-26
* Fix clippy complaints that don't change the semanticsStephan Sokolow2019-10-25
* Fix broken link in `backends` documentationStephan Sokolow2019-10-25
* Add a backend based on KDE's `kdialog`Stephan Sokolow2019-10-25
* Release v0.2.1v0.2.1Robin Krahl2019-06-30
* Fix input and password dialogs for zenity backendRobin Krahl2019-06-30
* Fix links in crate documentationRobin Krahl2019-01-11
* Release v0.2.0v0.2.0Robin Krahl2019-01-11
* Add usage example to readmeRobin 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
* Release v0.1.1v0.1.1Robin Krahl2019-01-11
* Fix link in readmeRobin Krahl2019-01-11
* Implement Display for the Error enumRobin Krahl2019-01-11
* Move Error enum to the error moduleRobin Krahl2019-01-11
* Implement zenity backendRobin Krahl2019-01-08
* Add the Password dialog boxRobin Krahl2019-01-08
* Release v0.1.0v0.1.0Robin 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
* Move tests/ to examples/Robin Krahl2019-01-08
* backends/Dialog: Add support for output handlingRobin Krahl2019-01-08
* Implement message boxes using the dialog backendRobin Krahl2019-01-08
* Create project skeletonRobin Krahl2019-01-08