aboutsummaryrefslogtreecommitdiff
path: root/swaylock
AgeCommit message (Collapse)AuthorLines
2016-06-26Bug fix: Add missing header file, unistd.hDavid Eklov-0/+1
Without unistd.h the following functions getuid, alarm and close are implicitly declared causing compilation to fail due to -Werror=implicit-function-declaration
2016-06-04make numpad enter key work in swaylockZandr Martin-2/+3
see issue #647
2016-06-04add documentation for client commandsZandr Martin-1/+1
2016-05-26add --no-unlock-indicator to swaylockZandr Martin-2/+12
2016-05-26clear swaylock password buffer with escZandr Martin-2/+3
for i3lock compatibility
2016-05-26clear password buffer with ctrl-u in swaylockZandr Martin-0/+34
also prevent screen redraws on modifier key presses
2016-04-28Fix missing include pathsTomáš Čech-1/+2
When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
2016-04-25swaylock: fix double freeKevin Hamacher-2/+1
2016-04-23swaylock: Fix swaylock.pamwdbw-2/+2
Change swaylock.pam to make it work on Debian-based systems also.
2016-04-10swaylock: Handle possible fail on password reallocMikkel Oscar Lyderik-2/+15
2016-04-03Improve swaylock event flushingKevin Hamacher-8/+10
2016-03-31swaylock: improve graphical feedbackKevin Hamacher-1/+2
2016-03-27Squash warning about uninitialized variableDrew DeVault-1/+1
2016-03-25Add graphical feedback to swaylock (#526)Kevin Hamacher-74/+216
2016-03-24Replace with in swaylockNuew-6/+5
2016-03-24Change 'display' to 'output' in swaylock error messages where necessaryNuew-4/+4
2016-03-24Change 'display' to 'output' in swaylock docs where necessaryNuew-9/+9
2016-03-24Add choice of display to --image.Nuew-37/+132
Additionally - Made background colors display when an image is enabled if a --color is specified. - Link CJson to swaylock. - Add the --socket option to swaylock.
2016-03-24swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.Julius Michaelis-0/+8
2016-03-23swaylock: Fix crash when unable to connect to wlMikkel Oscar Lyderik-1/+7
Prevent swaylock from crashing when it can't connect to wayland for whatever reason. i.e. XDG_RUNTIME_DIR not set. Fix #534
2016-03-21swaylock: Grow the password bufferGökberk Yaltıraklı-2/+9
2016-03-01add a manpage for swaylockAaron Ouellette-0/+48
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik-2/+2
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-11/+17
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-0/+6
2016-01-25extract cairo_set_source_u32()Christoph Gysin-8/+0
2016-01-25swaylock: support --colorChristoph Gysin-18/+46
2016-01-25swaylock: extract render_imageChristoph Gysin-85/+92
2016-01-25swaylock: don't memset memory that has been freedChristoph Gysin-5/+4
swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate().
2016-01-25swaylock: fix pam conversationChristoph Gysin-5/+15
2016-01-25swaylock: add pam conversation debug outputChristoph Gysin-0/+14
2016-01-25swaylock: remove global variable pam_replyChristoph Gysin-4/+5
2016-01-23swaylock: add i3lock compatible optionsChristoph Gysin-6/+27
2016-01-23swaylock: add option parsingChristoph Gysin-2/+40
2016-01-05Fix whitespace issues.Mikkel Oscar Lyderik-10/+10
2015-12-23Use SYSCONFDIR as recommendedYacine Hmito-1/+1
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
2015-12-20make gdk-pixbuf dependency really optionalprogandy-2/+13
2015-12-18Implement compositor support for swaylockDrew DeVault-2/+11
This makes swaylock more or less work.
2015-12-18Fix lock extension setup in compositorDrew DeVault-3/+3
2015-12-18Add shims for swaylock on compositorDrew DeVault-8/+6
2015-12-17[swaylock] Stupid implementation of password entryDrew DeVault-1/+28
2015-12-17Implement PAM password verification in swaylockDrew DeVault-0/+36
2015-12-17Add PAM configuration for swaylockDrew DeVault-0/+12
2015-12-12Pass keys along from wayland backend to clientsDrew DeVault-0/+6
2015-12-12Add some more keyboard handling for wayland clientsDrew DeVault-3/+3
2015-12-10Copy+paste swaybg code to swaylock for testingDrew DeVault-1/+123
2015-12-10Discover swaylock extension in registryDrew DeVault-2/+29
2015-12-10Refactor gdk pixbuf code into shared client libDrew DeVault-0/+3
2015-12-10Add swaylock subprojectDrew DeVault-0/+42