This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2024-12-26 00:41:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
87c9186efd
genode
/
repos
/
gems
/
recipes
/
pkg
/
motif_wm
/
archives
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sculpt: split window manager into multiple pkgs This commit moves the window layouter and window decorator into dedicated packages that can now be combined with the "wm" server at runtime and restarted/reconfigured/swapped-out independently. To use the window manager, one must start the 'wm', 'window_layouter', and one of the 'motif_decorator' or 'themed_decorator' subsystems. Fixes #3024
2018-11-16 14:41:58 +00:00
_/raw/motif_wm
Depot-archive recipes Issue #2339
2017-03-28 16:42:41 +00:00
_/src/wm
_/src/report_rom
_/src/decorator
gems: flexible window layouter This commit replaces the former floating_window_layouter with a new window_layouter component that supports the subdivision of screen space into columns and rows, the concept of layers, and the principle ability to store window layout information across reboots. The latter is accomplished by reflecting the component's internal state as a 'rules' report to the outside. Fixes #3031
2018-09-26 09:36:36 +00:00
_/src/window_layouter
Reference in New Issue
Copy Permalink