<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/wx/src, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>wx: Remove ERL_FLAGS from Makefile erlc command</title>
<updated>2019-03-25T12:36:24+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-03-11T14:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b90b7311d6ccdb39f54d655b82cf6900c60761b'/>
<id>1b90b7311d6ccdb39f54d655b82cf6900c60761b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add wxGCDC</title>
<updated>2018-12-13T13:18:20+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-12-13T13:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f180ccc75a7d2cef6b469d2e4a737cffbef7c951'/>
<id>f180ccc75a7d2cef6b469d2e4a737cffbef7c951</id>
<content type='text'>
Been included in wxWidgets since 2.7.1, but not documented and
have been missed in wx.

Is documented in 3.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Been included in wxWidgets since 2.7.1, but not documented and
have been missed in wx.

Is documented in 3.0.0
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Add wxDisplay</title>
<updated>2018-12-13T11:00:52+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-12-13T11:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3116b656c70a3bc623704c28cf6e3b9c1e075bad'/>
<id>3116b656c70a3bc623704c28cf6e3b9c1e075bad</id>
<content type='text'>
Have been around since 2.6 but undocumented, add it since it is
useful in multi-display setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have been around since 2.6 but undocumented, add it since it is
useful in multi-display setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</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 call erlang:get_stacktrace()</title>
<updated>2018-02-06T13:40:54+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-05T11:32:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1e06450adbf6d1f69ce70e198aa4ad1715f811c0'/>
<id>1e06450adbf6d1f69ce70e198aa4ad1715f811c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: open_port doesn't allow 0 terminated strings anymore</title>
<updated>2018-01-22T11:04:26+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-01-22T11:04:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d51c21fca9a4af46b9322b1425ed0a29ed50fd77'/>
<id>d51c21fca9a4af46b9322b1425ed0a29ed50fd77</id>
<content type='text'>
Fix getenv usage.

And remove set path it is automagically done by driver interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix getenv usage.

And remove set path it is automagically done by driver interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Update doc, OpenGL external links</title>
<updated>2017-09-14T09:50:24+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-09-14T09:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dd46b3e151dd2da0a8339134647d69d8520fd922'/>
<id>dd46b3e151dd2da0a8339134647d69d8520fd922</id>
<content type='text'>
They have moved from opengl.org to www.khronos.org
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They have moved from opengl.org to www.khronos.org
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: Reduce Opengl docs</title>
<updated>2017-09-14T08:30:50+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-09-14T08:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e5c081cfa3b7b733776c8dc5bd81dff33170fdc6'/>
<id>e5c081cfa3b7b733776c8dc5bd81dff33170fdc6</id>
<content type='text'>
Only use the first paragraph in the doc which contains an overview,
the result of the more detailed doc generated non valid xml, and
all math expressions was rendered poorly. Remove for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only use the first paragraph in the doc which contains an overview,
the result of the more detailed doc generated non valid xml, and
all math expressions was rendered poorly. Remove for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>wx: add Unicode translation modifier to wx_object</title>
<updated>2017-09-05T09:29:21+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-08-22T12:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb011e3dff9ec67561e6acafca803e079a3d4ecc'/>
<id>bb011e3dff9ec67561e6acafca803e079a3d4ecc</id>
<content type='text'>
This is both for error logger events and debug events. It can be done
because error log and debug log are both opened with encoding utf8 since
OTP-20.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is both for error logger events and debug events. It can be done
because error log and debug log are both opened with encoding utf8 since
OTP-20.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecation of non deprecated functions</title>
<updated>2017-08-16T14:45:48+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-08-16T14:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9fb768ea445b0b75d97decc893a5e63f232ef4b2'/>
<id>9fb768ea445b0b75d97decc893a5e63f232ef4b2</id>
<content type='text'>
Functions where missing and where without alternatives, and
the functions are available in wxWidgets-3.0.*.

So either I missed it or they where removed for a while in
wxWidgets-2.9 branch, but that should not be used anywhere as
it was only a development branch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions where missing and where without alternatives, and
the functions are available in wxWidgets-3.0.*.

So either I missed it or they where removed for a while in
wxWidgets-2.9 branch, but that should not be used anywhere as
it was only a development branch.
</pre>
</div>
</content>
</entry>
</feed>
