genode/repos/gems
Norman Feske d6cb9cf854 menu_view: make font-style updates more robust
The font pointers cached in labels can become dangling when the style
database is updated, as happens when changing the font size dynamically.
This patch orderly updates the cached pointers before removing
out-of-date font entries from the style database.

Related to issue #5170
2024-04-12 15:08:00 +02:00
..
include depot_query: add support for bin and dbg archives 2024-02-26 08:59:09 +01:00
lib gems: VFS OSS plugin for Record/Play session 2024-04-12 15:08:00 +02:00
recipes gems: VFS OSS plugin for Record/Play session 2024-04-12 15:08:00 +02:00
run menu_view: support multiple dialogs 2024-04-12 15:08:00 +02:00
sculpt sculpt: add launcher/black_hole 2024-04-12 15:05:46 +02:00
src menu_view: make font-style updates more robust 2024-04-12 15:08:00 +02: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.