Landfall

Changelog

(0) -10 +10 +100 +300 tip
18:8a38d4dc8d06
2018-05-25 Paul Boddie changeset files shortlog graph Added a tool to regenerate package Control files from package declarations.
tools/makecontrol.sh
17:c9cbc0cafa80
2018-05-24 Paul Boddie changeset files shortlog graph Permit the binding of client-created interrupt objects to input event servers. Support L4Re::Event interface usage by input event clients.
pkg/devices/input/include/input-event-client.h pkg/devices/input/include/input-event-server.h pkg/devices/input/src/client/input-event-client.cc pkg/devices/input/src/server/input-keypad-server.cc pkg/landfall-examples/input_event_client/Makefile pkg/landfall-examples/input_event_client/input_event_client.cc
16:05788bc55c39
2018-05-23 Paul Boddie changeset files shortlog graph Introduced tools and a placeholder that causes the Unifont binary to be built.
pkg/landfall-examples/input_event_client/unifont.tff pkg/landfall-examples/input_event_client/unifont.tff.needed tools/install.sh tools/makefonts.sh tools/readfont.py
15:4e4cf2e64a72
2018-05-21 Paul Boddie changeset files shortlog graph Make the input event interfaces closer to those of L4Re::Event.
pkg/devices/input/include/input-event-ops.h pkg/devices/input/src/client/input-event-client.cc pkg/devices/input/src/server/input-keypad-server.cc
14:fadcca85dc2a
2018-05-20 Paul Boddie changeset files shortlog graph Added examples demonstrating fbterminal with the hello program.
conf/landfall-examples/mips-letux400-fbterminal.cfg conf/landfall-examples/mips-letux400-fbterminal.list conf/landfall-examples/mips-qi_lb60-fbterminal.cfg conf/landfall-examples/mips-qi_lb60-fbterminal.list
13:bbdca5f2432a
2018-05-20 Paul Boddie changeset files shortlog graph Added a simple, direct test of the Vcon interface.
pkg/landfall-examples/vcon_test/Makefile pkg/landfall-examples/vcon_test/vcon_test.cc
12:a769a8bf1d4a
2018-05-20 Paul Boddie changeset files shortlog graph Fixed the positioning of the viewport.
conf/landfall-examples/mips-letux400-spectrum.cfg conf/landfall-examples/mips-qi_lb60-spectrum.cfg
11:fd9bc02853c6
2018-05-19 Paul Boddie changeset files shortlog graph Introduced null event support for event loops, employed in the keypad servers.
pkg/devices/keypad/include/keypad-event-loop.h pkg/devices/keypad/src/letux400/keypad-letux400.cc pkg/devices/keypad/src/qi_lb60/keypad-qi_lb60.cc pkg/devices/util/include/event-loop.h
10:c5af0606a3d1
2018-05-18 Paul Boddie changeset files shortlog graph Introduced an event loop class that knows about handlers and event types. Tidied up the handler mechanism, eliminating the superfluous private data, since the event details are meant to take the place of such data. Changed the example to use separate handlers depending on the presentation mode.
pkg/devices/input/include/input-event-loop.h pkg/devices/input/src/client/input-event-loop.cc pkg/devices/util/include/event-loop.h pkg/landfall-examples/input_event_client/input_event_client.cc
9:951e3acf12ce
2018-05-18 Paul Boddie changeset files shortlog graph Introduced a generic event loop as the basis of the input event loop.
pkg/devices/input/include/input-event-loop.h pkg/devices/input/src/client/Makefile pkg/devices/input/src/client/input-event-loop.cc pkg/devices/util/include/event-loop.h pkg/devices/util/src/Makefile pkg/devices/util/src/event-loop.cc pkg/landfall-examples/input_event_client/input_event_client.cc
(0) -10 +10 +100 +300 tip