<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raylib/src/external/glfw/deps, branch fix-mouse-released</title>
<subtitle>Forked from https://github.com/raysan5/raylib</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/'/>
<entry>
<title>Remove unnecesary GLFW deps (used by examples)</title>
<updated>2019-04-23T12:50:58+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-04-23T12:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=9835be7b7ade3e32696fb3c0c4075c02038276f1'/>
<id>9835be7b7ade3e32696fb3c0c4075c02038276f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update GLFW to 3.3.1</title>
<updated>2019-04-22T17:00:43+00:00</updated>
<author>
<name>Ray</name>
<email>raysan5@gmail.com</email>
</author>
<published>2019-04-22T17:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=cd934c9f669f22dc49304a722c8acd36b94b9321'/>
<id>cd934c9f669f22dc49304a722c8acd36b94b9321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>glfw: Update GLFW to current master</title>
<updated>2019-01-08T08:03:22+00:00</updated>
<author>
<name>Ahmad Fatoum</name>
<email>ahmad@a3f.at</email>
</author>
<published>2018-10-27T09:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=c3d2b1b18451d66e247450fe06d2d95e6a9a8674'/>
<id>c3d2b1b18451d66e247450fe06d2d95e6a9a8674</id>
<content type='text'>
glfw/glfw@5595fa3ae6 implements a proper fix for the macOS Mojave
problem of OpenGL windows not being rendered until moved or manually
updated.

Pull in the current master and rebase the three patches we have on top:
- two commits we have for reuse of the GLFW CMake build system for Wayland
It hasn't yet to be acknowledged upstream.
- one commit removing #include &lt;windows.h&gt; in glfw3native.h to avoid
duplicate declarations.

Fixes #655 and #665.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glfw/glfw@5595fa3ae6 implements a proper fix for the macOS Mojave
problem of OpenGL windows not being rendered until moved or manually
updated.

Pull in the current master and rebase the three patches we have on top:
- two commits we have for reuse of the GLFW CMake build system for Wayland
It hasn't yet to be acknowledged upstream.
- one commit removing #include &lt;windows.h&gt; in glfw3native.h to avoid
duplicate declarations.

Fixes #655 and #665.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GLFW source tree to src/external</title>
<updated>2018-05-10T21:07:26+00:00</updated>
<author>
<name>Ahmad Fatoum</name>
<email>ahmad@a3f.at</email>
</author>
<published>2018-05-10T20:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=0df501be91a09af6b4b06bf44df86d8d06cdcada'/>
<id>0df501be91a09af6b4b06bf44df86d8d06cdcada</id>
<content type='text'>
We need the CMake stuff for wayland configuration.
Otherwise, we would have to replicate that ourselves.
This is the full 7ef34eb06de54dd9186d3d21a401b2ef819b59e7 tree except
for tests/ examples/ and docs/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need the CMake stuff for wayland configuration.
Otherwise, we would have to replicate that ourselves.
This is the full 7ef34eb06de54dd9186d3d21a401b2ef819b59e7 tree except
for tests/ examples/ and docs/
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated GLFW library to latest version</title>
<updated>2018-03-03T14:58:44+00:00</updated>
<author>
<name>raysan5</name>
<email>raysan5@gmail.com</email>
</author>
<published>2018-03-03T14:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=3b4a64f2d612c4ed6e04c8d18bd0f2dcf2a24ec1'/>
<id>3b4a64f2d612c4ed6e04c8d18bd0f2dcf2a24ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded glfw dependencies</title>
<updated>2017-11-17T17:42:39+00:00</updated>
<author>
<name>Ray San</name>
<email>raysan5@gmail.com</email>
</author>
<published>2017-11-17T17:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=e2e4b8df28a80a2514308177a2b9e7604455a93b'/>
<id>e2e4b8df28a80a2514308177a2b9e7604455a93b</id>
<content type='text'>
Only required by examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only required by examples
</pre>
</div>
</content>
</entry>
<entry>
<title>Added GLFW sources to raylib</title>
<updated>2017-11-13T11:09:41+00:00</updated>
<author>
<name>Ray San</name>
<email>raysan5@gmail.com</email>
</author>
<published>2017-11-13T11:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/raylib/commit/?id=9c65caea8cef4d334ef71fc18e1ea4d77fd59187'/>
<id>9c65caea8cef4d334ef71fc18e1ea4d77fd59187</id>
<content type='text'>
Compiling GLFW library with raylib avoids external dependencies, this
way we solve version problems in some platforms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compiling GLFW library with raylib avoids external dependencies, this
way we solve version problems in some platforms
</pre>
</div>
</content>
</entry>
</feed>
