Kirill Primak
fc1ed72bdc
CONTRIBUTING.md: add CoC section
3 years ago
Simon Ser
8bc1086cac
s/GitHub/GitLab/
3 years ago
Hubert Hirtz
d96d2f5f23
Fix a typo in CONTRIBUTING.md
3 years ago
Simon Ser
b0972a94c3
contributing: don't reference issues in commit first line
...
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.
3 years ago
Simon Ser
c8d97e2791
Link to gamja for web chat
...
gamja offers a better experience than Kiwi.
3 years ago
Simon Ser
b18c254e5f
contributing: turn remaining links into refs
3 years ago
Simon Ser
1ad3cd7f36
contributing: clone wlroots fork with SSH
...
HTTPS URLs aren't writable.
3 years ago
Simon Ser
ea800b7418
contributing: use references for links
...
This avoids cluttering the prose with URLs.
3 years ago
Simon Ser
2ddd8e8036
contributing: add new section about commit log
...
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
3 years ago
Simon Ser
d0560e2597
contributing: add link to IRC web chat
4 years ago
Simon Zeni
e6c00f7eea
Update IRC links
4 years ago
Simon Ser
9b85a8b43d
contributing: add note about events that destroy objects
5 years ago
Simon Ser
fd0a845cb4
contributing: resource destroy handlers need to cleanup pointers
5 years ago
Simon Ser
5cde35923c
Simplify globals implementation by removing destructors
...
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).
5 years ago
emersion
7cbef15206
util: add wlr_ prefix to log symbols
6 years ago
emersion
deeca53e33
Rename wl_resources to resource, wl_global to global
6 years ago
Armin Preiml
e6d613ca2e
fix: add stack update on focus change
...
Enable the stack update again for focus changes on non-focusable views.
6 years ago
emersion
64665200fa
contributing: move wl_resource_set_user_data() right before free()
6 years ago
Genki Sky
d1cf9acbd5
cleanup: Use void for zero-parameter functions
...
Signed-off-by: Genki Sky <sky@genki.is>
7 years ago
emersion
8676155ae1
Update CONTRIBUTING.md with protocol implementation guidelines
7 years ago
emersion
f9f75a1362
Add prefix policy to CONTRIBUTING.md
7 years ago
Drew DeVault
4267ee2bf3
Update CONTRIBUTING.md
7 years ago
Drew DeVault
b0527e7d48
Update README et al with new links
7 years ago
Scott Anderson
8e45d4beb7
Change to irc.freenode.net
7 years ago
Scott Anderson
bee3560f13
Added example
7 years ago
Scott Anderson
b3dd1b5f95
Changed IRC back to webchat link
...
Github doesn't support irc:// links, for some stupid reason.
7 years ago
Scott Anderson
deb90ae59d
Changed "uninitialised" to "zeroed"
7 years ago
Scott Anderson
e49aed8012
Updated CONTRIBUTING.md
...
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.
7 years ago
Drew DeVault
a616437c83
Update IRC channel in CONTRIBUTING.md
7 years ago
Drew DeVault
d79f578022
Update README.md, add CONTRIBUTING.md
8 years ago