SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.13k stars 169 forks source link

ImGui-SFML 2.6 release notes #252

Closed oprypin closed 1 year ago

oprypin commented 1 year ago

Draft of release notes:

Support the full key range from [imgui v1.87](https://github.com/ocornut/imgui/releases/tag/v1.87), e.g. `ImGui::IsKeyDown(ImGuiKey_Q)` now works (#197) Expanded API: Propagate boolean error state from `Texture.create` to methods such as `Init` (#191) Expanded API: Make all joystick axes and thresholds configurable, not just the left stick (#197) API change: Fix typo in method names: "joytick" -> "joystick" (#201) Propagate window resize events to imgui (#222) Fix dimming of imgui modal dialogs (004efd85a590343e8c9d166dc9d2524c199c9450) Fix the window resize cursor not being shown on Windows (#193) Fix memory leak from cursors (#194) Fix for changes in imgui around `ImGuiKey` (#219) Fix deprecations from SFML 2.5/2.6 (#187, #205) Fix for changes in upcoming SFML 3 (#205, #208, #217, #232, #250) Fix various compiler warnings (#235, #245, #246) Raise C++ standard to C++11 (#203) Raise CMake requirement from 3.1 to 3.10 (#244)