summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-17Remove unused code generationwaylandxengineering
2023-03-17Add delay to later demonstrate lock statexengineering
The first test will be to lock the session for a few seconds since this is easier than authentication.
2023-01-06Implement first connection to Wayland compositorxengineering
2023-01-06Generate Wayland protocol sourcesxengineering
According to the Wayland book this is the recommended way to get this code at build time.
2023-01-06Add reference to Wayland bookHEADmainxengineering
This is a nice introduction to Wayland in general.
2023-01-06Add reference to ext_session_lock_manager_v1 docsxengineering
This will be used to implement the screen lock.
2023-01-06Add reference to cairo project to READMExengineering
2023-01-06Add Makefilexengineering
2023-01-06Add C hello worldxengineering
Just a minimal starting point ... don't worry.
2023-01-06Add minimal READMExengineering
2023-01-06Add GPLv3 licensexengineering
Well known FOSS license. No server application thus not AGPL.