genode/repos/demo/src/app/launchpad
Norman Feske 3778558608 os: reworked nitpicker_gfx/text_painter.h
This patch improves the `Text_painter` utility that is commonly used by
native Genode components to render text:

- Support for subpixel positioning
- Generic interface for accessing font data
- Basic UTF-8 support

Since the change decouples the font format from the 'Text_painter' and
changes the API to use the sub-pixel accurate 'Text_painter::Position'
type, all users of the utility require an adaptation.

Fixes #2716
2018-04-10 11:09:18 +02:00
..
child_entry.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
launch_entry.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
launcher.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
launchpad_window.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
launchpad_window.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
loadbar.h os: reworked nitpicker_gfx/text_painter.h 2018-04-10 11:09:18 +02:00
main.cc base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
README Assign cap quotas in run scripts and recipes 2017-05-31 13:16:06 +02:00
section.h os: reworked nitpicker_gfx/text_painter.h 2018-04-10 11:09:18 +02:00
status_entry.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
target.mk Deprecate Genode::config() 2017-01-13 13:06:54 +01:00

Launchpad is a graphical application for interactively starting and
killing programs.

By default, launchpad displays a onfigured list of programs and their
respective default memory quotas. The user can tweak the memory quota for each
entry with mouse and then start a program by clicking on its name. The
following example configuration tells launchpad to display a list of three
launcher entries:

!<config>
!  <launcher name="sdl_pathfind" ram_quota="10M" caps="50"/>
!  <launcher name="liquid_fb"    ram_quota="10M" caps="50"/>
!  <launcher name="hello"        ram_quota="1M"  caps="50"/>
!</config>