Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Open/Save mode to the file selection dialogfile-selection | Robin Krahl | 2019-12-10 |
| | | | | | | This patch adds the option to set a FileSelectionMode, either Open or Save. Not all backends might support this – currently, only zenity and kdialog do. Per default, the Open mode is used (as before). | ||
* | Add FileSelection dialog type | Reyk Floeter | 2019-12-10 |
This patch adds the FileSelection struct representing a file selection dialog. It can be displayed using the backend’s show_file_selection function. Currently, we only support file open dialogs (i. e. choosing an existing file). Support for save dialogs should be added in the future. |