{"id":22058974,"url":"https://github.com/gamestrap/moderndialogs","last_synced_at":"2025-05-12T19:45:18.638Z","repository":{"id":38390134,"uuid":"310878692","full_name":"GamesTrap/ModernDialogs","owner":"GamesTrap","description":"OpenFileDialog, SaveFileDialog, SelectFolderDialog \u0026 MessageBox","archived":false,"fork":false,"pushed_at":"2025-04-25T18:53:33.000Z","size":5898,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T19:42:45.556Z","etag":null,"topics":["messagebox","openfiledialog","savefiledialog","selectfolder"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GamesTrap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["GamesTrap"],"custom":["https://paypal.me/realgamestrap"]}},"created_at":"2020-11-07T15:51:11.000Z","updated_at":"2024-03-19T02:54:00.000Z","dependencies_parsed_at":"2024-11-30T17:26:41.318Z","dependency_job_id":"941d15ea-1da1-4272-bcad-fa033c11f36d","html_url":"https://github.com/GamesTrap/ModernDialogs","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GamesTrap%2FModernDialogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GamesTrap%2FModernDialogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GamesTrap%2FModernDialogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GamesTrap%2FModernDialogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GamesTrap","download_url":"https://codeload.github.com/GamesTrap/ModernDialogs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253809837,"owners_count":21967812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["messagebox","openfiledialog","savefiledialog","selectfolder"],"created_at":"2024-11-30T17:26:31.914Z","updated_at":"2025-05-12T19:45:18.623Z","avatar_url":"https://github.com/GamesTrap.png","language":"C++","funding_links":["https://github.com/sponsors/GamesTrap","https://paypal.me/realgamestrap"],"categories":[],"sub_categories":[],"readme":"# ModernDialogs\r\n\r\n[![Build CI](https://github.com/GamesTrap/ModernDialogs/actions/workflows/build.yml/badge.svg)](https://github.com/GamesTrap/ModernDialogs/actions/workflows/build.yml)\r\n[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/GamesTrap/ModernDialogs)](https://github.com/GamesTrap/ModernDialogs)\r\n[![GitHub repo size](https://img.shields.io/github/repo-size/GamesTrap/ModernDialogs)](https://github.com/GamesTrap/ModernDialogs)\r\n[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/GamesTrap/ModernDialogs?include_prereleases)](https://github.com/GamesTrap/ModernDialogs/releases)\r\n[![GitHub All Releases](https://img.shields.io/github/downloads/GamesTrap/ModernDialogs/total)](https://github.com/GamesTrap/ModernDialogs/releases)\r\n[![GitHub issues](https://img.shields.io/github/issues/GamesTrap/ModernDialogs)](https://github.com/GamesTrap/ModernDialogs/issues?q=is%3Aopen+is%3Aissue)\r\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/GamesTrap/ModernDialogs)](https://github.com/GamesTrap/ModernDialogs/pulls?q=is%3Aopen+is%3Apr)\r\n[![GitHub](https://img.shields.io/github/license/GamesTrap/ModernDialogs)](https://github.com/GamesTrap/ModernDialogs/blob/master/LICENSE)\r\n\r\nModernDialogs (Cross-platform Linux, Windows C++17)  \r\nOpenFileDialog, SaveFileDialog, SelectFolderDialog \u0026 MessageBox  \r\nSupports ASCII \u0026 UTF-8\r\n\r\n## Information\r\n\r\n### Windows\r\n\r\nOn Windows ModernDialogs uses the WinAPI for every dialog.\r\n\r\n### Linux\r\n\r\nOn Linux the dialogs are created by using one of the following packages if installed:\r\n\r\n- KDialog\r\n- Zenity\r\n- MateDialog\r\n- Shellementary\r\n- Qarma\r\n- Yad\r\n- TKinter3\r\n\r\nIf none of these packages are installed then you will get an empty string, a vector of empty strings, or a `MD::Selection::Error` as the return value depending on the called function.\r\n\r\n## Screenshots\r\n\r\nWindows 10 20H2:  \r\n\r\nOpenFile:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"OpenFileWindows\" src=\"Images/OpenFileWindows.PNG\" width=\"473px\" height=\"261px\"\u003e\r\n\u003cbr\u003e\r\nSaveFile:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"SaveFileWindows\" src=\"Images/SaveFileWindows.PNG\" width=\"473px\" height=\"261px\"\u003e\r\n\u003cbr\u003e\r\nSelectFolder:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"SelectFolderWindows\" src=\"Images/SelectFolderWindows.PNG\" width=\"320px\" height=\"396px\"\u003e\r\n\u003cbr\u003e\r\nMessageBox:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"MsgBoxInfoWindows\" src=\"Images/MsgBoxInfoWindows.PNG\" width=\"163px\" height=\"152px\"\u003e\r\n\u003cimg alt=\"MsgBoxQuestionWindows\" src=\"Images/MsgBoxQuestionWindows.PNG\" width=\"163px\" height=\"152px\"\u003e\r\n\u003cimg alt=\"MsgBoxWarningWindows\" src=\"Images/MsgBoxWarningWindows.PNG\" width=\"211px\" height=\"152px\"\u003e\r\n\u003cimg alt=\"MsgBoxErrorWindows\" src=\"Images/MsgBoxErrorWindows.PNG\" width=\"211px\" height=\"152px\"\u003e\r\n\r\nUbuntu 20.10 X11 Gnome 3:  \r\n\r\nOpenFile:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"OpenFileLinux\" src=\"Images/OpenFileLinux.PNG\" width=\"508px\" height=\"352px\"\u003e\r\n\u003cbr\u003e\r\nSaveFile:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"SaveFileLinux\" src=\"Images/SaveFileLinux.PNG\" width=\"508px\" height=\"352px\"\u003e\r\n\u003cbr\u003e\r\nSelectFolder:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"SelectFolderLinux\" src=\"Images/SelectFolderLinux.PNG\" width=\"508px\" height=\"352px\"\u003e\r\n\u003cbr\u003e\r\nMessageBox:\r\n\u003cbr\u003e\r\n\u003cimg alt=\"MsgBoxInfoLinux\" src=\"Images/MsgBoxInfoLinux.PNG\" width=\"142px\" height=\"137px\"\u003e\r\n\u003cimg alt=\"MsgBoxQuestionLinux\" src=\"Images/MsgBoxQuestionLinux.PNG\" width=\"130px\" height=\"137px\"\u003e\r\n\u003cimg alt=\"MsgBoxWarningLinux\" src=\"Images/MsgBoxWarningLinux.PNG\" width=\"160px\" height=\"137px\"\u003e\r\n\u003cimg alt=\"MsgBoxErrorLinux\" src=\"Images/MsgBoxErrorLinux.PNG\" width=\"160px\" height=\"137px\"\u003e\r\n## Setup\r\n\r\nFirst clone the repository with `git clone https://github.com/GamesTrap/ModernDialogs`.\r\n\r\nThen, execute one of the generator scripts in the GeneratorScripts folder.\r\n\r\n## License\r\n\r\nMIT License\r\n\r\nCopyright (c) 2020-2025 Jan \"GamesTrap\" Schürkamp\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestrap%2Fmoderndialogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamestrap%2Fmoderndialogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestrap%2Fmoderndialogs/lists"}