summaryrefslogtreecommitdiff
path: root/include/swaylock
AgeCommit message (Collapse)AuthorLines
2018-07-10Implement swaylock customization flagsBrian Ashworth-1/+23
2018-07-07swaylock: daemonize after lockingemersion-0/+1
2018-06-08swaylock: implement ^U to clear bufferDominique Martinet-25/+1
The whole state->xcb.modifiers thing didn't work at all (always 0) The xkb doc says "[xkb_state_serialize_mods] should not be used in regular clients; please use the xkb_state_mod_*_is_active API instead" so here it is
2018-05-27swaylock: implement a proper render loopemersion-0/+3
2018-05-23swaylock: remove unused fieldemersion-1/+0
2018-05-23Merge branch 'master' into fix-swaylock-hotpluggingemersion-7/+19
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer-0/+12
2018-05-18Fix output hotpluggingemersion-0/+1
2018-05-18Fix swaylock crashing when unplugging outputemersion-0/+1
2018-04-24Improved key handling in swaylockMattias Eriksson-0/+3
Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator
2018-04-12swaylock: Securely zero-out password.Geoff Greer-2/+1
- 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-04Add hidpi support to swaylockDrew DeVault-0/+1
2018-04-04Implement input-inhibit in sway, swaylockDrew DeVault-0/+1
2018-04-04R E N D E R I N GDrew DeVault-0/+10
2018-04-04Add password buffer, refactor rendering/surfacesDrew DeVault-2/+13
2018-04-04Split seat code into its own fileDrew DeVault-56/+69
2017-07-31Allow swaylock indicator size to be configurableCalvin Lee-0/+3
2017-02-21Documentation and style fixes for swaylockCalvin Lee-0/+6
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee-21/+41
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-09-01Reorganize includesDrew DeVault-0/+37