genode/repos/gems
Norman Feske 732f310b26 menu_view: update dialog when min w/h changes
The minimum width/height of a dialog is not specified in the dialog ROM
but in the menu_view configuration. So the regular dialog-ROM update
handling fails to captures dynamic changes of the minimum w/h. In
Sculpt, the panel would not always adjust immediately to a new screen
size.

This patch triggers a dialog update when detecting such configuration
changes (min w/h, opaqueness, background color).

Issue #5370
2024-10-30 08:14:56 +01:00
..
include framebuffer_session: accessors for buffer surfaces 2024-10-08 09:09:24 +02:00
lib gems: VFS OSS plugin for Record/Play session 2024-04-12 15:08:00 +02:00
recipes sticks_blue_backdrop: adjust RAM quota to work in 4k 2024-10-30 08:14:54 +01:00
run sculpt: generate panorama config 2024-10-30 08:14:55 +01:00
sculpt sculpt: let leitzentrale follow the pointer 2024-10-30 08:14:56 +01:00
src menu_view: update dialog when min w/h changes 2024-10-30 08:14:56 +01:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory is a source-code repository containing Genode-specific services
and applications. In contrast to the components hosted in 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.