aboutsummaryrefslogtreecommitdiff
path: root/swaylock
AgeCommit message (Collapse)AuthorLines
2018-05-25Delete old asciidoc man pagesemersion-117/+0
2018-05-23swaylock: remove unused fieldemersion-1/+0
2018-05-23swaylock: don't try to render unconfigured surfacesemersion-0/+3
2018-05-23Merge branch 'master' into fix-swaylock-hotpluggingemersion-20/+140
2018-05-20Swaylock: Use calloc instead of mallocRyan Dwyer-1/+1
2018-05-20Swaylock: Log error if multiple images are defined for the same outputRyan Dwyer-0/+17
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer-21/+119
2018-05-18Fix output hotpluggingemersion-31/+42
2018-05-18Fix swaylock crashing when unplugging outputemersion-5/+25
2018-05-11Add swaylock(1) and swaymsg(1)Drew DeVault-0/+103
2018-04-24Improved key handling in swaylockMattias Eriksson-1/+46
Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator
2018-04-20[swaylock] Install pam moduleBruno Pinto-0/+7
2018-04-12swaylock: Securely zero-out password.Geoff Greer-24/+33
- 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-05Error handling in swaylock daemonize()Drew DeVault-1/+23
Fixes #1741
2018-04-04Address review feedback from @emersionDrew DeVault-24/+30
2018-04-04exit() needs stdlib.hDrew DeVault-0/+1
inb4 acrisci
2018-04-04Import stdlib.h and define POSIX macro for rand()Drew DeVault-1/+3
2018-04-04Move extra roundtrip into password.cDrew DeVault-1/+1
2018-04-04Add hidpi support to swaylockDrew DeVault-20/+56
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault-0/+10
2018-04-04Actually let's not do that TODODrew DeVault-9/+0
2018-04-04R E N D E R I N GDrew DeVault-8/+147
2018-04-04Verify passwordsDrew DeVault-1/+57
2018-04-04Add password buffer, refactor rendering/surfacesDrew DeVault-49/+114
2018-04-04Link swaylock to xkbcommonDrew DeVault-0/+1
2018-04-04Split seat code into its own fileDrew DeVault-245/+194
2018-04-04Set up an XKB context for the keyboardDrew DeVault-5/+99
2018-04-04Grab keyboard off of the seatDrew DeVault-3/+48
2018-04-04Initial swaylock portDrew DeVault-705/+265
2017-12-01remove the rest of cmakeTony Crisci-51/+0
2017-10-08Document swaylock -f, scratchpad showDrew DeVault-0/+4
2017-10-06Fix github links in docZuzana Svetlikova-1/+1
2017-08-09Clean up fallthrough issuesDrew DeVault-57/+51
2017-07-31Allow swaylock indicator size to be configurableCalvin Lee-10/+25
2017-07-04Make asciidoc (and man pages) optionalDrew DeVault-1/+3
And remove it from the build
2017-06-18Correct swaylock man page description of -i and -cAndrew Conrad-4/+5
2017-04-26Add -DVERSION flag for release version numbersSebastian Noack-5/+1
2017-03-10UnGNUify the codebaseDrew DeVault-2/+7
2017-02-25Correct typo in swaylock(1)Drew DeVault-1/+1
2017-02-25Improve swaylock manFabio Alessandro Locati-2/+3
2017-02-21Documentation and style fixes for swaylockCalvin Lee-100/+83
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee-37/+211
Colors are configured through the command line so that swaylock conforms to the i3lock fork 'github.com/chrjguill/i3lock-color'. Differences from it are that one letter options '-r' and '-s' are not implimentend because '-s' is already used by '--scaling' in swaylock. This commit also fixed whitespace in 'include/swaylock/swaylock.h' and changed `parse_color` in 'common/util.h' so that it can accept colors that do not start with a hash. This was done to keep compatability with the i3lock fork.
2016-12-27fix #971Zandr Martin-2/+2
2016-12-20Clear swaylock properly during re-renderDrew DeVault-0/+5
Fixes #999
2016-12-02Run config files through sed and install to /etcDrew DeVault-1/+1
2016-10-05Explicitly set cairo font to avoid wonky fallbackVasilij Schneidermann-0/+1
See also https://github.com/i3/i3lock/pull/89
2016-09-05Add client support for HiDPIDrew DeVault-24/+29
This adds HiDPI support to swaybar, swaybg, and swaylock.
2016-09-01Reorganize includesDrew DeVault-2/+1
2016-07-15Fix warning from unused daemon return valueDrew DeVault-1/+4
2016-07-13swaylock: Add -f option to detach from the controlling terminal, fixes #725David Eklov-1/+7