blender/intern/ghost
Nathan Letwory 4eb806b0a4 Fix [#24630] alt+shift+LMB dragging does not work
Reported by Nils Austa

There was double handling of modifier keys. With my autumn work on the modifier keys I had moved state checks for
modifier keys into convertKey(), but left the call to handleModifierKeys. That caused problems with proper
modifier key handling in the entire key handling code of GHOST.
2010-12-28 13:03:38 +00:00
..
doc This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
intern Fix [#24630] alt+shift+LMB dragging does not work 2010-12-28 13:03:38 +00:00
test Remove msvc build files which are not needed anymore. 2010-10-23 15:14:54 +00:00
CMakeLists.txt rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
GHOST_C-api.h Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for 'const char's,. 2010-12-03 17:05:21 +00:00
GHOST_IEvent.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
GHOST_IEventConsumer.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
GHOST_ISystem.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
GHOST_ITimerTask.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
GHOST_IWindow.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
GHOST_Path-api.h - added GCC warning -Wstrict-prototypes 2010-12-03 12:30:59 +00:00
GHOST_Rect.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
GHOST_Types.h Added WITH_CXX_GUARDEDALLOC support for GHOST, disabled by default. 2010-12-07 11:57:34 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00
SConscript throw an error is PREFIX isnt defined on X11 systems. defaults to /usr/local 2010-11-01 22:26:56 +00:00