summaryrefslogtreecommitdiffstats
path: root/swaylock
Commit message (Collapse)AuthorAge
* Switch to using getopt_long for config flagLibravatar Brian Ashworth2018-07-16
|
* Remove leftover parensLibravatar Brian Ashworth2018-07-16
|
* Remove int cast after changing to size_tLibravatar Brian Ashworth2018-07-16
|
* Change to size_t in swaylock's get_config_pathLibravatar Brian Ashworth2018-07-16
|
* Implement swaylock configuration file parsingLibravatar Brian Ashworth2018-07-16
|
* Change formatting of swaylock usage in the codeLibravatar Brian Ashworth2018-07-10
|
* Implement swaylock customization flagsLibravatar Brian Ashworth2018-07-10
|
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
|
* swaylock: daemonize after lockingLibravatar emersion2018-07-07
|
* swaylock: fix the displaying of "verified"Libravatar Dominique Martinet2018-07-07
| | | | | Displaying verified after damaging state needs more than one roundtrip, so keep looping until surfaces are not dirty anymore
* Detect opaque lockscreen when using a solid colorLibravatar Ryan Dwyer2018-07-07
|
* Use infinite opaque region in swaylockLibravatar Ryan Dwyer2018-07-07
|
* Use opaque region to determine if frame done should be sentLibravatar Ryan Dwyer2018-07-07
|
* Fix transparency in background images in swaylockLibravatar Bor Grošelj Simić2018-07-04
|
* Fix #1857Libravatar Bor Grošelj Simić2018-07-04
|
* swaylock daemonize: fix leak of devnull fdLibravatar Dominique Martinet2018-07-02
|
* swaylock: implement ^U to clear bufferLibravatar Dominique Martinet2018-06-08
| | | | | | | 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
* swaylock: implement a proper render loopLibravatar emersion2018-05-27
|
* Delete old asciidoc man pagesLibravatar emersion2018-05-25
|
* swaylock: remove unused fieldLibravatar emersion2018-05-23
|
* swaylock: don't try to render unconfigured surfacesLibravatar emersion2018-05-23
|
* Merge branch 'master' into fix-swaylock-hotpluggingLibravatar emersion2018-05-23
|\
| * Swaylock: Use calloc instead of mallocLibravatar Ryan Dwyer2018-05-20
| |
| * Swaylock: Log error if multiple images are defined for the same outputLibravatar Ryan Dwyer2018-05-20
| |
| * Swaylock: Allow per-output imagesLibravatar Ryan Dwyer2018-05-20
| |
* | Fix output hotpluggingLibravatar emersion2018-05-18
| |
* | Fix swaylock crashing when unplugging outputLibravatar emersion2018-05-18
|/
* Add swaylock(1) and swaymsg(1)Libravatar Drew DeVault2018-05-11
|
* Improved key handling in swaylockLibravatar Mattias Eriksson2018-04-24
| | | | | | Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator
* [swaylock] Install pam moduleLibravatar Bruno Pinto2018-04-20
|
* swaylock: Securely zero-out password.Libravatar Geoff Greer2018-04-12
| | | | | | | | - 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
* Error handling in swaylock daemonize()Libravatar Drew DeVault2018-04-05
| | | | Fixes #1741
* Address review feedback from @emersionLibravatar Drew DeVault2018-04-04
|
* exit() needs stdlib.hLibravatar Drew DeVault2018-04-04
| | | | inb4 acrisci
* Import stdlib.h and define POSIX macro for rand()Libravatar Drew DeVault2018-04-04
|
* Move extra roundtrip into password.cLibravatar Drew DeVault2018-04-04
|
* Add hidpi support to swaylockLibravatar Drew DeVault2018-04-04
|
* Implement input-inhibit in sway, swaylockLibravatar Drew DeVault2018-04-04
|
* Actually let's not do that TODOLibravatar Drew DeVault2018-04-04
|
* R E N D E R I N GLibravatar Drew DeVault2018-04-04
|
* Verify passwordsLibravatar Drew DeVault2018-04-04
|
* Add password buffer, refactor rendering/surfacesLibravatar Drew DeVault2018-04-04
|
* Link swaylock to xkbcommonLibravatar Drew DeVault2018-04-04
|
* Split seat code into its own fileLibravatar Drew DeVault2018-04-04
|
* Set up an XKB context for the keyboardLibravatar Drew DeVault2018-04-04
|
* Grab keyboard off of the seatLibravatar Drew DeVault2018-04-04
|
* Initial swaylock portLibravatar Drew DeVault2018-04-04
|
* remove the rest of cmakeLibravatar Tony Crisci2017-12-01
|
* Document swaylock -f, scratchpad showLibravatar Drew DeVault2017-10-08
|
* Fix github links in docLibravatar Zuzana Svetlikova2017-10-06
|