Results 37 comments of Flix

Actually, on a second thought: > 1- All files or directries with non-ASCII name are not listed; This shouldn't happen... the paths with non-ASCII name should be converted to short...

**@daysofbeingwild**: - Can you please try defining **DIRENT_USES_UTF8_CHARS** and see if it works this way ? - If it doesn't work, would you mind posting here (as text), the names...

> All directories are correctly displayed but NONE of the regular files are displayed. That's a pity! But at least, the encoding problems seem to be solved! Indeed regular files...

In the meantime, in a recent commit I've: - **removed DIRENT_USES_UTF8_CHARS** (made the _default_). - added the optional (and clearer) definition **IMGUIFILESYSTEM_USE_ASCII_SHORT_PATHS_ON_WINDOWS** to disable it. I think this is what...

**_[Just an idea]_** Have you tried to explicitly set your C and C++ locale to your native locale (it should be simplified-chinese) and see if with these settings you can...

[OT] Not sure if somebody's interested... but when I saw the new "keyboard rectangle" in _imgui_demo.cpp_, I've soon tried to "extend" it. Here is what I've done so far [[gist...

...as far as I can see, in the glfw backend, when we "translate untranslated" keys, numbers in the keypad (= numpad) are converted to (or detected as) normal numbers of...

Just to say that I'm also developing my own version based on the code posted by Omar. It's still w.i.p., but at least the node types are not hard-coded. ![nge](https://cloud.githubusercontent.com/assets/9608982/10732598/1dc21962-7bfb-11e5-99ef-5ffb03a0c42f.png)...

@Hevedy Partially using: > ImGui::GetIO().FontAllowUserScaling = true; CTRL+mouse wheel should increase the font size and the node sizes, but their position stays the same.

I've just implemented a basic node copy/paste functionality. However there are some problems with the popup menus: if I right-click on a node and then right-click on another without closing...