genode/os/src/server/nitpicker
Norman Feske af66043b79 New Input::Event::FOCUS, rename keycode to code
This patch introduces keyboard-focus events to the 'Input::Event' class
and changes the name 'Input::Event::keycode' to 'code'. The 'code'
represents the key code for PRESS/RELEASE events, and the focus state
for FOCUS events (0 - unfocused, 1 - focused).

Furthermore, nitpicker has been adapted to deliver FOCUS events to its
clients.

Fixes #609
2013-01-15 10:18:11 +01:00
..
common New Input::Event::FOCUS, rename keycode to code 2013-01-15 10:18:11 +01:00
data Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
genode New Input::Event::FOCUS, rename keycode to code 2013-01-15 10:18:11 +01:00
include Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
TODO Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Nitpicker is the low-level GUI server of Genode. For the general concepts,
please refer to the following document:

:A Nitpickers guide to a minimal-complexity secure GUI:

  [http://genode-labs.com/publications/nitpicker-secure-gui-2005.pdf]


Configuration
~~~~~~~~~~~~~

Nitpicker supports the following configuration options, supplied via
Genode's config mechanism.

:Tinting of clients in X-Ray mode:

  Nitpicker allows for assigning a color to single clients or a groups
  of clients based on the client's label. The following configuration
  tints all views of the launchpad subsystem in blue except for those
  views that belong to the testnit child of launchpad.
  ! <config>
  !   <policy label="launchpad"            color="#0000ff"/>
  !   <policy label="launchpad -> testnit" color="#ff0000"/>
  ! </config>