Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-24 | CONTRIBUTING.md: make forks public to let the CI run | tiosgz | |
This little note helps first-time contributors who are in doubt regarding the repo visibility. | |||
2022-02-21 | CONTRIBUTING.md: update construction/destruction functions' description | Kirill Primak | |
wlroots doesn't really follow the rule of keeping `create`/`destroy` and `init`/`finish` functions in pairs, so the relevant doc section is updated accordingly. | |||
2021-11-06 | CONTRIBUTING.md: add CoC section | Kirill Primak | |
2021-11-01 | s/GitHub/GitLab/ | Simon Ser | |
2021-09-24 | Fix a typo in CONTRIBUTING.md | Hubert Hirtz | |
2021-09-02 | contributing: don't reference issues in commit first line | Simon Ser | |
Commits named "Fix #XXX" make it pretty complicated to figure out exactly what the commit is doing from the shortlog. A better place for issue references is in the extended commit message. | |||
2021-08-30 | Link to gamja for web chat | Simon Ser | |
gamja offers a better experience than Kiwi. | |||
2021-08-30 | contributing: turn remaining links into refs | Simon Ser | |
2021-08-30 | contributing: clone wlroots fork with SSH | Simon Ser | |
HTTPS URLs aren't writable. | |||
2021-08-30 | contributing: use references for links | Simon Ser | |
This avoids cluttering the prose with URLs. | |||
2021-08-30 | contributing: add new section about commit log | Simon Ser | |
This is shamelessly stolen from Weston [1]. It's been a while we've transitioned away from merge commits and work-style commit history, so it'd be nice to mention this in the docs. [1]: https://gitlab.freedesktop.org/wayland/weston/-/blob/main/CONTRIBUTING.md#formatting-and-separating-commits | |||
2021-05-26 | contributing: add link to IRC web chat | Simon Ser | |
2021-05-24 | Update IRC links | Simon Zeni | |
2020-06-08 | contributing: add note about events that destroy objects | Simon Ser | |
2020-06-08 | contributing: resource destroy handlers need to cleanup pointers | Simon Ser | |
2019-11-25 | Simplify globals implementation by removing destructors | Simon Ser | |
Some globals are static and it doesn't make sense to destroy them before the wl_display. For instance, wl_compositor should be created before the display is started and shouldn't be destroyed. For these globals, we can simplify the code by removing the destructor and stop keeping track of wl_resources (these will be destroyed with the wl_display by libwayland). | |||
2018-07-09 | util: add wlr_ prefix to log symbols | emersion | |
2018-07-08 | Rename wl_resources to resource, wl_global to global | emersion | |
2018-07-03 | fix: add stack update on focus change | Armin Preiml | |
Enable the stack update again for focus changes on non-focusable views. | |||
2018-06-28 | contributing: move wl_resource_set_user_data() right before free() | emersion | |
2018-05-30 | cleanup: Use void for zero-parameter functions | Genki Sky | |
Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-05-03 | Update CONTRIBUTING.md with protocol implementation guidelines | emersion | |
2018-04-25 | Add prefix policy to CONTRIBUTING.md | emersion | |
2017-12-27 | Update CONTRIBUTING.md | Drew DeVault | |
2017-10-02 | Update README et al with new links | Drew DeVault | |
2017-09-30 | Change to irc.freenode.net | Scott Anderson | |
2017-09-30 | Added example | Scott Anderson | |
2017-09-30 | Changed IRC back to webchat link | Scott Anderson | |
Github doesn't support irc:// links, for some stupid reason. | |||
2017-09-30 | Changed "uninitialised" to "zeroed" | Scott Anderson | |
2017-09-30 | Updated CONTRIBUTING.md | Scott Anderson | |
Changed the contribution guidelines to be more consistent with the style that wlroots has evolved into, and removed some duplicate information that already exists in the kernel style. | |||
2017-08-17 | Update IRC channel in CONTRIBUTING.md | Drew DeVault | |
2017-06-06 | Update README.md, add CONTRIBUTING.md | Drew DeVault | |