aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock
Commit message (Collapse)AuthorAge
* swaylock: Fix swaylock.pamLibravatar wdbw2016-04-23
| | | | Change swaylock.pam to make it work on Debian-based systems also.
* swaylock: Handle possible fail on password reallocLibravatar Mikkel Oscar Lyderik2016-04-10
|
* Improve swaylock event flushingLibravatar Kevin Hamacher2016-04-03
|
* swaylock: improve graphical feedbackLibravatar Kevin Hamacher2016-03-31
|
* Squash warning about uninitialized variableLibravatar Drew DeVault2016-03-27
|
* Add graphical feedback to swaylock (#526)Libravatar Kevin Hamacher2016-03-25
|
* Replace with in swaylockLibravatar Nuew2016-03-24
|
* Change 'display' to 'output' in swaylock error messages where necessaryLibravatar Nuew2016-03-24
|
* Change 'display' to 'output' in swaylock docs where necessaryLibravatar Nuew2016-03-24
|
* Add choice of display to --image.Libravatar Nuew2016-03-24
| | | | | | | | 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.
* swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.Libravatar Julius Michaelis2016-03-24
|
* swaylock: Fix crash when unable to connect to wlLibravatar Mikkel Oscar Lyderik2016-03-23
| | | | | | | Prevent swaylock from crashing when it can't connect to wayland for whatever reason. i.e. XDG_RUNTIME_DIR not set. Fix #534
* swaylock: Grow the password bufferLibravatar Gökberk Yaltıraklı2016-03-21
|
* add a manpage for swaylockLibravatar Aaron Ouellette2016-03-01
|
* Correctly exit sway on errors.Libravatar Mikkel Oscar Lyderik2016-02-26
| | | | | | | | 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.
* swaylock: Allow for transparent color valuesLibravatar crondog2016-01-28
| | | | | | | | 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
* Remove pointer from swaylock surfaceLibravatar Drew DeVault2016-01-26
|
* extract cairo_set_source_u32()Libravatar Christoph Gysin2016-01-25
|
* swaylock: support --colorLibravatar Christoph Gysin2016-01-25
|
* swaylock: extract render_imageLibravatar Christoph Gysin2016-01-25
|
* swaylock: don't memset memory that has been freedLibravatar Christoph Gysin2016-01-25
| | | | | swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate().
* swaylock: fix pam conversationLibravatar Christoph Gysin2016-01-25
|
* swaylock: add pam conversation debug outputLibravatar Christoph Gysin2016-01-25
|
* swaylock: remove global variable pam_replyLibravatar Christoph Gysin2016-01-25
|
* swaylock: add i3lock compatible optionsLibravatar Christoph Gysin2016-01-23
|
* swaylock: add option parsingLibravatar Christoph Gysin2016-01-23
|
* Fix whitespace issues.Libravatar Mikkel Oscar Lyderik2016-01-05
|
* Use SYSCONFDIR as recommendedLibravatar Yacine Hmito2015-12-23
| | | | | - swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more
* make gdk-pixbuf dependency really optionalLibravatar progandy2015-12-20
|
* Implement compositor support for swaylockLibravatar Drew DeVault2015-12-18
| | | | This makes swaylock more or less work.
* Fix lock extension setup in compositorLibravatar Drew DeVault2015-12-18
|
* Add shims for swaylock on compositorLibravatar Drew DeVault2015-12-18
|
* [swaylock] Stupid implementation of password entryLibravatar Drew DeVault2015-12-17
|
* Implement PAM password verification in swaylockLibravatar Drew DeVault2015-12-17
|
* Add PAM configuration for swaylockLibravatar Drew DeVault2015-12-17
|
* Pass keys along from wayland backend to clientsLibravatar Drew DeVault2015-12-12
|
* Add some more keyboard handling for wayland clientsLibravatar Drew DeVault2015-12-12
|
* Copy+paste swaybg code to swaylock for testingLibravatar Drew DeVault2015-12-10
|
* Discover swaylock extension in registryLibravatar Drew DeVault2015-12-10
|
* Refactor gdk pixbuf code into shared client libLibravatar Drew DeVault2015-12-10
|
* Add swaylock subprojectLibravatar Drew DeVault2015-12-10