Norman Feske a973d9902b gems: flexible window layouter
This commit replaces the former floating_window_layouter with a new
window_layouter component that supports the subdivision of screen space
into columns and rows, the concept of layers, and the principle ability
to store window layout information across reboots. The latter is
accomplished by reflecting the component's internal state as a 'rules'
report to the outside.

Fixes #3031
2018-11-16 14:53:20 +01:00
..
2018-10-29 09:36:23 +01:00
2017-05-31 13:15:56 +02:00
2018-11-16 14:53:20 +01:00

      Subsystem for presenting GUI applications in floating windows
                    using the themed window decorator

This package overrides parts of the wm package such that the themed decorator
is used instead of the default one.