ImFileDialog
ImFileDialog copied to clipboard
A file dialog library for Dear ImGui
Just curious if there is any way possible to also include a directx 11 example?
The file icon under drive C or drive D is missing. 
I cannot open folders by double clicking. What can be the reason? https://user-images.githubusercontent.com/5169314/152668160-3111f755-c1a7-4c77-bf8e-d09d389e25b7.mp4
Please fix it! in paths I see "??? ? ? ? ????? ? ? ? ?? ?" instead of cyrillic symbols.
u8string
u8string is not able to convert to string anymore in new c++ standard.
c++20 can't compiled ? From c++20 removed some features to convert between u8string and string ?
The warning in the header is especially annoying because when including from objects that do use these warnings they're reported there.
Builds on #17. This allows the user to place additional widgets in the dialog between the filename text box and the Open/Save/Cancel buttons via an optional callback passed to `Open()`....