genode/repos/gems
Norman Feske 08bb689ae7 window layouter: bring unknown windows to front
This patch improves the handing of new appearing windows for which only
a wildcard assignment - but no exact assignment - rule exists. In the
prior version, an interactively raised window would stay in front of
such a window, which is unintuitive. The new version applies the
to-front mechanism to unknown new windows. For known new windows (with
an exact assignment rule) their original stacking position is preserved.
2018-11-29 11:54:30 +01:00
..
include gems/vfs.h: make 'File_content' more robust 2018-08-28 17:10:53 +02:00
lib Remove COW VFS plugin 2018-08-28 16:45:24 +02:00
recipes sculpt: let window layouter recall its prior state 2018-11-29 11:46:02 +01:00
run sculpt: update download_debian launcher for 18.11 2018-11-29 11:54:30 +01:00
src window layouter: bring unknown windows to front 2018-11-29 11:54:30 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.