1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 08:09:40 +00:00
openmw-tes3mp/apps/openmw
scrawl 1714271a76 Improve KeyboardNavigation to better handle modal windows
It's no longer possible to cycle to widgets that aren't part of the current modal window.

The window manager will remember the focused widget of a modal window on a limited basis (it'll be discarded when a different modal window opens).
2017-09-27 12:55:58 +00:00
..
mwbase Hide the mouse cursor until it's used 2017-09-27 12:55:48 +00:00
mwclass Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window 2017-09-24 19:08:12 +02:00
mwdialogue Refactor dialogue GUI to talk to the dialogue manager, not the other way around and not both ways. 2017-09-25 23:38:28 +02:00
mwgui Improve KeyboardNavigation to better handle modal windows 2017-09-27 12:55:58 +00:00
mwinput Hide the mouse cursor until it's used 2017-09-27 12:55:48 +00:00
mwmechanics Fix possible fall damage when switching from falling to flying 2017-09-17 23:16:49 +00:00
mwphysics Move fall height reset into PhysicsSystem (Fixes #4049) 2017-09-17 23:06:51 +00:00
mwrender Fix player Ptr in RenderingManager not being updated on cell changes 2017-09-17 23:07:17 +00:00
mwscript Refactor dialogue GUI to talk to the dialogue manager, not the other way around and not both ways. 2017-09-25 23:38:28 +02:00
mwsound Avoid an extra call to get the buffer size 2017-09-16 16:25:32 -07:00
mwstate Fade screen in on a new game start 2017-07-23 11:04:58 +04:00
mwworld Refactor dialogue GUI to talk to the dialogue manager, not the other way around and not both ways. 2017-09-25 23:38:28 +02:00
android_commandLine.cpp Fix tab indentations in apps/ and components/ 2015-09-16 20:45:37 +02:00
android_commandLine.h Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
android_main.c enable opengl es1 2015-12-02 22:40:04 +03:00
CMakeLists.txt Add basic keyboard navigation for the GUI 2017-09-24 19:08:11 +02:00
crashcatcher.cpp crashcatcher: complain when launching gdb fails 2017-02-23 23:28:49 +01:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp Remove redundant update function 2017-09-24 19:08:15 +02:00
engine.hpp Allow starting at an (unnamed) exterior cell using --start (Feature #3941) 2017-08-06 22:31:07 +02:00
main.cpp Add missing include for isatty function (Fixes #4002) 2017-08-06 13:02:22 +02:00