<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/wx/src, branch OTP-18.2.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>wx: Add toolbar stretchablespace</title>
<updated>2015-12-07T13:18:24+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-12-07T10:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=da80d59e56bc8318c6561173b13a4f6904d4758d'/>
<id>da80d59e56bc8318c6561173b13a4f6904d4758d</id>
<content type='text'>
Available since 3.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Available since 3.0
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Fix some function specifications</title>
<updated>2015-12-03T15:21:50+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-12-03T13:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=80483dcb40c382e38405204370dfac7a8b6513aa'/>
<id>80483dcb40c382e38405204370dfac7a8b6513aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Remove call to disconnect_impl from server</title>
<updated>2015-12-01T15:43:08+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-12-01T15:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f0ab82279fa6fc7c91d9b3c193d1890b7c83e39b'/>
<id>f0ab82279fa6fc7c91d9b3c193d1890b7c83e39b</id>
<content type='text'>
The server might wait for the result of a call to disconnect_impl
which can now be delayed, that might cause a callback to never be
invoked and thus hang the driver thread.

To avoid that dispatch the disconnect_impl call from user process
instead of server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The server might wait for the result of a call to disconnect_impl
which can now be delayed, that might cause a callback to never be
invoked and thus hang the driver thread.

To avoid that dispatch the disconnect_impl call from user process
instead of server.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Add wxOverlay</title>
<updated>2015-11-24T13:33:31+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-11-24T13:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c998b45d3ecf560b40fa92a49658dd476e40e2ae'/>
<id>c998b45d3ecf560b40fa92a49658dd476e40e2ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Fix wxAuiManager:getAllPanes/1</title>
<updated>2015-09-02T13:01:06+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-09-02T13:01:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e7d0b4e0f19280daa03292214163880cd7337cb2'/>
<id>e7d0b4e0f19280daa03292214163880cd7337cb2</id>
<content type='text'>
It was broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was broken.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Add missing aui functionality</title>
<updated>2015-08-28T10:51:45+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-08-28T10:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=16d57dfa1ace44e0cc6b6bd04e0819ca8566da41'/>
<id>16d57dfa1ace44e0cc6b6bd04e0819ca8566da41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Add event callback fastpath</title>
<updated>2015-07-07T08:38:38+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-07-07T08:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fcbc24440945a13b379b2b6135599c982bf8bdf0'/>
<id>fcbc24440945a13b379b2b6135599c982bf8bdf0</id>
<content type='text'>
Avoids spawn but can deadlock
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids spawn but can deadlock
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Add mouse_capture_lost event</title>
<updated>2015-06-30T08:39:09+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-06-30T08:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=46285b9f6f9cbe102e22aaf6157e436797404f00'/>
<id>46285b9f6f9cbe102e22aaf6157e436797404f00</id>
<content type='text'>
Needed to avoid asserts when capturing mouse on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed to avoid asserts when capturing mouse on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2015-01-14T08:55:17+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-01-14T08:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1832b99d1a5424781cf2c02577500b3e5dba9b55'/>
<id>1832b99d1a5424781cf2c02577500b3e5dba9b55</id>
<content type='text'>
* maint:
  wx: Fix connect when terminating
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  wx: Fix connect when terminating
</pre>
</div>
</content>
</entry>
</feed>
