summaryrefslogtreecommitdiffstats
path: root/swaylock
Commit message (Collapse)AuthorAge
* Document swaylock -f, scratchpad showLibravatar Drew DeVault2017-10-08
|
* Fix github links in docLibravatar Zuzana Svetlikova2017-10-06
|
* Clean up fallthrough issuesLibravatar Drew DeVault2017-08-09
|
* Allow swaylock indicator size to be configurableLibravatar Calvin Lee2017-07-31
|
* Make asciidoc (and man pages) optionalLibravatar Drew DeVault2017-07-04
| | | | And remove it from the build
* Correct swaylock man page description of -i and -cLibravatar Andrew Conrad2017-06-18
|
* Add -DVERSION flag for release version numbersLibravatar Sebastian Noack2017-04-26
|
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
|
* Correct typo in swaylock(1)Libravatar Drew DeVault2017-02-25
|
* Improve swaylock manLibravatar Fabio Alessandro Locati2017-02-25
|
* Documentation and style fixes for swaylockLibravatar Calvin Lee2017-02-21
|
* Feature for #1078: Configurable swaylock colorsLibravatar Calvin Lee2017-02-21
| | | | | | | | | | | Colors are configured through the command line so that swaylock conforms to the i3lock fork 'github.com/chrjguill/i3lock-color'. Differences from it are that one letter options '-r' and '-s' are not implimentend because '-s' is already used by '--scaling' in swaylock. This commit also fixed whitespace in 'include/swaylock/swaylock.h' and changed `parse_color` in 'common/util.h' so that it can accept colors that do not start with a hash. This was done to keep compatability with the i3lock fork.
* fix #971Libravatar Zandr Martin2016-12-27
|
* Clear swaylock properly during re-renderLibravatar Drew DeVault2016-12-20
| | | | Fixes #999
* Run config files through sed and install to /etcLibravatar Drew DeVault2016-12-02
|
* Explicitly set cairo font to avoid wonky fallbackLibravatar Vasilij Schneidermann2016-10-05
| | | | See also https://github.com/i3/i3lock/pull/89
* Add client support for HiDPILibravatar Drew DeVault2016-09-05
| | | | This adds HiDPI support to swaybar, swaybg, and swaylock.
* Reorganize includesLibravatar Drew DeVault2016-09-01
|
* Fix warning from unused daemon return valueLibravatar Drew DeVault2016-07-15
|
* swaylock: Add -f option to detach from the controlling terminal, fixes #725Libravatar David Eklov2016-07-13
|
* Bug fix: Add missing header file, unistd.hLibravatar David Eklov2016-06-26
| | | | | | Without unistd.h the following functions getuid, alarm and close are implicitly declared causing compilation to fail due to -Werror=implicit-function-declaration
* make numpad enter key work in swaylockLibravatar Zandr Martin2016-06-04
| | | | see issue #647
* add documentation for client commandsLibravatar Zandr Martin2016-06-04
|
* add --no-unlock-indicator to swaylockLibravatar Zandr Martin2016-05-26
|
* clear swaylock password buffer with escLibravatar Zandr Martin2016-05-26
| | | | for i3lock compatibility
* clear password buffer with ctrl-u in swaylockLibravatar Zandr Martin2016-05-26
| | | | also prevent screen redraws on modifier key presses
* Fix missing include pathsLibravatar Tomáš Čech2016-04-28
| | | | | | When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it.
* swaylock: fix double freeLibravatar Kevin Hamacher2016-04-25
|
* 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
|