Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | util/addon: avoid calling finish() twice | Kirill Primak | |
No functional change. | |||
2022-04-28 | Zero-initialize structs in init functions | Simon Ser | |
Ensures there is no field left to its previous undefined value after calling an init function. | |||
2022-04-26 | util/addon: fix public include | Simon Ser | |
Everything in wlr/ is public and should be included via angle-bracket include directives. | |||
2021-08-11 | util/addon: find both by owner and impl | Kirill Primak | |
This allows to have multiple addons of different types with the same owner. | |||
2021-08-10 | util: add wlr_addon | Kirill Primak | |