<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pugl/test, branch master</title>
<subtitle>Personal pugl branch for bug fixes and opening up to allow other render backends</subtitle>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/'/>
<entry>
<title>Suppress IWYU warnings in build tests</title>
<updated>2020-10-14T19:02:43+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-10-14T19:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=d981ba926df5a5f856f888d06ede428c6da4623e'/>
<id>d981ba926df5a5f856f888d06ede428c6da4623e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add refresh rate hint</title>
<updated>2020-10-04T10:52:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-10-03T17:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=0b876c3d4e87b65ea3b3f05ec3274b16600e47fc'/>
<id>0b876c3d4e87b65ea3b3f05ec3274b16600e47fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print all view hints in shader demo and hint tests</title>
<updated>2020-10-04T10:51:35+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-10-03T17:38:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=a36408b7c641e0b9052315aed87ce8e591a6a717'/>
<id>a36408b7c641e0b9052315aed87ce8e591a6a717</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add puglGetViewHint()</title>
<updated>2020-10-04T10:51:32+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-10-03T17:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=cc5c38b1aaf93157f5558df95383491a6163cc5a'/>
<id>cc5c38b1aaf93157f5558df95383491a6163cc5a</id>
<content type='text'>
This allows retrieving properties of the view that may be needed, such as the
actual bit depth (which may vary from the suggested depth provided as a hint).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows retrieving properties of the view that may be needed, such as the
actual bit depth (which may vary from the suggested depth provided as a hint).
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve struct packing</title>
<updated>2020-07-05T16:47:39+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-07-05T13:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=d70aa80d71299c24ebd71537cfd620eff2b7e50d'/>
<id>d70aa80d71299c24ebd71537cfd620eff2b7e50d</id>
<content type='text'>
Unfortunately there is no warning like Wpadded but only for internal padding,
so that can't be turned on, but if there was, after this commit the build would
be clean with it.  Maybe some day...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unfortunately there is no warning like Wpadded but only for internal padding,
so that can't be turned on, but if there was, after this commit the build would
be clean with it.  Maybe some day...
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that all API headers are warning-free</title>
<updated>2020-07-05T16:47:39+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-07-05T13:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=abf44b129480937cd31d6585183d266a496ee2a4'/>
<id>abf44b129480937cd31d6585183d266a496ee2a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add scroll direction field</title>
<updated>2020-07-05T16:47:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-07-05T13:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=6c2460414082b989487abcad2ca2018a16ecdbd7'/>
<id>6c2460414082b989487abcad2ca2018a16ecdbd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Print crossing mode of enter and leave events</title>
<updated>2020-07-05T14:22:16+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-07-05T11:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=7d45962ccd6fabcb198599fead141de7cd578916'/>
<id>7d45962ccd6fabcb198599fead141de7cd578916</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace grab flag in PuglEventFocus with crossing mode</title>
<updated>2020-07-05T14:22:16+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-07-05T09:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=294c0f7d89b206612634978e3df166ce532a1118'/>
<id>294c0f7d89b206612634978e3df166ce532a1118</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cast alignment warnings on 32-bit ARM</title>
<updated>2020-07-01T22:01:15+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-07-01T22:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=eb79d76891346d3e9101be8667afe98051fdbb58'/>
<id>eb79d76891346d3e9101be8667afe98051fdbb58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
