David Maas

Results 177 comments of David Maas

@BullyWiiPlaza Do you have any third-party IMEs installed? (Or any IMEs in general?)

Note that the DirectX 12 sample also requires https://github.com/ocornut/imgui/pull/4348 for Alt+Enter to work. For your convenience [here's the two branches combined](https://github.com/PathogenPlayground/imgui/tree/fix-alt-enter-on-backend-windows-and-fix-dx12-alt-enter-fullscreen). There is an outstanding bug where if you use...

@Demonese The backend change only disables it for backend-created windows. It doesn't touch the main viewport window so applications are free to leave it enabled there. I updated the changelog...

In addition to clarifying the comments, I reduced the flags we pass to `MakeWindowAssociation` in the examples to the bare minimum required for the sake of clarity since I feel...

> I didn’t realize workflows now needed approval! You can thank crypto for that! https://github.blog/2021-04-22-github-actions-update-helping-maintainers-combat-bad-actors/ https://layerci.com/blog/crypto-miners-are-killing-free-ci/

> For "mixed value" display you can use this WIP feature Isn't this feature currently restricted to checkboxes?

You can't currently customize the docking tab bar in this way. What I'd probably do is modify `DockNodeUpdateTabBar` to replace the default dock menu button (pictured below) with your special...

> How would you do it to avoid changing the ImGui source directly (I keep it as a git submodule)? I'd recommend just doing a fork via GitHub and pointing...

Unversioned root signatures were superseded with versioned ones, but they were not removed and should still work just fine. Is GCC not using the official D3D12 headers? I don't think...

> Is GCC not using the official D3D12 headers? I dug into this a little bit more: MinGW uses its own unofficial headers (likely for legal reasons), and [their version...