Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImGui-SFML 2.6 release notes #252

Merged
merged 1 commit into from
Aug 16, 2023
Merged

ImGui-SFML 2.6 release notes #252

merged 1 commit into from
Aug 16, 2023

Conversation

oprypin
Copy link
Member

@oprypin oprypin commented Aug 8, 2023

Draft of release notes:

Support the full key range from imgui 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 (004efd8)
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)

@oprypin oprypin merged commit de565ac into SFML:master Aug 16, 2023
29 checks passed
@oprypin oprypin deleted the relnotes branch August 16, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant