genode/repos/gems
Norman Feske 202bb707ce menu_view: ignore zero-sized widgets in box layout
The box layout evenly distributes the child widgets according to the
number of children. This is not desired in the special case where a
child widget has a size of zero. The patch changes the layout algorithm
such that zero-sized widgets are not taken into account for distributing
residual space.
2022-08-10 13:33:00 +02:00
..
include gems: Avoid flexible array member in Cached_font. 2022-02-15 10:23:58 +01:00
lib Add missing shared-object link dependencies 2022-02-15 10:23:14 +01:00
ports port/cbe: update to newest version 2022-02-15 10:23:15 +01:00
recipes depot: update recipe hashes 2022-05-31 10:52:11 +02:00
run sculpt: hook for modem-driver integration 2022-08-10 13:33:00 +02:00
sculpt sculpt: add intel_opregion report/rom routing 2022-08-10 13:32:58 +02:00
src menu_view: ignore zero-sized widgets in box layout 2022-08-10 13:33:00 +02: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.