<feed xmlns='http://www.w3.org/2005/Atom'>
<title>patched/glutin, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/patched/glutin/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/patched/glutin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/'/>
<updated>2016-04-17T17:36:34Z</updated>
<entry>
<title>Merge pull request #767 from emilio/x11-cursor-hide</title>
<updated>2016-04-17T17:36:34Z</updated>
<author>
<name>tomaka</name>
<email>pierre.krieger1708@gmail.com</email>
</author>
<published>2016-04-17T17:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=e46781979499e47e04697fe96994dfe96b7f1e59'/>
<id>urn:sha1:e46781979499e47e04697fe96994dfe96b7f1e59</id>
<content type='text'>
x11: Add cursor hiding</content>
</entry>
<entry>
<title>x11: Refactor NoneCursor logic so it applies to CursorState::Hide too</title>
<updated>2016-04-17T16:14:53Z</updated>
<author>
<name>Emilio Cobos Álvarez</name>
<email>me@emiliocobos.me</email>
</author>
<published>2016-04-17T16:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=0918fe4d9c3639d1fa5fdfae0aad8c229d40ddc0'/>
<id>urn:sha1:0918fe4d9c3639d1fa5fdfae0aad8c229d40ddc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>x11: Add cursor hiding</title>
<updated>2016-04-17T15:41:58Z</updated>
<author>
<name>Emilio Cobos Álvarez</name>
<email>me@emiliocobos.me</email>
</author>
<published>2016-04-17T15:32:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=51aeb27d7e231227c34bc822da3e7f27b42b54f4'/>
<id>urn:sha1:51aeb27d7e231227c34bc822da3e7f27b42b54f4</id>
<content type='text'>
The created cursor could be cached and whatnot, but I'm not sure it
deserves the complexity.
</content>
</entry>
<entry>
<title>Merge pull request #766 from est31/master</title>
<updated>2016-04-17T15:33:25Z</updated>
<author>
<name>tomaka</name>
<email>pierre.krieger1708@gmail.com</email>
</author>
<published>2016-04-17T15:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=558eeadbd5969b330c83efa10f3fd8b22d543f32'/>
<id>urn:sha1:558eeadbd5969b330c83efa10f3fd8b22d543f32</id>
<content type='text'>
Improve X11 cursor symbols handling</content>
</entry>
<entry>
<title>Improve X11 cursor symbols handling</title>
<updated>2016-04-17T14:48:27Z</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-04-16T18:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=7fb6450d17388097619bfb1e675e17c7bc2e3eaa'/>
<id>urn:sha1:7fb6450d17388097619bfb1e675e17c7bc2e3eaa</id>
<content type='text'>
1. Make it non failing. Before we tried to call XFreeCursor with a
   cursor of 0 if we couldn't find a cursor. This has then caused a panic.

2. Introduce a system where multiple special cursors are tried
   in order to work with different themes and desktop environments.
   This way we get less often into the situation where we have to use a
   default cursor.

3. Also set names for some cursors that previously only had a placeholder.

Fixes #765.
Will fix https://github.com/servo/servo/issues/10475 as well.
</content>
</entry>
<entry>
<title>Merge pull request #763 from Bobo1239/glx-caveat</title>
<updated>2016-04-13T13:22:36Z</updated>
<author>
<name>tomaka</name>
<email>pierre.krieger1708@gmail.com</email>
</author>
<published>2016-04-13T13:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=648e831538336bfd5a2de739f9e3ff9df1be6e08'/>
<id>urn:sha1:648e831538336bfd5a2de739f9e3ff9df1be6e08</id>
<content type='text'>
glx: Always set CONFIG_CAVEAT to DONT_CARE</content>
</entry>
<entry>
<title>glx: Always set CONFIG_CAVEAT to DONT_CARE</title>
<updated>2016-04-13T11:39:03Z</updated>
<author>
<name>Boris-Chengbiao Zhou</name>
<email>bobo1239@web.de</email>
</author>
<published>2016-04-13T11:37:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=b9065f56ba0c1fa9c55b6af31d765cc326456548'/>
<id>urn:sha1:b9065f56ba0c1fa9c55b6af31d765cc326456548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #762 from pierrechevalier83/master</title>
<updated>2016-04-13T07:12:42Z</updated>
<author>
<name>tomaka</name>
<email>pierre.krieger1708@gmail.com</email>
</author>
<published>2016-04-13T07:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=ff3dcf257375eb9fd3d9427289c35f31bbb4247e'/>
<id>urn:sha1:ff3dcf257375eb9fd3d9427289c35f31bbb4247e</id>
<content type='text'>
Publish 0.5.1</content>
</entry>
<entry>
<title>Publish 0.5.1</title>
<updated>2016-04-13T06:54:37Z</updated>
<author>
<name>Pierre Chevalier</name>
<email>pierrechevalier83@hotmail.fr</email>
</author>
<published>2016-04-13T06:52:31Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=18c065a2a188a01376d97926d3843503d4e6029a'/>
<id>urn:sha1:18c065a2a188a01376d97926d3843503d4e6029a</id>
<content type='text'>
- to make the fix for #748 available to the repos downstream that need it
</content>
</entry>
<entry>
<title>Merge pull request #761 from pierrechevalier83/master</title>
<updated>2016-04-13T06:41:17Z</updated>
<author>
<name>tomaka</name>
<email>pierre.krieger1708@gmail.com</email>
</author>
<published>2016-04-13T06:41:17Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=ce3d6dbe569bb26782073dafcc522a6f6edb00f2'/>
<id>urn:sha1:ce3d6dbe569bb26782073dafcc522a6f6edb00f2</id>
<content type='text'>
Fix pixel format support detection in glx. #748</content>
</entry>
</feed>
