0
0
forked from blender/blender
Go to file
Phoenix Katsch 94e5f3d87a Fix #114609: Don't emit text for compose sequence continuations
Previously, for any compose sequence without dead keys (for example,
<Multi_key> <a> <grave> resulting in "à") wouldn't ignore the grave,
as it's not a dead key. The result of typing this compose sequence
in a textbox would contain both characters: "aà".

To fix this, I've modified the switch statement in
`xkb_compose_state_feed_and_get_utf8` to consider a status of
`...COMPOSING` to be handled.
2023-11-07 16:48:48 -08:00
.gitea
.github
build_files Merge branch 'blender-v4.0-release' 2023-11-07 23:25:58 +11:00
doc
extern
intern Fix #114609: Don't emit text for compose sequence continuations 2023-11-07 16:48:48 -08:00
locale I18N: Updated translations from git/weblate repository. 2023-11-06 13:09:17 +01:00
release Merge branch 'blender-v4.0-release' 2023-11-07 23:59:24 +11:00
scripts I18n: extract and disambiguate a few messages 2023-11-07 18:08:58 +01:00
source Merge branch 'blender-v4.0-release' into main 2023-11-07 18:31:47 -03:00
tests Anim: Unit tests for inserting keyframes 2023-11-07 16:17:32 +01:00
tools Tools: add edit to use std min/max instead of MIN2/MAX2 macros 2023-11-07 11:57:02 +11:00
.clang-format
.clang-tidy
.editorconfig
.git-blame-ignore-revs
.gitignore
AUTHORS
CMakeLists.txt Tests: support running graphical tests as part of CTests 2023-11-07 12:40:12 +11:00
COPYING
GNUmakefile
make.bat
pyproject.toml
README.md

Blender

Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.

Blender screenshot

Project Pages

Development

License

Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.

See blender.org/about/license for details.