aboutsummaryrefslogtreecommitdiff
path: root/swaylock
AgeCommit message (Expand)AuthorFilesLines
2017-04-26Add -DVERSION flag for release version numbersSebastian Noack1-5/+1
2017-03-10UnGNUify the codebaseDrew DeVault1-2/+7
2017-02-25Correct typo in swaylock(1)Drew DeVault1-1/+1
2017-02-25Improve swaylock manFabio Alessandro Locati1-2/+3
2017-02-21Documentation and style fixes for swaylockCalvin Lee2-100/+83
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee2-37/+211
2016-12-27fix #971Zandr Martin1-2/+2
2016-12-20Clear swaylock properly during re-renderDrew DeVault1-0/+5
2016-12-02Run config files through sed and install to /etcDrew DeVault1-1/+1
2016-10-05Explicitly set cairo font to avoid wonky fallbackVasilij Schneidermann1-0/+1
2016-09-05Add client support for HiDPIDrew DeVault1-24/+29
2016-09-01Reorganize includesDrew DeVault1-2/+1
2016-07-15Fix warning from unused daemon return valueDrew DeVault1-1/+4
2016-07-13swaylock: Add -f option to detach from the controlling terminal, fixes #725David Eklov1-1/+7
2016-06-26Bug fix: Add missing header file, unistd.hDavid Eklov1-0/+1
2016-06-04make numpad enter key work in swaylockZandr Martin1-2/+3
2016-06-04add documentation for client commandsZandr Martin1-1/+1
2016-05-26add --no-unlock-indicator to swaylockZandr Martin2-2/+12
2016-05-26clear swaylock password buffer with escZandr Martin1-2/+3
2016-05-26clear password buffer with ctrl-u in swaylockZandr Martin1-0/+34
2016-04-28Fix missing include pathsTomáš Čech1-1/+2
2016-04-25swaylock: fix double freeKevin Hamacher1-2/+1
2016-04-23swaylock: Fix swaylock.pamwdbw1-2/+2
2016-04-10swaylock: Handle possible fail on password reallocMikkel Oscar Lyderik1-2/+15
2016-04-03Improve swaylock event flushingKevin Hamacher1-8/+10
2016-03-31swaylock: improve graphical feedbackKevin Hamacher1-1/+2
2016-03-27Squash warning about uninitialized variableDrew DeVault1-1/+1
2016-03-25Add graphical feedback to swaylock (#526)Kevin Hamacher1-74/+216
2016-03-24Replace with in swaylockNuew1-6/+5
2016-03-24Change 'display' to 'output' in swaylock error messages where necessaryNuew1-4/+4
2016-03-24Change 'display' to 'output' in swaylock docs where necessaryNuew2-9/+9
2016-03-24Add choice of display to --image.Nuew3-37/+132
2016-03-24swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key.Julius Michaelis1-0/+8
2016-03-23swaylock: Fix crash when unable to connect to wlMikkel Oscar Lyderik1-1/+7
2016-03-21swaylock: Grow the password bufferGökberk Yaltıraklı1-2/+9
2016-03-01add a manpage for swaylockAaron Ouellette2-0/+48
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik1-2/+2
2016-01-28swaylock: Allow for transparent color valuescrondog1-11/+17
2016-01-26Remove pointer from swaylock surfaceDrew DeVault1-0/+6
2016-01-25extract cairo_set_source_u32()Christoph Gysin1-8/+0
2016-01-25swaylock: support --colorChristoph Gysin1-18/+46
2016-01-25swaylock: extract render_imageChristoph Gysin1-85/+92
2016-01-25swaylock: don't memset memory that has been freedChristoph Gysin1-5/+4
2016-01-25swaylock: fix pam conversationChristoph Gysin1-5/+15
2016-01-25swaylock: add pam conversation debug outputChristoph Gysin1-0/+14
2016-01-25swaylock: remove global variable pam_replyChristoph Gysin1-4/+5
2016-01-23swaylock: add i3lock compatible optionsChristoph Gysin1-6/+27
2016-01-23swaylock: add option parsingChristoph Gysin1-2/+40
2016-01-05Fix whitespace issues.Mikkel Oscar Lyderik2-10/+10
2015-12-23Use SYSCONFDIR as recommendedYacine Hmito1-1/+1