| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-13 | Split swaylock into separate project | Drew DeVault | -178/+0 | |
| 2019-01-03 | swaylock: Fix caps lock not updating immediately | Oscar Cowdery Lack | -1/+5 | |
| Partially fixes #2788. This change makes it so the lock screen is redrawn whenever the caps lock modifier state changes, rather on relying on the keypress event. This didn't work because caps lock is disabled when the key is released, not pressed, so the caps lock indicator does not go away until the next keypress event. | ||||
| 2018-10-24 | Add multiseat support to swaylock | Ryan Dwyer | -11/+11 | |
| 2018-10-06 | swaylock: Support keyboard and pointer disconnects and reconnects | Ryan Dwyer | -4/+12 | |
| 2018-07-09 | Update for swaywm/wlroots#1126 | emersion | -2/+2 | |
| 2018-06-08 | swaylock: implement ^U to clear buffer | Dominique Martinet | -32/+7 | |
| 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-04-24 | Improved key handling in swaylock | Mattias Eriksson | -0/+1 | |
| Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator | ||||
| 2018-04-04 | exit() needs stdlib.h | Drew DeVault | -0/+1 | |
| inb4 acrisci | ||||
| 2018-04-04 | Add password buffer, refactor rendering/surfaces | Drew DeVault | -1/+3 | |
| 2018-04-04 | Split seat code into its own file | Drew DeVault | -0/+187 | |
