Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-22 | addon: Remove extra newline from logging | Alexander Orzechowski | |
2022-12-22 | addon: Add more logging | Alexander Orzechowski | |
2022-12-22 | util/addon: ensure the set is empty after finish | Kirill Primak | |
2022-12-05 | addon: Allow NULL owner of addon | Kenny Levinsen | |
An owner is not always required or practical. Rather than have the user set a bogus owner in these cases, allow the user to set a NULL owner. | |||
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 | |