genode/repos/ports
Ehmry - 0d1761d54b Convert graphical terminal to a nitpicker client
Convert the graphical terminal server from a Framebuffer and Input
client to a Nitpicker client. The removes the need to run an instance of
nit_fb when using the terminal in the common case.

This is a partial conversion, the internal framebuffer logic in the
terminal has not been fully converted. For example, the dimensions of
the nitpicker view should be clipped to fit the nearest character-cell.

Fix #3261
2019-03-29 15:55:51 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
lib virtualbox: fix compiler error with newer iasl versions 2019-03-18 15:56:23 +01:00
mk ports: allow more customizations in gnu_build.mk 2018-02-09 13:34:20 +01:00
ports Update Seoul contrib code for new Fifo accessors 2019-02-19 11:08:17 +01:00
recipes depot: update recipe hashes 2019-03-19 11:12:36 +01:00
run Convert graphical terminal to a nitpicker client 2019-03-29 15:55:51 +01:00
src Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.