| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Have Meson orchestrate the whole build rather than stack. | Josh Rahm | 10 days |
| | | | | | | | | | As a part of this, I changed the file layout to: rt/ - the Montis runtime plug/ - the Montis plugin wlroots/ - wlroots | ||
| * | better surface handling | Josh Rahm | 2024-02-22 |
| | | |||
| * | Fix plugin interface generation erros | Josh Rahm | 2024-02-21 |
| | | |||
| * | Do most of keyboard handling in the plugin now. | Josh Rahm | 2024-02-21 |
| | | |||
| * | 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. | ||
| * | Change up a lot of stuff. | Josh Rahm | 2024-02-11 |
| Add more functions to the plugin interface and write some generators to generate an interface header file and the plugin's loading code. | |||