-
- Downloads
Input Method Editor (IME) support for text buttons
Original patch by @random (D765) with some minor work done by @campbell and me. At this place, I'd like call out a number of people who were involved and deserve a big "Thank you!": * At the first place @randon who developed and submitted the patch * The Blendercn community which helped a lot with testing - espacially * @yuzukyo, @leon_cheung and @kjym3 * @campbellbarton, @mont29 and @sergey for their help and advises during * review * @ton who realized the importance of this early on and asked me for * reviewing We are still not finished, as this is only the first part of the implementaion, but there's more to come!
Showing
- CMakeLists.txt 12 additions, 0 deletionsCMakeLists.txt
- SConstruct 1 addition, 0 deletionsSConstruct
- build_files/scons/config/win32-mingw-config.py 5 additions, 0 deletionsbuild_files/scons/config/win32-mingw-config.py
- build_files/scons/config/win32-vc-config.py 5 additions, 0 deletionsbuild_files/scons/config/win32-vc-config.py
- build_files/scons/config/win64-mingw-config.py 5 additions, 0 deletionsbuild_files/scons/config/win64-mingw-config.py
- build_files/scons/config/win64-vc-config.py 5 additions, 0 deletionsbuild_files/scons/config/win64-vc-config.py
- build_files/scons/tools/btools.py 3 additions, 0 deletionsbuild_files/scons/tools/btools.py
- intern/ghost/CMakeLists.txt 10 additions, 0 deletionsintern/ghost/CMakeLists.txt
- intern/ghost/GHOST_C-api.h 24 additions, 0 deletionsintern/ghost/GHOST_C-api.h
- intern/ghost/GHOST_IWindow.h 23 additions, 0 deletionsintern/ghost/GHOST_IWindow.h
- intern/ghost/GHOST_Types.h 20 additions, 0 deletionsintern/ghost/GHOST_Types.h
- intern/ghost/SConscript 7 additions, 0 deletionsintern/ghost/SConscript
- intern/ghost/intern/GHOST_C-api.cpp 18 additions, 0 deletionsintern/ghost/intern/GHOST_C-api.cpp
- intern/ghost/intern/GHOST_SystemWin32.cpp 65 additions, 0 deletionsintern/ghost/intern/GHOST_SystemWin32.cpp
- intern/ghost/intern/GHOST_SystemWin32.h 9 additions, 0 deletionsintern/ghost/intern/GHOST_SystemWin32.h
- intern/ghost/intern/GHOST_Window.h 16 additions, 0 deletionsintern/ghost/intern/GHOST_Window.h
- intern/ghost/intern/GHOST_WindowWin32.cpp 13 additions, 0 deletionsintern/ghost/intern/GHOST_WindowWin32.cpp
- intern/ghost/intern/GHOST_WindowWin32.h 19 additions, 0 deletionsintern/ghost/intern/GHOST_WindowWin32.h
- source/blender/blenloader/intern/readfile.c 3 additions, 0 deletionssource/blender/blenloader/intern/readfile.c
- source/blender/editors/include/UI_interface.h 1 addition, 0 deletionssource/blender/editors/include/UI_interface.h
Loading
Please register or sign in to comment