Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-10 | swaylock: Handle possible fail on password realloc | Mikkel Oscar Lyderik | |
2016-04-03 | Improve swaylock event flushing | Kevin Hamacher | |
2016-03-31 | swaylock: improve graphical feedback | Kevin Hamacher | |
2016-03-27 | Squash warning about uninitialized variable | Drew DeVault | |
2016-03-25 | Add graphical feedback to swaylock (#526) | Kevin Hamacher | |
2016-03-24 | Replace with in swaylock | Nuew | |
2016-03-24 | Change 'display' to 'output' in swaylock error messages where necessary | Nuew | |
2016-03-24 | Change 'display' to 'output' in swaylock docs where necessary | Nuew | |
2016-03-24 | Add choice of display to --image. | Nuew | |
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-24 | swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key. | Julius Michaelis | |
2016-03-23 | swaylock: Fix crash when unable to connect to wl | Mikkel Oscar Lyderik | |
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-21 | swaylock: Grow the password buffer | Gökberk Yaltıraklı | |
2016-03-01 | add a manpage for swaylock | Aaron Ouellette | |
2016-02-26 | Correctly 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-28 | swaylock: Allow for transparent color values | crondog | |
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-26 | Remove pointer from swaylock surface | Drew DeVault | |
2016-01-25 | extract cairo_set_source_u32() | Christoph Gysin | |
2016-01-25 | swaylock: support --color | Christoph Gysin | |
2016-01-25 | swaylock: extract render_image | Christoph Gysin | |
2016-01-25 | swaylock: don't memset memory that has been freed | Christoph Gysin | |
swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate(). | |||
2016-01-25 | swaylock: fix pam conversation | Christoph Gysin | |
2016-01-25 | swaylock: add pam conversation debug output | Christoph Gysin | |
2016-01-25 | swaylock: remove global variable pam_reply | Christoph Gysin | |
2016-01-23 | swaylock: add i3lock compatible options | Christoph Gysin | |
2016-01-23 | swaylock: add option parsing | Christoph Gysin | |
2016-01-05 | Fix whitespace issues. | Mikkel Oscar Lyderik | |
2015-12-23 | Use SYSCONFDIR as recommended | Yacine Hmito | |
- swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more | |||
2015-12-20 | make gdk-pixbuf dependency really optional | progandy | |
2015-12-18 | Implement compositor support for swaylock | Drew DeVault | |
This makes swaylock more or less work. | |||
2015-12-18 | Fix lock extension setup in compositor | Drew DeVault | |
2015-12-18 | Add shims for swaylock on compositor | Drew DeVault | |
2015-12-17 | [swaylock] Stupid implementation of password entry | Drew DeVault | |
2015-12-17 | Implement PAM password verification in swaylock | Drew DeVault | |
2015-12-17 | Add PAM configuration for swaylock | Drew DeVault | |
2015-12-12 | Pass keys along from wayland backend to clients | Drew DeVault | |
2015-12-12 | Add some more keyboard handling for wayland clients | Drew DeVault | |
2015-12-10 | Copy+paste swaybg code to swaylock for testing | Drew DeVault | |
2015-12-10 | Discover swaylock extension in registry | Drew DeVault | |
2015-12-10 | Refactor gdk pixbuf code into shared client lib | Drew DeVault | |
2015-12-10 | Add swaylock subproject | Drew DeVault | |