aboutsummaryrefslogtreecommitdiff
path: root/swaylock
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-06Fix github links in docZuzana Svetlikova1-1/+1
2017-08-09Clean up fallthrough issuesDrew DeVault1-57/+51
2017-07-31Allow swaylock indicator size to be configurableCalvin Lee2-10/+25
2017-07-04Make asciidoc (and man pages) optionalDrew DeVault1-1/+3
2017-06-18Correct swaylock man page description of -i and -cAndrew Conrad1-4/+5
2017-04-26Add -DVERSION flag for release version numbersSebastian Noack1-5/+1
2017-03-10UnGNUify the codebaseDrew DeVault1-2/+7
2017-02-25Correct typo in swaylock(1)Drew DeVault1-1/+1
2017-02-25Improve swaylock manFabio Alessandro Locati1-2/+3
2017-02-21Documentation and style fixes for swaylockCalvin Lee2-100/+83
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee2-37/+211
2016-12-27fix #971Zandr Martin1-2/+2
2016-12-20Clear swaylock properly during re-renderDrew DeVault1-0/+5
2016-12-02Run config files through sed and install to /etcDrew DeVault1-1/+1
2016-10-05Explicitly set cairo font to avoid wonky fallbackVasilij Schneidermann1-0/+1
2016-09-05Add client support for HiDPIDrew DeVault1-24/+29
2016-09-01Reorganize includesDrew DeVault1-2/+1
2016-07-15Fix warning from unused daemon return valueDrew DeVault1-1/+4
2016-07-13swaylock: Add -f option to detach from the controlling terminal, fixes #725David Eklov1-1/+7
2016-06-26Bug fix: Add missing header file, unistd.hDavid Eklov1-0/+1
2016-06-04make numpad enter key work in swaylockZandr Martin1-2/+3
2016-06-04add documentation for client commandsZandr Martin1-1/+1
2016-05-26add --no-unlock-indicator to swaylockZandr Martin2-2/+12
2016-05-26clear swaylock password buffer with escZandr Martin1-2/+3
2016-05-26clear password buffer with ctrl-u in swaylockZandr Martin1-0/+34
2016-04-28Fix missing include pathsTomáš Čech1-1/+2
2016-04-25swaylock: fix double freeKevin Hamacher1-2/+1
2016-04-23swaylock: Fix swaylock.pamwdbw1-2/+2
2016-04-10swaylock: Handle possible fail on password reallocMikkel Oscar Lyderik1-2/+15
2016-04-03Improve swaylock event flushingKevin Hamacher1-8/+10
2016-03-31swaylock: improve graphical feedbackKevin Hamacher1-1/+2
2016-03-27Squash warning about uninitialized variableDrew DeVault1-1/+1