Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |