index
:
dialog-rs
file-selection
master
next
Display dialog boxes using various backends (Rust library)
Robin Krahl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Add Open/Save mode to the file selection dialog
file-selection
Robin Krahl
2019-12-10
*
Implement show_file_selection for kdialog backend
Robin Krahl
2019-12-10
*
Add FileSelection dialog type
Reyk Floeter
2019-12-10
*
Implement Default for all backend structs
Robin Krahl
2019-10-27
*
Add missing backtick in doc comment
Robin Krahl
2019-10-26
*
Fix clippy complaints that don't change the semantics
Stephan Sokolow
2019-10-25
*
Fix broken link in `backends` documentation
Stephan Sokolow
2019-10-25
*
Add a backend based on KDE's `kdialog`
Stephan Sokolow
2019-10-25
*
Fix input and password dialogs for zenity backend
Robin Krahl
2019-06-30
*
Fix links in crate documentation
Robin Krahl
2019-01-11
*
Add the stdio backend
Robin Krahl
2019-01-11
*
Check DISPLAY environment variable in default_backend
Robin Krahl
2019-01-11
*
Check the DIALOG environment variable in default_backend
Robin Krahl
2019-01-11
*
Return Box<dyn Backend> in default_backend()
Robin Krahl
2019-01-11
*
Document the Zenity backend in the crate comment
Robin Krahl
2019-01-11
*
Implement Display for the Error enum
Robin Krahl
2019-01-11
*
Move Error enum to the error module
Robin Krahl
2019-01-11
*
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
*
backends/Dialog: Add support for output handling
Robin Krahl
2019-01-08
*
Implement message boxes using the dialog backend
Robin Krahl
2019-01-08
*
Create project skeleton
Robin Krahl
2019-01-08