ImFileDialog icon indicating copy to clipboard operation
ImFileDialog copied to clipboard

A file dialog library for Dear ImGui

Results 27 ImFileDialog issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/29156275/157811189-5d08c0c9-33b9-46bc-976b-933922b3866b.png)

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 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()`....