blender/intern
Nathan Letwory c52e7c1370 Fix AltGr problem on Windows
It was impossible for keyboard layouts that use AltGr to create certain characters to insert
them in Text and Console.

The keyboard driver in Windows sends left control events when AltGr is pressed. This meant that
Blender thought control was being held, which is a PASS_THROUGH condition for the insert operator
in both editors.

Add testing of keyboard layout for AltGr, both on initialization and WM_INPUTLANGCHANGE.

To remedy AltGr problem, we send now a left control key up event to Blender before further processing
the AltGr key.
2010-10-16 15:21:55 +00:00
..
audaspace == Audaspace / FFMPEG == 2010-10-16 15:01:01 +00:00
boolop warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
bsp warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
container warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
decimation warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
elbeem warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
ghost Fix AltGr problem on Windows 2010-10-16 15:21:55 +00:00
guardedalloc c++ -> C++ 2010-10-08 20:40:42 +00:00
iksolver warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
itasc warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
make 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
memutil warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
moto warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
opennl warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
smoke - added back zlib include (needed for win32). 2010-09-07 01:13:10 +00:00
string Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00
CMakeLists.txt option to disable ITASC IK solver, (will be enabled by default ofcourse) 2010-09-12 12:27:12 +00:00
Makefile still doesn't work but this fixes make clean 2009-09-25 04:25:40 +00:00
SConscript Merge of itasc branch. Project files, scons and cmake should be working. Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library. 2009-09-24 21:22:24 +00:00