moritz-h

Results 25 issues of moritz-h

The key event modifiers behave differently between Windows and Linux/X11. For example when I press the Ctrl key on Windows the `GLFW_MOD_CONTROL` is set for the key press event and...

verified
input

* **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository * **Do you want to request a *feature*...

help wanted
providers

This library makes the assumption that the imgui headers are within an `imgui` directory. ```cpp #ifdef IMGUIZMO_USE_ImGui_FOLDER #include #include #else #include #include #endif ``` I think that is a very...

enhancement

Change include of vGizmo.h to use relative lookup. Unrelated side note: The source files are mixing Windows and Linux file endings. It is pretty hard to make a change without...

Replace the OpenGL loading defines by an own minimal embedded OpenGL loader. This is the same as upstream imgui is doing now, see https://github.com/ocornut/imgui/issues/4445. The changes to tex_inspect_opengl.cpp are taken...

The credentials for fritzbox deploy could not be overwritten by a newer env variable. This PR changes this to use `_saveaccountconf_mutable` / `_readaccountconf_mutable` instead, like in the wiki: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide#2-you-must-save-your-username-and-password-in-the-add-function

## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ]...

geo-restricted

- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [x] SHA512s are updated for each updated download - [x] The "supports" clause reflects platforms that may be fixed by this...

category:port-update

Fix executing the Python scripts during build from source. The problem is that `${PYTHON_EXECUTABLE}` is undefined. This leads to the `add_custom_target` calls trying to execute the Python scripts directly, which...