<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wlroots.git/examples/compositor, branch master</title>
<subtitle>fork of wlroots with action binder support
</subtitle>
<id>https://git.vlhl.dev/navi/wayland/wlroots.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/wayland/wlroots.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/'/>
<updated>2017-08-19T19:56:51+00:00</updated>
<entry>
<title>move wl_compositor into wlroots as wlr_compositor</title>
<updated>2017-08-19T19:56:51+00:00</updated>
<author>
<name>Dominique Martinet</name>
<email>asmadeus@codewreck.org</email>
</author>
<published>2017-08-19T19:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=411078815953ef0a29e61b49868e646ad899fb01'/>
<id>urn:sha1:411078815953ef0a29e61b49868e646ad899fb01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: separate compositor_fini from run</title>
<updated>2017-08-19T07:31:06+00:00</updated>
<author>
<name>Dominique Martinet</name>
<email>asmadeus@codewreck.org</email>
</author>
<published>2017-08-19T07:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=5885679e33b4082e727fb55e1700b67159ec9d06'/>
<id>urn:sha1:5885679e33b4082e727fb55e1700b67159ec9d06</id>
<content type='text'>
compositor_fini destroys the display, but it is an error to destroy it
before e.g. wlr_seat that references it.
This lets us order destroy calls properly, following first-in-last-out
logic.
</content>
</entry>
<entry>
<title>wlr renderer/texture: rename init to create when it does alloc</title>
<updated>2017-08-19T06:33:31+00:00</updated>
<author>
<name>Dominique Martinet</name>
<email>asmadeus@codewreck.org</email>
</author>
<published>2017-08-19T06:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=f24b3df980979d761bd59773f39d6d5f90d17913'/>
<id>urn:sha1:f24b3df980979d761bd59773f39d6d5f90d17913</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wlr_data_device_manager</title>
<updated>2017-08-18T17:58:36+00:00</updated>
<author>
<name>nyorain</name>
<email>nyorain@gmail.com</email>
</author>
<published>2017-08-18T17:58:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=f2a90986919febd6d6a47e044ca7f1842980c5e9'/>
<id>urn:sha1:f2a90986919febd6d6a47e044ca7f1842980c5e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement wlr_data_{source,device,device_manager}</title>
<updated>2017-08-18T16:56:21+00:00</updated>
<author>
<name>nyorain</name>
<email>nyorain@gmail.com</email>
</author>
<published>2017-08-18T16:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=86314caa5b6bd382c7532491d8fc02cafcdf7970'/>
<id>urn:sha1:86314caa5b6bd382c7532491d8fc02cafcdf7970</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update keyboard modifiers in example compositor</title>
<updated>2017-08-17T12:34:31+00:00</updated>
<author>
<name>nyorain</name>
<email>nyorain@gmail.com</email>
</author>
<published>2017-08-17T12:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=edbaa7d6ac0bdbe3230b75e7cf7664dbda7207e0'/>
<id>urn:sha1:edbaa7d6ac0bdbe3230b75e7cf7664dbda7207e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wlr_seat; add to example compositor</title>
<updated>2017-08-17T11:06:53+00:00</updated>
<author>
<name>nyorain</name>
<email>nyorain@gmail.com</email>
</author>
<published>2017-08-17T10:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=ad22b4874dbe08b373f642860925056fba70795a'/>
<id>urn:sha1:ad22b4874dbe08b373f642860925056fba70795a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #91 from martinetd/move_wl_shell</title>
<updated>2017-08-15T21:39:18+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2017-08-15T21:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=19d6442f52743d50d10c796d7146f58c251f67fe'/>
<id>urn:sha1:19d6442f52743d50d10c796d7146f58c251f67fe</id>
<content type='text'>
Move wl_shell into wlroots</content>
</entry>
<entry>
<title>Merge pull request #88 from 4e554c4c/alloc_crashing</title>
<updated>2017-08-15T16:21:58+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2017-08-15T16:21:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=27c13d621df7b38d04f8ffb3012aa977d1b9bb24'/>
<id>urn:sha1:27c13d621df7b38d04f8ffb3012aa977d1b9bb24</id>
<content type='text'>
Prevent alloc errors from crashing</content>
</entry>
<entry>
<title>Make wlr_wl_shell_create work like xdg</title>
<updated>2017-08-15T13:36:02+00:00</updated>
<author>
<name>Dominique Martinet</name>
<email>asmadeus@codewreck.org</email>
</author>
<published>2017-08-15T13:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/wlroots.git/commit/?id=f9b55dfa952f3e405399cabf2963b2df376f044d'/>
<id>urn:sha1:f9b55dfa952f3e405399cabf2963b2df376f044d</id>
<content type='text'>
Also:
- rename wlr_xdg_shell_v6_init to create as that is what it does
- free wlr_xdg_shell on failure to create wl_global, the struct
is not initialized enough to call destroy at that point
</content>
</entry>
</feed>
