aboutsummaryrefslogtreecommitdiff
path: root/swaylock
AgeCommit message (Collapse)Author
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik
Calling `exit` in sway_terminate prevents sway from correctly shutting down (freeing data, cleanly terminating the ipc server, etc.). A better way is to exit straight away if the failure occurs before `wlc_run` and use sway_abort as usual if it occur when wlc is running.
2016-01-28swaylock: Allow for transparent color valuescrondog
There is only a slight issue. When using a transparent color the views are arranged to make room for swaylock which we can now see. I tried removing the arrange call but that just made it worse by putting in an opaque view on the workspace and not making the lockoverlay color. Ill raise an issue if this is not easily solved
2016-01-26Remove pointer from swaylock surfaceDrew DeVault
2016-01-25extract cairo_set_source_u32()Christoph Gysin
2016-01-25swaylock: support --colorChristoph Gysin
2016-01-25swaylock: extract render_imageChristoph Gysin
2016-01-25swaylock: don't memset memory that has been freedChristoph Gysin
swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate().
2016-01-25swaylock: fix pam conversationChristoph Gysin
2016-01-25swaylock: add pam conversation debug outputChristoph Gysin
2016-01-25swaylock: remove global variable pam_replyChristoph Gysin
2016-01-23swaylock: add i3lock compatible optionsChristoph Gysin
2016-01-23swaylock: add option parsingChristoph Gysin
2016-01-05Fix whitespace issues.Mikkel Oscar Lyderik
2015-12-23Use SYSCONFDIR as recommendedYacine Hmito
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
2015-12-20make gdk-pixbuf dependency really optionalprogandy
2015-12-18Implement compositor support for swaylockDrew DeVault
This makes swaylock more or less work.
2015-12-18Fix lock extension setup in compositorDrew DeVault
2015-12-18Add shims for swaylock on compositorDrew DeVault
2015-12-17[swaylock] Stupid implementation of password entryDrew DeVault
2015-12-17Implement PAM password verification in swaylockDrew DeVault
2015-12-17Add PAM configuration for swaylockDrew DeVault
2015-12-12Pass keys along from wayland backend to clientsDrew DeVault
2015-12-12Add some more keyboard handling for wayland clientsDrew DeVault
2015-12-10Copy+paste swaybg code to swaylock for testingDrew DeVault
2015-12-10Discover swaylock extension in registryDrew DeVault
2015-12-10Refactor gdk pixbuf code into shared client libDrew DeVault
2015-12-10Add swaylock subprojectDrew DeVault