<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/wx/api_gen, branch OTP-20.0.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2017-05-04T13:42:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-04T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83e20c62057ebc1d8064bf57b01be560cd244e1d'/>
<id>83e20c62057ebc1d8064bf57b01be560cd244e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos in lib/wx</title>
<updated>2017-02-14T09:32:55+00:00</updated>
<author>
<name>Andrew Dryga</name>
<email>andrew@dryga.com</email>
</author>
<published>2017-02-12T17:55:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6065cc251a4c15bff782bd09ec413c4d65e166fb'/>
<id>6065cc251a4c15bff782bd09ec413c4d65e166fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Do not dispatch commands after frequent events</title>
<updated>2016-11-22T11:40:46+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-11-22T11:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3c5f019a3a69d4d18c40dccaa91f522f85c9c92a'/>
<id>3c5f019a3a69d4d18c40dccaa91f522f85c9c92a</id>
<content type='text'>
The user app may want to handle several mouse motion events before
drawing new data for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The user app may want to handle several mouse motion events before
drawing new data for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessary length calculations in gl</title>
<updated>2016-11-22T09:37:19+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-11-22T09:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=04729d8bc0347ef9f6e9d55fe2aac8fe0022e6a1'/>
<id>04729d8bc0347ef9f6e9d55fe2aac8fe0022e6a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to send prebuilt binaries to multiDrawArrays</title>
<updated>2016-11-22T08:57:09+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-11-22T08:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9cacf4faa47f87a063af6baa52a017ea9a4989e3'/>
<id>9cacf4faa47f87a063af6baa52a017ea9a4989e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gl driver pointer error</title>
<updated>2016-11-22T08:41:31+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-11-22T08:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4b6b406a75116f651213a307f6873940d35b5199'/>
<id>4b6b406a75116f651213a307f6873940d35b5199</id>
<content type='text'>
For lists the pointer was not advanced as it should which caused
following in-data (if any) to be wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For lists the pointer was not advanced as it should which caused
following in-data (if any) to be wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Improve error handling</title>
<updated>2016-10-17T09:56:49+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-10-14T14:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e92d0d0c4b6991dc751dcc332e11c05d304175b6'/>
<id>e92d0d0c4b6991dc751dcc332e11c05d304175b6</id>
<content type='text'>
Fix error handling in gl as in wx.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix error handling in gl as in wx.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Add wxWindow:getContentScaleFactor</title>
<updated>2016-10-07T10:35:38+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-10-07T10:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=301675fb9ab76c5003743d1eb0ecd8a265c697f9'/>
<id>301675fb9ab76c5003743d1eb0ecd8a265c697f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix guard test for chardata</title>
<updated>2016-10-05T14:25:59+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-10-05T14:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=097cc3f6679a7c3769111cdb15a630186218d015'/>
<id>097cc3f6679a7c3769111cdb15a630186218d015</id>
<content type='text'>
Previously only accepted lists tough a call is made to
unicode:characters_to_binary/1, and the functions where specified to
handle chardata.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously only accepted lists tough a call is made to
unicode:characters_to_binary/1, and the functions where specified to
handle chardata.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: add wxWindowDragAcceptFiles</title>
<updated>2016-09-29T07:47:38+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2016-09-28T11:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b8339d7edf63c8745be4be092e63f46bc4e63b91'/>
<id>b8339d7edf63c8745be4be092e63f46bc4e63b91</id>
<content type='text'>
Enable window to handle drop file events.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable window to handle drop file events.
</pre>
</div>
</content>
</entry>
</feed>
