Blender Git Loki

Git Commits -> Revision 7907014

November 17, 2014, 17:18 (GMT)
set up ime branch

Commit Details:

Full Hash: 7907014ed7da132fc88ec1b9dcb8b573ec9dd22a
Parent Commit: 5674ac9
Lines Changed: +846, -22

38 Modified Paths:

/build_files/scons/config/win32-mingw-config.py (+1, -1) (Diff)
/build_files/scons/config/win32-vc-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-mingw-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-vc-config.py (+1, -1) (Diff)
/CMakeLists.txt (+2, -2) (Diff)
/intern/ghost/CMakeLists.txt (+2, -0) (Diff)
/intern/ghost/GHOST_C-api.h (+32, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+28, -0) (Diff)
/intern/ghost/GHOST_Types.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+16, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+63, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+9, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+18, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+14, -0) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface.c (+5, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+67, -4) (Diff)
/source/blender/editors/interface/interface_intern.h (+4, -0) (Diff)
/source/blender/editors/interface/interface_widgets.c (+85, -5) (Diff)
/source/blender/editors/screen/screen_edit.c (+6, -0) (Diff)
/source/blender/editors/space_console/console_draw.c (+33, -1) (Diff)
/source/blender/editors/space_console/console_ops.c (+41, -0) (Diff)
/source/blender/editors/space_console/space_console.c (+33, -0) (Diff)
/source/blender/editors/space_info/textview.c (+101, -0) (Diff)
/source/blender/editors/space_info/textview.h (+2, -0) (Diff)
/source/blender/editors/space_text/space_text.c (+30, -1) (Diff)
/source/blender/editors/space_text/text_draw.c (+101, -5) (Diff)
/source/blender/editors/space_text/text_format.h (+2, -0) (Diff)
/source/blender/editors/space_text/text_ops.c (+44, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+4, -0) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+29, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+10, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+10, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+10, -0) (Diff)
/source/blender/windowmanager/wm_window.h (+4, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021