<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/messagebox.go, branch pkg/walk</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/messagebox.go?h=pkg%2Fwalk</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/messagebox.go?h=pkg%2Fwalk'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2019-05-22T12:03:55Z</updated>
<entry>
<title>messagebox: fix escape sequence</title>
<updated>2019-05-22T12:03:55Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-22T11:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=f427fdcf937506deb4f1c41f36e65e3d29f14aae'/>
<id>urn:sha1:f427fdcf937506deb4f1c41f36e65e3d29f14aae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>messagebox: convert NUL to � to prevent crash</title>
<updated>2019-05-22T11:50:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-22T11:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=0121872759f8b21a7483d4f2c94fbeb6b7b0d5be'/>
<id>urn:sha1:0121872759f8b21a7483d4f2c94fbeb6b7b0d5be</id>
<content type='text'>
Go doesn't like NULs in the windows conversion functions and panics.
There's the newer variant but doesn't panic, but it just returns EINVAL
and doesn't help us. Since MsgBox is so useful for debugging, add an
explicit replacement.
</content>
</entry>
<entry>
<title>Add missing MsgBoxStyle constants</title>
<updated>2019-04-11T09:23:42Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2019-04-11T09:23:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=737ab3ec398e9a99114e21d33d6dc671f033d04e'/>
<id>urn:sha1:737ab3ec398e9a99114e21d33d6dc671f033d04e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add build tags to allow this library to be included in a cross platform program.  This allows for several things:</title>
<updated>2015-09-15T16:59:53Z</updated>
<author>
<name>Joseph Watson</name>
<email>jwatson@genisyscu.org</email>
</author>
<published>2015-09-15T16:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=cff91fbf85bb4d33ad13fe624bcff872ba06ca92'/>
<id>urn:sha1:cff91fbf85bb4d33ad13fe624bcff872ba06ca92</id>
<content type='text'>
1) Develop on something other then a windows box, and cross compile the program to target windows.
2) Develop a program that will run on the command line for any OS, but also have a gui when run on windows.
3) Use the walk library for the windows gui, and some other library for a gui on other platforms.
</content>
</entry>
<entry>
<title>Use win instead of go-winapi package and import qualified</title>
<updated>2013-07-25T12:50:32Z</updated>
<author>
<name>Alexander Neumann</name>
<email>an2048@gmail.com</email>
</author>
<published>2013-07-25T12:50:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=57ba0d293b920a9744d7b93858941718ec48386f'/>
<id>urn:sha1:57ba0d293b920a9744d7b93858941718ec48386f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Group imports everywhere</title>
<updated>2013-07-24T17:22:34Z</updated>
<author>
<name>Alexander Neumann</name>
<email>an2048@gmail.com</email>
</author>
<published>2013-07-24T17:22:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=123127fba6d947ef6e8862657e855d25b29ce2fd'/>
<id>urn:sha1:123127fba6d947ef6e8862657e855d25b29ce2fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce Window and WindowBase as base for all windows</title>
<updated>2013-07-24T17:02:48Z</updated>
<author>
<name>Alexander Neumann</name>
<email>an2048@gmail.com</email>
</author>
<published>2013-07-24T17:02:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=8681459fc4038788ccb0e65c1e43c8f8c3f3fcce'/>
<id>urn:sha1:8681459fc4038788ccb0e65c1e43c8f8c3f3fcce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename RootWidget to Form</title>
<updated>2013-07-16T11:52:32Z</updated>
<author>
<name>Alexander Neumann</name>
<email>an2048@gmail.com</email>
</author>
<published>2013-07-16T11:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=969392c471e1f477c7b474e990313dcb39bc13c2'/>
<id>urn:sha1:969392c471e1f477c7b474e990313dcb39bc13c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove winapi sub-package and use github.com/lxn/go-winapi instead</title>
<updated>2012-02-20T14:34:55Z</updated>
<author>
<name>Alexander Neumann</name>
<email>an2048@googlemail.com</email>
</author>
<published>2012-02-20T14:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5e60627432d0f0debc26bf45a6c9f185653a6d0b'/>
<id>urn:sha1:5e60627432d0f0debc26bf45a6c9f185653a6d0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert directory layout to what we had initially</title>
<updated>2012-02-20T13:53:54Z</updated>
<author>
<name>Alexander Neumann</name>
<email>an2048@googlemail.com</email>
</author>
<published>2012-02-20T13:53:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=05d8da640fe57702e9ea0c3e325f3b5a01b7dc13'/>
<id>urn:sha1:05d8da640fe57702e9ea0c3e325f3b5a01b7dc13</id>
<content type='text'>
</content>
</entry>
</feed>
