<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sway.git/swaylock, branch master</title>
<subtitle>fork of sway with action binder commands
</subtitle>
<id>https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/'/>
<updated>2019-01-14T02:40:26+00:00</updated>
<entry>
<title>Split swaylock into separate project</title>
<updated>2019-01-14T02:40:26+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-01-14T02:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=3fca8b8d22ee51a934fa3b8704c5aee8a5de7689'/>
<id>urn:sha1:3fca8b8d22ee51a934fa3b8704c5aee8a5de7689</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swaylock: Add caps lock state to indicator</title>
<updated>2019-01-10T21:14:18+00:00</updated>
<author>
<name>Robinhuett</name>
<email>5955614+Robinhuett@users.noreply.github.com</email>
</author>
<published>2019-01-10T19:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=33d9de88efa7642e20b37493ff60ad0e9689ea47'/>
<id>urn:sha1:33d9de88efa7642e20b37493ff60ad0e9689ea47</id>
<content type='text'>
Implements customization for the indicator as proposed in #2788 with comments from #3367 in mind.
The default behaviour does not change exept for the caps lock text color.
</content>
</entry>
<entry>
<title>Merge pull request #3275 from ianyfan/remove-readline</title>
<updated>2019-01-08T09:05:37+00:00</updated>
<author>
<name>emersion</name>
<email>contact@emersion.fr</email>
</author>
<published>2019-01-08T09:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=140bc2dd5b81205df58bf06e695788e689fae397'/>
<id>urn:sha1:140bc2dd5b81205df58bf06e695788e689fae397</id>
<content type='text'>
Rewrite strip_whitespace and remove readline.c</content>
</entry>
<entry>
<title>swaylock: Fix caps lock not updating immediately</title>
<updated>2019-01-02T22:28:14+00:00</updated>
<author>
<name>Oscar Cowdery Lack</name>
<email>oscar.cowderylack@gmail.com</email>
</author>
<published>2019-01-02T22:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=76cd3f2642127c1b3a02e863d4d4bf9d5dc34d60'/>
<id>urn:sha1:76cd3f2642127c1b3a02e863d4d4bf9d5dc34d60</id>
<content type='text'>
Partially fixes #2788. This change makes it so the lock screen is
redrawn whenever the caps lock modifier state changes, rather
on relying on the keypress event. This didn't work because
caps lock is disabled when the key is released, not pressed,
so the caps lock indicator does not go away until the next
keypress event.
</content>
</entry>
<entry>
<title>Remove readline.c</title>
<updated>2019-01-01T09:01:25+00:00</updated>
<author>
<name>Ian Fan</name>
<email>ianfan0@gmail.com</email>
</author>
<published>2018-12-09T12:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=a82b8a3c14e45697708e57f8cb27a8fc6cf31839'/>
<id>urn:sha1:a82b8a3c14e45697708e57f8cb27a8fc6cf31839</id>
<content type='text'>
All occurrences of read_line have been replaced by getline.
peek_line has been absorbed into detect_brace.
</content>
</entry>
<entry>
<title>swaylock: Submit password on Ctrl-D</title>
<updated>2018-12-23T11:08:03+00:00</updated>
<author>
<name>Milkey Mouse</name>
<email>milkeymouse@meme.institute</email>
</author>
<published>2018-12-20T20:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=82b0296964d58e7029dc3775f58abe7a7fd51ec8'/>
<id>urn:sha1:82b0296964d58e7029dc3775f58abe7a7fd51ec8</id>
<content type='text'>
Ctrl-D functions as EOF in most cases on the terminal. login(1) &amp; many other
programs check the password on EOF, same as Enter. To make behavior consistent,
have swaylock submit the password on Ctrl-D.

This commit moves the handling for Enter into its own static function, which is
now also called on Ctrl-D.
</content>
</entry>
<entry>
<title>swaylock: Clear password buffer on Ctrl-C</title>
<updated>2018-12-23T11:08:03+00:00</updated>
<author>
<name>Milkey Mouse</name>
<email>milkeymouse@meme.institute</email>
</author>
<published>2018-12-20T20:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=9877189ea3574625e165202c61a497bdaeb46656'/>
<id>urn:sha1:9877189ea3574625e165202c61a497bdaeb46656</id>
<content type='text'>
I've got in the habit of using Ctrl-C with login(1) to restart password entry.
If Sway does the same thing I don't have to retrain my login muscle memory ;)
</content>
</entry>
<entry>
<title>fix typo</title>
<updated>2018-12-02T19:48:29+00:00</updated>
<author>
<name>bschacht</name>
<email>1143280+bschacht@users.noreply.github.com</email>
</author>
<published>2018-12-02T19:43:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=c4406c206eddbe32d0c1ced92bd4383dd4344002'/>
<id>urn:sha1:c4406c206eddbe32d0c1ced92bd4383dd4344002</id>
<content type='text'>
bahavior -&gt; behavior</content>
</entry>
<entry>
<title>swaylock: fix build with musl libc</title>
<updated>2018-12-01T07:22:09+00:00</updated>
<author>
<name>Cameron Nemo</name>
<email>camerontnorman@gmail.com</email>
</author>
<published>2018-12-01T03:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=c6b2ee7291fc9dee8c79f67fe8c9a69a52b9b17c'/>
<id>urn:sha1:c6b2ee7291fc9dee8c79f67fe8c9a69a52b9b17c</id>
<content type='text'>
Signed-off-by: Cameron Nemo &lt;camerontnorman@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace _XOPEN_SOURCE with _POSIX_C_SOURCE</title>
<updated>2018-11-25T16:19:43+00:00</updated>
<author>
<name>emersion</name>
<email>contact@emersion.fr</email>
</author>
<published>2018-11-25T11:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=3a310f92ab619cf8afcb99486bc91b49c7989791'/>
<id>urn:sha1:3a310f92ab619cf8afcb99486bc91b49c7989791</id>
<content type='text'>
And make sure we don't define both in the same source file.
</content>
</entry>
</feed>
