Giter Club home page Giter Club logo

l2dfiledialog's People

Contributors

abduehab avatar limeoats avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

l2dfiledialog's Issues

Not compatible with 1.86 (need to replace 3 method calls)

ImGui::GetWindowContentRegionWidth doesn't exits anymore on the docking branch

From changelog:

 - 2021/08/23 (1.85) - removed GetWindowContentRegionWidth() function. 
keep inline redirection helper. can use 'GetWindowContentRegionMax().x - GetWindowContentRegionMin().x' 
instead for generally 'GetContentRegionAvail().x' is more useful.

No filepath support

Hi!

It seems to me that project doesn't have filepath support, only folder support. Please see this code snippet:

`
if (ImGui::Button("Choose")) {

			if (**type == FileDialogType::SelectFolder**) {
				if (fileDialogCurrentFolder == "") {
					strcpy_s(fileDialogError, "Error: You must select a folder!");
				}
				else {
					strcpy(buffer, (fileDialogCurrentPath + (fileDialogCurrentPath.back() == '\\' ? "" : "\\") + fileDialogCurrentFolder).c_str());
					fileDialogFileSelectIndex = 0;
					fileDialogFolderSelectIndex = 0;
					fileDialogCurrentFile = "";
					fileDialogOpen = false;
				}
			}
		}`

You don't have type FileDialogType::OpenFile. I've made nessessary modifications, if you're willing I would like to share.

License file missing

First of all, great work with the library! I'm just adding a listing of it to my Awesome Dear Imgui list and noticed that your license file is missing from the repo. I'll list it as Apache License as you've written in the readme.md file but let me know if that has changed.

include folder

Would be hot if L2DFileDialog.h could be in it's own folder.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.