<feed xmlns='http://www.w3.org/2005/Atom'>
<title>patched/glutin/src/api, 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-17T16:14:53+00:00</updated>
<entry>
<title>x11: Refactor NoneCursor logic so it applies to CursorState::Hide too</title>
<updated>2016-04-17T16:14:53+00:00</updated>
<author>
<name>Emilio Cobos Álvarez</name>
<email>me@emiliocobos.me</email>
</author>
<published>2016-04-17T16:14:53+00:00</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:58+00:00</updated>
<author>
<name>Emilio Cobos Álvarez</name>
<email>me@emiliocobos.me</email>
</author>
<published>2016-04-17T15:32:34+00:00</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>Improve X11 cursor symbols handling</title>
<updated>2016-04-17T14:48:27+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-04-16T18:37:53+00:00</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>glx: Always set CONFIG_CAVEAT to DONT_CARE</title>
<updated>2016-04-13T11:39:03+00:00</updated>
<author>
<name>Boris-Chengbiao Zhou</name>
<email>bobo1239@web.de</email>
</author>
<published>2016-04-13T11:37:58+00:00</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>Fix pixel format support detection in glx. #748</title>
<updated>2016-04-13T00:25:23+00:00</updated>
<author>
<name>Pierre Chevalier</name>
<email>pierrechevalier83@hotmail.fr</email>
</author>
<published>2016-04-13T00:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=c68c0d96b25d01571b131bdd53a61407b0405558'/>
<id>urn:sha1:c68c0d96b25d01571b131bdd53a61407b0405558</id>
<content type='text'>
* by accepting GLX_EXT_framebuffer_sRGB as a sRGB capable framebuffer
* the new behaviour matches the wgl codel
</content>
</entry>
<entry>
<title>Merge pull request #755 from BonsaiDen/glx_multisampling_conformance</title>
<updated>2016-04-06T14:34:05+00:00</updated>
<author>
<name>tomaka</name>
<email>pierre.krieger1708@gmail.com</email>
</author>
<published>2016-04-06T14:34:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=d2343106bcd1785ed18ea7b4c3b2591ca1660201'/>
<id>urn:sha1:d2343106bcd1785ed18ea7b4c3b2591ca1660201</id>
<content type='text'>
glx: Support non-conformant multisampling fbconfigs.</content>
</entry>
<entry>
<title>glx: Support non-conformant multisampling fbconfigs.</title>
<updated>2016-03-30T06:40:32+00:00</updated>
<author>
<name>Ivo Wetzel</name>
<email>ivo.wetzel@googlemail.com</email>
</author>
<published>2016-03-30T06:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=1b313df1ea64c34b65f21f5d072515c3ae2b481d'/>
<id>urn:sha1:1b313df1ea64c34b65f21f5d072515c3ae2b481d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of github.com:tomaka/glutin into x11_window_size_constraints</title>
<updated>2016-03-30T06:21:01+00:00</updated>
<author>
<name>Ivo Wetzel</name>
<email>ivo.wetzel@googlemail.com</email>
</author>
<published>2016-03-30T06:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=0e9fad5d2350467921af2d2e3ab0b26a1b749080'/>
<id>urn:sha1:0e9fad5d2350467921af2d2e3ab0b26a1b749080</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed MouseMoved((i32, i32)) to MouseMoved(i32, i32), breaking change</title>
<updated>2016-03-27T18:39:20+00:00</updated>
<author>
<name>Richard Lettich</name>
<email>lettrich42@gmail.com</email>
</author>
<published>2016-03-27T18:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=117069ef9023665085564c4c20a9525c9e139de2'/>
<id>urn:sha1:117069ef9023665085564c4c20a9525c9e139de2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correctly apply initial size constraints for x11 windows.</title>
<updated>2016-03-25T18:52:57+00:00</updated>
<author>
<name>Ivo Wetzel</name>
<email>ivo.wetzel@googlemail.com</email>
</author>
<published>2016-03-25T18:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/patched/glutin/commit/?id=1b7a3cd31febc38b4d0d39d06f99639469a5823d'/>
<id>urn:sha1:1b7a3cd31febc38b4d0d39d06f99639469a5823d</id>
<content type='text'>
</content>
</entry>
</feed>
