<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/bitmap.go, branch pkg/walk</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/bitmap.go?h=pkg%2Fwalk</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/bitmap.go?h=pkg%2Fwalk'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2020-09-03T14:50:03Z</updated>
<entry>
<title>Bitmap: Change withPixels to GlobalAlloc with GMEM_FIXED instead of GHND</title>
<updated>2020-09-03T14:50:03Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2020-09-03T14:50:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=7790467d3cfcb37bded8b15cfdf7f1be2ad58a0c'/>
<id>urn:sha1:7790467d3cfcb37bded8b15cfdf7f1be2ad58a0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bitmap: Reduce fake array size for 32 bit</title>
<updated>2020-09-03T08:32:00Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2020-09-03T08:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5ebea424928b3a09e29868db27755b0afc5d9228'/>
<id>urn:sha1:5ebea424928b3a09e29868db27755b0afc5d9228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bitmap: Use StretchBlt instead of AlphaBlend when it makes sense</title>
<updated>2020-09-02T15:02:06Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2020-09-02T15:02:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=df2b776509b17d535e2360371c5e314c00f13c8c'/>
<id>urn:sha1:df2b776509b17d535e2360371c5e314c00f13c8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bitmap: Fix memory alignment issue in postProcess</title>
<updated>2020-09-02T12:29:37Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2020-09-02T12:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=412daa0ef1ec636faa2d491e5f4a0f0eba4b6e3d'/>
<id>urn:sha1:412daa0ef1ec636faa2d491e5f4a0f0eba4b6e3d</id>
<content type='text'>
We now use GlobalAlloc, which is guaranteed to return 8 byte aligned memory, instead of the Go make builtin.
</content>
</entry>
<entry>
<title>Make conversion constants float64 explicitly</title>
<updated>2019-09-27T05:33:31Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-27T05:33:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=b7d80cbf69f829a279b21136f4ebc486edf7ba1e'/>
<id>urn:sha1:b7d80cbf69f829a279b21136f4ebc486edf7ba1e</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>DPI: Merge `RectanglePixels` to `Rectangle`</title>
<updated>2019-09-27T04:04:27Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-26T15:39:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=489acedaf6bb69ec9e8bdabb01bff9b088d4cbed'/>
<id>urn:sha1:489acedaf6bb69ec9e8bdabb01bff9b088d4cbed</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>DPI: Merge `SizePixels` to `Size`</title>
<updated>2019-09-27T04:04:27Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-26T15:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=0ec9379940b88ba5f5ca9b2a04b5542896e6ced9'/>
<id>urn:sha1:0ec9379940b88ba5f5ca9b2a04b5542896e6ced9</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>DPI: Merge `PointPixels` to `Point`</title>
<updated>2019-09-27T04:03:29Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-26T13:08:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=ad75c68687dd994ef1d999fa65d814e1401419a7'/>
<id>urn:sha1:ad75c68687dd994ef1d999fa65d814e1401419a7</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>DPI: Merge `Pixel` to `int`</title>
<updated>2019-09-27T04:03:29Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-26T12:51:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=4c4172622d695902e87089c54e14149d84849622'/>
<id>urn:sha1:4c4172622d695902e87089c54e14149d84849622</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>DPI, Metafile: Load DPI from file</title>
<updated>2019-09-26T11:55:06Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-25T12:34:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=24a8704374cec194993de05b9f77a79a19a1b56c'/>
<id>urn:sha1:24a8704374cec194993de05b9f77a79a19a1b56c</id>
<content type='text'>
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
</feed>
