<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/examples/tableview, branch pkg/walk</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/examples/tableview?h=pkg%2Fwalk</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/examples/tableview?h=pkg%2Fwalk'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2020-09-01T10:23:55Z</updated>
<entry>
<title>Examples: Regenerate rsrc.syso files</title>
<updated>2020-09-01T10:23:55Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2020-09-01T10:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=b95c37ba4b1297f42e3ec3d72e3d5e1f0928e078'/>
<id>urn:sha1:b95c37ba4b1297f42e3ec3d72e3d5e1f0928e078</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TableView: Upgrade alternating row color to follow theme changes</title>
<updated>2019-09-04T11:53:53Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2019-09-04T09:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=eae5b969b0319c754a4be86bdad78ec058b12ce3'/>
<id>urn:sha1:eae5b969b0319c754a4be86bdad78ec058b12ce3</id>
<content type='text'>
The alternating row color has been revised to respond to dynamic theme
changes. The alternating row color is now fixed to follow the
push-button text and background color. Instead of setting a custom
alternating row background color, client may now enable or disable the
alternating effect only. Well, user had no way to customize other colors
already.

hasDarkAltBGColor appeared unused and was removed.

Note: Breaks backward compatibility with existing lxn/walk clients. The
      AlternatingRowBGColor() and SetAlternatingRowBGColor() were
      replaced by AlternatingRowBG() and SetAlternatingRowBG().
Note: Requires https://github.com/lxn/win/pull/87
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>manifest: walk doesn't support PM on Win8</title>
<updated>2019-05-20T14:59:31Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-20T14:59:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=29376f508490ca1f81b3bf464c87396ac1919556'/>
<id>urn:sha1:29376f508490ca1f81b3bf464c87396ac1919556</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manifets: make less sloppy</title>
<updated>2019-05-16T10:58:43Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-05-16T10:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=8c94d1ef5a520cd82f83c6d0270feebacc342b22'/>
<id>urn:sha1:8c94d1ef5a520cd82f83c6d0270feebacc342b22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update example manifest files for multi monitor hidpi</title>
<updated>2019-04-30T16:01:00Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2019-04-30T16:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=888c6d52bcd900a4db15c6c16919701cf29001af'/>
<id>urn:sha1:888c6d52bcd900a4db15c6c16919701cf29001af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Manifest: Revert tmpfile manifest loading</title>
<updated>2019-02-25T18:52:22Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-01-31T03:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=a66955062fa637aa4bcae7707dbc51e1d1c1254f'/>
<id>urn:sha1:a66955062fa637aa4bcae7707dbc51e1d1c1254f</id>
<content type='text'>
This hack failed for a number of reasons:

- Two copies of comctl32.dll get loaded (see issue #444)
- HiDPI setting is ignored
- A potential security problem: it's unclear that the temporary
  directory is safe to use in all circumstances as such.

This reverts commit 185e06c4cdb3e06eb722ba056a24fd79fc3ce709.
This reverts commit 9ec61009af4758321ce209c7b6f0d62eefa7bb79.
This reverts commit 1afcf534b52d51572124f079c8fb53b6d5601b0e.
</content>
</entry>
<entry>
<title>Now that we don't need them any more, remove .manifest and .syso files from examples</title>
<updated>2018-08-21T08:14:47Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2018-08-21T08:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=1afcf534b52d51572124f079c8fb53b6d5601b0e'/>
<id>urn:sha1:1afcf534b52d51572124f079c8fb53b6d5601b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/tableview: Some more fiddling</title>
<updated>2017-11-30T10:04:35Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2017-11-30T10:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=a385f4982f03e6c5799df2f6894aeb1912c9d5f2'/>
<id>urn:sha1:a385f4982f03e6c5799df2f6894aeb1912c9d5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples/tableview: Minor improvements</title>
<updated>2017-11-29T16:42:03Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2017-11-29T16:42:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=3cfc4dbf807411f954d7594981e9dbbdf96a8430'/>
<id>urn:sha1:3cfc4dbf807411f954d7594981e9dbbdf96a8430</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TableView: Add support for cell owner drawing</title>
<updated>2017-11-29T15:35:21Z</updated>
<author>
<name>Alexander Neumann</name>
<email>alexander.neumann@picos-software.com</email>
</author>
<published>2017-11-29T15:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=0934f1788329f191c5caaeb17382c375cd07059d'/>
<id>urn:sha1:0934f1788329f191c5caaeb17382c375cd07059d</id>
<content type='text'>
</content>
</entry>
</feed>
