Skip to content

Releases: gallickgunner/ImGui-Addons

FileBrowser version 2.0

13 Mar 19:20
f6b0621
Compare
Choose a tag to compare

Revamped File Dialog to closely resemble Windows one.

Changelog

  • 3 Different modes are supported currently. OPEN for opening files, SAVE for saving files an SELECT for selecting a directory.
  • There is only a single function call now showFileDialog(). A DialogMode enum is exposed (with values defined above) publicly which allows switching between different modes.
  • The selected file/folder name and the absolute path can be accessed separately through selected_fn and selected_path respectively.

FileBrowser version 1.0

13 Mar 06:20
b48086f
Compare
Choose a tag to compare

This contains the source for FileBrowser verrsion 1.0.