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

Windows IME cleanup #10121

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Windows IME cleanup #10121

merged 1 commit into from
Jun 26, 2024

Conversation

slouken
Copy link
Collaborator

@slouken slouken commented Jun 26, 2024

  • Don't need to initialize values already zeroed
  • Added debug message logging
  • Don't send duplicate SDL_EVENT_TEXT_EDITING events with empty text
  • Send the length of selected text in the SDL_EVENT_TEXT_EDITING event
  • Fixed potential crashes when out of memory

* Don't need to initialize values already zeroed
* Added debug message logging
* Don't send duplicate SDL_EVENT_TEXT_EDITING events with empty text
* Send the length of selected text in the SDL_EVENT_TEXT_EDITING event
* Fixed potential crashes when out of memory
@slouken slouken merged commit 80e64ef into libsdl-org:main Jun 26, 2024
5 checks passed
@slouken slouken deleted the ime branch June 26, 2024 15:26
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.

1 participant