genode/repos/os
Norman Feske ee463b21ae nitpicker: fix interplay of hover with dragging
This patch extends the notion of having only one uniquely hovered client
in the presence of held keys.

If motion occurs once a key is pressed (e.g., while dragging), the
receiver of the key sequence observes the motion events. In this case,
we have to submit an artificial leave event to the originally hovered
client so that no more than one client observes itself as being hovered
at the same time. Once the key sequence is finished, the hovering is
updated again, eventually presenting a motion event to the originally
hovered client and a leave event to the receiver of the key sequence.

Issue #4176
2021-10-14 11:02:17 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: extend ARM Platform::Device constructor 2021-10-14 11:02:15 +02:00
lib sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
recipes rom_filter: support default input values 2021-10-14 11:02:10 +02:00
run cpu_balancer.run: adjust caps for sel4/x86_64 2021-10-14 11:02:14 +02:00
src nitpicker: fix interplay of hover with dragging 2021-10-14 11:02:17 +02:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.