aboutsummaryrefslogtreecommitdiff
path: root/swaylock
AgeCommit message (Expand)AuthorFilesLines
2018-07-17Fix swaylock argumentsBrian Ashworth1-64/+123
2018-07-16Switch to using getopt_long for config flagBrian Ashworth1-7/+10
2018-07-16Remove leftover parensBrian Ashworth1-1/+1
2018-07-16Remove int cast after changing to size_tBrian Ashworth1-1/+1
2018-07-16Change to size_t in swaylock's get_config_pathBrian Ashworth1-1/+1
2018-07-16Implement swaylock configuration file parsingBrian Ashworth2-57/+193
2018-07-10Change formatting of swaylock usage in the codeBrian Ashworth1-57/+69
2018-07-10Implement swaylock customization flagsBrian Ashworth4-94/+338
2018-07-09Update for swaywm/wlroots#1126emersion3-15/+15
2018-07-07swaylock: daemonize after lockingemersion2-2/+11
2018-07-07swaylock: fix the displaying of "verified"Dominique Martinet1-1/+14
2018-07-07Detect opaque lockscreen when using a solid colorRyan Dwyer1-3/+6
2018-07-07Use infinite opaque region in swaylockRyan Dwyer1-14/+14
2018-07-07Use opaque region to determine if frame done should be sentRyan Dwyer1-0/+15
2018-07-04Fix transparency in background images in swaylockBor Grošelj Simić1-2/+3
2018-07-04Fix #1857Bor Grošelj Simić1-0/+2
2018-07-02swaylock daemonize: fix leak of devnull fdDominique Martinet1-0/+1
2018-06-08swaylock: implement ^U to clear bufferDominique Martinet2-32/+15
2018-05-27swaylock: implement a proper render loopemersion3-57/+105
2018-05-25Delete old asciidoc man pagesemersion2-117/+0
2018-05-23swaylock: remove unused fieldemersion1-1/+0
2018-05-23swaylock: don't try to render unconfigured surfacesemersion1-0/+3
2018-05-23Merge branch 'master' into fix-swaylock-hotpluggingemersion2-20/+140
2018-05-20Swaylock: Use calloc instead of mallocRyan Dwyer1-1/+1
2018-05-20Swaylock: Log error if multiple images are defined for the same outputRyan Dwyer1-0/+17
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer2-21/+119
2018-05-18Fix output hotpluggingemersion1-31/+42
2018-05-18Fix swaylock crashing when unplugging outputemersion1-5/+25
2018-05-11Add swaylock(1) and swaymsg(1)Drew DeVault1-0/+103
2018-04-24Improved key handling in swaylockMattias Eriksson3-1/+46
2018-04-20[swaylock] Install pam moduleBruno Pinto1-0/+7
2018-04-12swaylock: Securely zero-out password.Geoff Greer2-24/+33
2018-04-05Error handling in swaylock daemonize()Drew DeVault1-1/+23
2018-04-04Address review feedback from @emersionDrew DeVault3-24/+30
2018-04-04exit() needs stdlib.hDrew DeVault1-0/+1
2018-04-04Import stdlib.h and define POSIX macro for rand()Drew DeVault1-1/+3
2018-04-04Move extra roundtrip into password.cDrew DeVault2-1/+1
2018-04-04Add hidpi support to swaylockDrew DeVault2-20/+56
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault1-0/+10
2018-04-04Actually let's not do that TODODrew DeVault2-9/+0
2018-04-04R E N D E R I N GDrew DeVault3-8/+147
2018-04-04Verify passwordsDrew DeVault1-1/+57
2018-04-04Add password buffer, refactor rendering/surfacesDrew DeVault5-49/+114
2018-04-04Link swaylock to xkbcommonDrew DeVault1-0/+1
2018-04-04Split seat code into its own fileDrew DeVault3-245/+194
2018-04-04Set up an XKB context for the keyboardDrew DeVault1-5/+99
2018-04-04Grab keyboard off of the seatDrew DeVault1-3/+48
2018-04-04Initial swaylock portDrew DeVault2-705/+265
2017-12-01remove the rest of cmakeTony Crisci1-51/+0
2017-10-08Document swaylock -f, scratchpad showDrew DeVault1-0/+4