udevbe / greenfield

HTML5 Wayland compositor :seedling:
GNU Affero General Public License v3.0
901 stars 27 forks source link

Introduce floating & fullscreen modes #144

Open Zubnix opened 3 months ago

Zubnix commented 3 months ago

This PR introduces a new fullscreen mode which will make all applications fullscreen by creating a new canvas for each new top level window. The user is responsible for supplying and managing these html canvas elements in their web environment. Addresses #137