| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-13 | Split swaylock into separate project | Drew DeVault | -1057/+0 | |
| 2019-01-10 | swaylock: Add caps lock state to indicator | Robinhuett | -35/+118 | |
| 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. | ||||
| 2019-01-01 | Remove readline.c | Ian Fan | -19/+14 | |
| All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace. | ||||
| 2018-11-30 | swaylock: fix build with musl libc | Cameron Nemo | -1/+2 | |
| Signed-off-by: Cameron Nemo <camerontnorman@gmail.com> | ||||
| 2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion | -2/+1 | |
| And make sure we don't define both in the same source file. | ||||
| 2018-10-24 | Merge pull request #2925 from ianyfan/swaylock | Drew DeVault | -2/+13 | |
| swaylock: exit early if unable to get input inhibitor | ||||
| 2018-10-24 | Add multiseat support to swaylock | Ryan Dwyer | -1/+4 | |
| 2018-10-23 | swaylock: exit on display error | Ian Fan | -2/+8 | |
| 2018-10-23 | swaylock: exit early if unable to inhibit input | Ian Fan | -0/+5 | |
| This stops the program from going into a spinlock without exiting | ||||
| 2018-10-19 | Change initial background mode before arg parse. | Connor E | -2/+1 | |
| 2018-10-16 | Fix swaylock version string | Ryan Dwyer | -7/+3 | |
| The referenced constants were not defined so it always printed "version unknown". Also it would exit with code 1. It now exits with code 0. | ||||
| 2018-10-15 | Sway clients: Exit gracefully when compositor is unavailable | Ryan Dwyer | -1/+5 | |
| 2018-10-15 | swaylock: Use common event loop | Ryan Dwyer | -2/+12 | |
| 2018-10-06 | swaylock: Support keyboard and pointer disconnects and reconnects | Ryan Dwyer | -1/+1 | |
| 2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler | -1/+1 | |
| If they really do not take undefined number of arguments. | ||||
| 2018-09-28 | Add support for building swaylock without PAM | Drew DeVault | -2/+3 | |
| This involves setuid'ing swaylock, which then forks and drops perms on the parent process. The child process remains root and listens on a pipe for requests to validate passwords against /etc/shadow. | ||||
| 2018-09-22 | swaybar, swaylock, & tree/container: Set cairo font options to render text ↵ | Geoff Greer | -2/+6 | |
| and lines with subpixel hinting (if available). | ||||
| 2018-07-17 | Fix swaylock arguments | Brian Ashworth | -64/+123 | |
| 2018-07-16 | Switch to using getopt_long for config flag | Brian Ashworth | -7/+10 | |
| 2018-07-16 | Remove leftover parens | Brian Ashworth | -1/+1 | |
| 2018-07-16 | Remove int cast after changing to size_t | Brian Ashworth | -1/+1 | |
| 2018-07-16 | Change to size_t in swaylock's get_config_path | Brian Ashworth | -1/+1 | |
| 2018-07-16 | Implement swaylock configuration file parsing | Brian Ashworth | -57/+184 | |
| 2018-07-10 | Change formatting of swaylock usage in the code | Brian Ashworth | -57/+69 | |
| 2018-07-10 | Implement swaylock customization flags | Brian Ashworth | -20/+246 | |
| 2018-07-09 | Update for swaywm/wlroots#1126 | emersion | -10/+10 | |
| 2018-07-07 | swaylock: daemonize after locking | emersion | -2/+8 | |
| 2018-07-07 | Detect opaque lockscreen when using a solid color | Ryan Dwyer | -3/+6 | |
| 2018-07-07 | Use infinite opaque region in swaylock | Ryan Dwyer | -14/+14 | |
| 2018-07-07 | Use opaque region to determine if frame done should be sent | Ryan Dwyer | -0/+15 | |
| 2018-07-02 | swaylock daemonize: fix leak of devnull fd | Dominique Martinet | -0/+1 | |
| 2018-05-27 | swaylock: implement a proper render loop | emersion | -6/+50 | |
| 2018-05-23 | swaylock: remove unused field | emersion | -1/+0 | |
| 2018-05-23 | Merge branch 'master' into fix-swaylock-hotplugging | emersion | -19/+139 | |
| 2018-05-20 | Swaylock: Use calloc instead of malloc | Ryan Dwyer | -1/+1 | |
| 2018-05-20 | Swaylock: Log error if multiple images are defined for the same output | Ryan Dwyer | -0/+17 | |
| 2018-05-20 | Swaylock: Allow per-output images | Ryan Dwyer | -20/+118 | |
| 2018-05-18 | Fix output hotplugging | emersion | -31/+42 | |
| 2018-05-18 | Fix swaylock crashing when unplugging output | emersion | -5/+25 | |
| 2018-04-12 | swaylock: Securely zero-out password. | Geoff Greer | -0/+13 | |
| - Replace char* with static array. Any chars > 1024 will be discarded. - mlock() password buffer so it can't be written to swap. - Clear password buffer after auth succeeds or fails. This is basically the same treatment I gave the 0.15 branch in https://github.com/swaywm/sway/pull/1519 | ||||
| 2018-04-05 | Error handling in swaylock daemonize() | Drew DeVault | -1/+23 | |
| Fixes #1741 | ||||
| 2018-04-04 | Address review feedback from @emersion | Drew DeVault | -3/+4 | |
| 2018-04-04 | Add hidpi support to swaylock | Drew DeVault | -2/+33 | |
| 2018-04-04 | Implement input-inhibit in sway, swaylock | Drew DeVault | -0/+10 | |
| 2018-04-04 | Actually let's not do that TODO | Drew DeVault | -8/+0 | |
| 2018-04-04 | R E N D E R I N G | Drew DeVault | -3/+11 | |
| 2018-04-04 | Add password buffer, refactor rendering/surfaces | Drew DeVault | -48/+31 | |
| 2018-04-04 | Split seat code into its own file | Drew DeVault | -243/+3 | |
| 2018-04-04 | Set up an XKB context for the keyboard | Drew DeVault | -5/+99 | |
| 2018-04-04 | Grab keyboard off of the seat | Drew DeVault | -3/+48 | |
