tornavis/source/blender/windowmanager
Sergey Sharybin 591a091003 Fix #31221: Multiple Monitors/Windows Double Click For Focus
Window might be focused by mouse click in configuration of window manager
when focus is not following mouse.
Click could have been done on a button and depending on window manager settings
click would be passed to blender or not, but in any case button under cursor
should be activated. Currently the easiest way to activate button is to
generate mouse move event.

Not sure about OSX, but on windows it worked fine because OS is generating
WM_MOUSEMOVE event "automatically" so nothing special from blender side was
needed.
2012-05-10 15:34:23 +00:00
..
intern Fix #31221: Multiple Monitors/Windows Double Click For Focus 2012-05-10 15:34:23 +00:00
CMakeLists.txt Adds support for utf paths on Windows. 2012-03-20 02:17:37 +00:00
SConscript Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00
WM_api.h Fix related to [#31157]: Tips (descriptions) of macro operators were not set into underlying RNA struct, hence did not show up in UI. 2012-05-05 19:26:53 +00:00
WM_keymap.h Fix #30977: error loading modal keymaps from keyconfiguration presets. 2012-04-17 15:40:04 +00:00
WM_types.h Fixed another bunch of i18n bugs (thx to Leon Cheung for spotting them), among which: 2012-04-14 15:06:41 +00:00
wm.h Code Cleanup: remove non existing function declarations. 2012-02-29 15:00:37 +00:00
wm_cursors.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
wm_draw.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
wm_event_system.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
wm_event_types.h style cleanup: comment blocks 2012-03-09 18:28:30 +00:00
wm_files.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
wm_subwindow.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
wm_window.h patch [#30511] Save/load window state (allows Blender to start maximised) 2012-03-10 17:49:26 +00:00