Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-01 | resize lockscreen window after Xrandr resize | Markus Teich | |
2015-04-01 | Blank the screen with color 0, add third color for failed logins | David Phillips | |
- Adds another color in config.def.h, COLOR_INIT - Renames the colours from numerical ones to ones with meaningful names; COLOR_INPUT for when there is content in the input buffer and COLOR_EMPTY for when the input buffer has been cleared (backspaced or a failed attempt). - Ensures XFreeColors frees the right number of colours. This is now derived from the size of `Lock->colors` rather than being an integer literal. - Makes slock exhibit the behaviour described by Markus The default colours are the same as the ones slock currently uses, with the exception of the new color, which I have set to red, as it indicates someone has either failed an attempt to unlock, or that they have entered input and erased it all. | |||
2015-01-27 | applied Dimitris' style patch from Dec'14, with some minor modifications | Anselm R Garbe | |
2014-12-22 | fixed usage string | Anselm R Garbe | |
2014-12-22 | applied sin's patch and prepared new release | Anselm R Garbe | |
2014-11-09 | end{pw,sp}ent() can only be called after get{pw,sp}ent() | sin | |
Calling them unconditionally can result in memory corruption. | |||
2014-07-09 | Only check errno if getpwuid() fails | sin | |
Checking errno otherwise is unspecified. | |||
2014-06-09 | Add /etc/passwd support | FRIGN | |
Fix slock to work with /etc/passwd without /etc/shadow. while we're at it, remove an occurence of trailing whitespace. | |||
2014-01-29 | Set errno to 0 before getpwuid() and check it afterwards | sin | |
2013-08-02 | applied Robert Schneider's Linux suggestions, also bumped version and ↵ | Anselm R Garbe | |
updated LICENSE file's copyright notice | |||
2012-10-25 | prepared 1.1 | anselm@garbe.us | |
2012-08-02 | applied andres' multi-slock fix, thanks for spotting this issue | garbeam@gmail.com | |
2012-04-15 | added Ben's password placeholder entry kludge | anselm@garbe.us | |
2012-03-17 | applied Eckehard Bern's dualcolor patch to slock | anselm@garbe.us | |
2012-02-11 | Added tag 1.0 for changeset 05b949016e85 | anselm@garbe.us | |
2012-02-11 | preparing 1.0 | anselm@garbe.us | |
2012-02-09 | select for SubstructureRedirectMask as well | anselm@garbe.us | |
2012-02-09 | fixed missing new lines | anselm@garbe.us | |
2012-02-05 | typo fix | anselm@garbe.us | |
2012-02-05 | added XRaiseWindow workaround when new clients are launched | anselm@garbe.us | |
2012-01-24 | applied Michaels patch | garbeam@gmail.com | |
2012-01-22 | added dummy error handler to prevent X from terminating slock just in case | anselm@garbe.us | |
2011-04-21 | applied Markus' patch to die in case /etc/passwd is unavailable | Anselm R Garbe | |
2009-11-26 | applied Fernando Silveira's multiscreen patch for old style multihead setups | Anselm R Garbe | |
2008-12-12 | applied Ali Gholami Rudi's patch regarding DPMS timeout customization and ↵ | a@null | |
persistence | |||
2008-07-29 | Added tag 0.9 for changeset 1e8a77601cb9 | Anselm R Garbe | |
2008-07-29 | fix | Anselm R Garbe | |
2008-07-29 | prepared release | Anselm R Garbe | |
2008-07-29 | removed useless chars, prepared release | Anselm R Garbe | |
2008-04-09 | s/d// | Anselm R Garbe | |
2008-04-09 | yet another DPMS fix, still trying to prevent the error handler | Anselm R Garbe | |
2008-04-08 | fixed DPMS crashing issue | Anselm R Garbe | |
2008-03-13 | Added tag 0.8 for changeset c0eb8221ba49 | Anselm R Garbe | |
2008-02-22 | applied two patches, BSD_AUTH patch and Gottox' DPMS support patch | Anselm R Garbe | |
2007-11-25 | removed Sander from -v by request | Anselm R. Garbe | |
2007-11-24 | next version will be 0.8 | Anselm R. Garbe | |
2007-11-24 | Added tag 0.7 for changeset c4635bb35a45 | Anselm R. Garbe | |
2007-11-24 | final fixes and cleanups | Anselm R. Garbe | |
2007-11-13 | applied Ryan Sorensen bugfix which allows slock to acquire the keyboard grab ↵ | arg@suckless.org | |
asynchroneously | |||
2007-04-13 | updating copyright stuff in slock as well | Anselm R. Garbe | |
2007-03-07 | Added tag 0.6 for changeset dd226a81c09a | Anselm R. Garbe | |
2007-03-07 | grab on the root window, it is correct, all lockers do that | Anselm R. Garbe | |
2007-03-05 | Added tag 0.5 for changeset bd24ea7fcca2 | Anselm R. Garbe | |
2007-03-02 | grab on the slock window instead on the root window | Anselm R. Garbe | |
2007-02-21 | made slock more readable, added root variable because we intend to call ↵ | Anselm R. Garbe | |
RootWindow(...) quite a lot | |||
2007-02-21 | made slock more aggressive, DenisG please recheck | Anselm R. Garbe | |
2007-02-01 | foobar | Anselm R. Garbe | |
2007-01-13 | Added tag 0.4 for changeset 4c2cf4d6a2d0 | Anselm R. Garbe | |
2007-01-13 | fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg) | Anselm R. Garbe | |
2006-12-08 | thanks to Jack for this hint | arg@mig29 | |