| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Have the plugin handle more responsibility with keybindings. | Josh Rahm | 2024-02-21 |
| | | | | | The plugin now passes the key events to the Wayland clients. | ||
| * | Added ability to exit the program via a back-interface. | Josh Rahm | 2024-02-16 |
| | | |||
| * | Framework for plugin to call into harness. | Josh Rahm | 2024-02-14 |
| | | | | | | | This is done by passing an interface to the plugin from the harness. The plugin can then request the harness do some things (such as reload), and the harness will do that. | ||
| * | WIP: Working on the foreign interface. | Josh Rahm | 2024-02-13 |