Blender Git Loki

Git Commits -> Revision e81d077

Revision e81d077 by Julian Eisel (master)
December 6, 2014, 23:58 (GMT)
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!

Commit Details:

Full Hash: e81d077c852f43b635f10972479e36909a66d60c
Parent Commit: 0651547
Lines Changed: +602, -9

36 Modified Paths:

/build_files/scons/config/win32-mingw-config.py (+5, -0) (Diff)
/build_files/scons/config/win32-vc-config.py (+5, -0) (Diff)
/build_files/scons/config/win64-mingw-config.py (+5, -0) (Diff)
/build_files/scons/config/win64-vc-config.py (+5, -0) (Diff)
/build_files/scons/tools/btools.py (+3, -0) (Diff)
/CMakeLists.txt (+12, -0) (Diff)
/intern/ghost/CMakeLists.txt (+10, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+24, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+23, -0) (Diff)
/intern/ghost/GHOST_Types.h (+20, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+18, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+65, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+9, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+16, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+13, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+19, -0) (Diff)
/intern/ghost/SConscript (+7, -0) (Diff)
/SConstruct (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -0) (Diff)
/source/blender/editors/interface/CMakeLists.txt (+6, -0) (Diff)
/source/blender/editors/interface/interface.c (+5, -0) (Diff)
/source/blender/editors/interface/interface_draw.c (+6, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+102, -5) (Diff)
/source/blender/editors/interface/interface_intern.h (+6, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+99, -4) (Diff)
/source/blender/editors/interface/SConscript (+4, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+15, -0) (Diff)
/source/blender/windowmanager/CMakeLists.txt (+6, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+34, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+17, -0) (Diff)
/source/blender/windowmanager/SConscript (+4, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+7, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+18, -0) (Diff)
/source/blender/windowmanager/wm_window.h (+5, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021