aboutsummaryrefslogtreecommitdiff
path: root/harness/tools/genintf.pl
Commit message (Collapse)AuthorAge
* Have Meson orchestrate the whole build rather than stack.Josh Rahm10 days
| | | | | | | | As a part of this, I changed the file layout to: rt/ - the Montis runtime plug/ - the Montis plugin wlroots/ - wlroots
* better surface handlingJosh Rahm2024-02-22
|
* Fix plugin interface generation errosJosh Rahm2024-02-21
|
* Do most of keyboard handling in the plugin now.Josh Rahm2024-02-21
|
* Framework for plugin to call into harness.Josh Rahm2024-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 Rahm2024-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.