<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pugl/COPYING, 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>Use email address in copyright headers</title>
<updated>2020-05-16T19:17:59+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-05-16T19:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=ceded7cf5ec0e2bbd140899ea7d5169d7fc30a51'/>
<id>ceded7cf5ec0e2bbd140899ea7d5169d7fc30a51</id>
<content type='text'>
Not really sure why I used a web link here (maybe because it's more stable),
but this is more conventional.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not really sure why I used a web link here (maybe because it's more stable),
but this is more conventional.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify event loop functions as puglUpdate()</title>
<updated>2020-03-15T19:53:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-15T17:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=efc053fe5a38a4928fbfd3780f5665dd43bc7f95'/>
<id>efc053fe5a38a4928fbfd3780f5665dd43bc7f95</id>
<content type='text'>
The previous separation between polling and dispatching was a lie, especially
on MacOS where it is impossible to only poll for events without dispatching
anything.  Providing such an API is misleading, and problematic in various
other ways.

So, merge them into a single puglUpdate() function which can do the right thing
on all platforms.  This also adds the behaviour of actually processing all
events in the given time interval, which is almost always what clients actually
want to do when using a positive timeout (naively doing this before caused
terrible input lag).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous separation between polling and dispatching was a lie, especially
on MacOS where it is impossible to only poll for events without dispatching
anything.  Providing such an API is misleading, and problematic in various
other ways.

So, merge them into a single puglUpdate() function which can do the right thing
on all platforms.  This also adds the behaviour of actually processing all
events in the given time interval, which is almost always what clients actually
want to do when using a positive timeout (naively doing this before caused
terrible input lag).
</pre>
</div>
</content>
</entry>
<entry>
<title>Update stale copyright dates</title>
<updated>2019-07-21T21:20:19+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2019-07-21T21:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=1b3f4fb9546d81cec90dc80bee9da54aaae76e1f'/>
<id>1b3f4fb9546d81cec90dc80bee9da54aaae76e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright date.</title>
<updated>2014-11-12T03:10:30+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2014-11-12T03:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=cd4f40a78f71cdc66fc8b67362171189475f7ec7'/>
<id>cd4f40a78f71cdc66fc8b67362171189475f7ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add COPYING file.</title>
<updated>2012-05-01T01:16:26+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-05-01T01:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=56cc27fe0eec999f5e01e9b40f5bd16929713eed'/>
<id>56cc27fe0eec999f5e01e9b40f5bd16929713eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
