TheForceEngine icon indicating copy to clipboard operation
TheForceEngine copied to clipboard

ImGui-based File/Path dialogs

Open mlauss2 opened this issue 1 year ago • 4 comments

A file dialog based completely on ImGUI: https://github.com/aiekick/ImGuiFileDialog

to replace the portable-file-dialogs and give these dialogs the same look as the rest of the TFE Ui.

Again, mainly for Linux since it eliminates the need for an external DE-dependent tool to show these dialogs, and the look-and-feel is also now more similar to the rest of the UI.

tfe_filedlg2

mlauss2 avatar Jul 22 '24 06:07 mlauss2

#424 applies cleanly on top of this one.

mlauss2 avatar Jul 22 '24 09:07 mlauss2

Sorry I have been delaying on this PR, I do plan on getting it in before the editor release if it doesn't break anything.

luciusDXL avatar Aug 19 '24 17:08 luciusDXL

updated to latest ImGuiFileDialog upstream, dropped the (turns out unnecessary) C++17 requirement.

mlauss2 avatar Aug 27 '24 13:08 mlauss2

updated to latest ImGuiFileDialog upstream, dropped the (turns out unnecessary) C++17 requirement.

Nice, thank you for lowering the C++ requirements.

luciusDXL avatar Aug 27 '24 20:08 luciusDXL