<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slock.git, branch 1.5</title>
<subtitle>Simple X screen locker, made slightly less simple
</subtitle>
<id>https://git.potato.am/slock.git/atom?h=1.5</id>
<link rel='self' href='https://git.potato.am/slock.git/atom?h=1.5'/>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/'/>
<updated>2022-10-04T17:45:14Z</updated>
<entry>
<title>bump version to 1.5</title>
<updated>2022-10-04T17:45:14Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=4f045545a25cc02c64bfc08d27ed2ccecb962292'/>
<id>urn:sha1:4f045545a25cc02c64bfc08d27ed2ccecb962292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: explicit_bzero.c was copied twice (GNU make gives a warning)</title>
<updated>2022-10-04T17:44:47Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2022-10-04T17:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=265704d73647e0d4823126bbb7ddde1d415a618d'/>
<id>urn:sha1:265704d73647e0d4823126bbb7ddde1d415a618d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly clear the last entered character</title>
<updated>2017-03-25T20:51:29Z</updated>
<author>
<name>Tobias Stoeckmann</name>
<email>tobias@stoeckmann.org</email>
</author>
<published>2017-03-25T20:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=35633d45672d14bd798c478c45d1a17064701aa9'/>
<id>urn:sha1:35633d45672d14bd798c478c45d1a17064701aa9</id>
<content type='text'>
When enter is pressed, passwd[len] will be set to '\0'. Pressing
backspace is supposed to remove the last entered character.

But currently, the clearing has an off-by-one, as in setting
passwd[len] to '\0' just like enter would do.

You can also verify it by imagining len=1 and that it's impossible to
clear passwd[0] by pressing backspace with the current code.

Signed-off-by: Tobias Stoeckmann &lt;tobias@stoeckmann.org&gt;
</content>
</entry>
<entry>
<title>rm trailing whitespace in README</title>
<updated>2016-11-22T23:29:18Z</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=2d2a21a90ad1b53594b1b90b97486189ec54afce'/>
<id>urn:sha1:2d2a21a90ad1b53594b1b90b97486189ec54afce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax fix</title>
<updated>2016-11-22T23:28:43Z</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:28:43Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=325581b935c74c321062d1f6873704411bcc5071'/>
<id>urn:sha1:325581b935c74c321062d1f6873704411bcc5071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>there can only be one window in the event</title>
<updated>2016-11-22T23:28:25Z</updated>
<author>
<name>Markus Teich</name>
<email>teichm@fs.tum.de</email>
</author>
<published>2016-11-22T23:28:25Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab'/>
<id>urn:sha1:0ff0d9f7a7156a0e0b41d5b208ae5625e3a15dab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix resize with multiple monitors and portrait mode</title>
<updated>2016-11-22T23:26:51Z</updated>
<author>
<name>Bob Uhl</name>
<email>buhl@zvelo.com</email>
</author>
<published>2016-11-07T17:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=7a604ec1fae1eda36f210a28a2cf466583a9cb87'/>
<id>urn:sha1:7a604ec1fae1eda36f210a28a2cf466583a9cb87</id>
<content type='text'>
When connecting/disconnecting a portrait monitor, the
XRRScreenChangeNotifyEvent height &amp; width are reversed due to the XRandR
rotation; detect this and DTRT.
</content>
</entry>
<entry>
<title>bump version</title>
<updated>2016-11-20T00:07:11Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-20T00:07:11Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=fa1158958466f38cd35c9114023a0175e67ebb6f'/>
<id>urn:sha1:fa1158958466f38cd35c9114023a0175e67ebb6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add arg.h and util.h to Makefile</title>
<updated>2016-11-20T00:01:47Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=d5da84cf5adce2f30ed348b631861cc089f3b559'/>
<id>urn:sha1:d5da84cf5adce2f30ed348b631861cc089f3b559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clarify colors in config.def.h</title>
<updated>2016-11-19T23:29:41Z</updated>
<author>
<name>Markus Teich</name>
<email>markus.teich@stusta.mhn.de</email>
</author>
<published>2016-11-19T23:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.potato.am/slock.git/commit/?id=ae96836f90c3652fd0907e0632ddd4591d5716fa'/>
<id>urn:sha1:ae96836f90c3652fd0907e0632ddd4591d5716fa</id>
<content type='text'>
</content>
</entry>
</feed>
