aboutsummaryrefslogtreecommitdiff
path: root/swaylock/render.c
AgeCommit message (Collapse)AuthorLines
2019-01-13Split swaylock into separate projectDrew DeVault-189/+0
2019-01-10swaylock: Add caps lock state to indicatorRobinhuett-4/+23
Implements customization for the indicator as proposed in #2788 with comments from #3367 in mind. The default behaviour does not change exept for the caps lock text color.
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion-1/+0
And make sure we don't define both in the same source file.
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text ↵Geoff Greer-0/+7
and lines with subpixel hinting (if available).
2018-07-10Implement swaylock customization flagsBrian Ashworth-43/+31
2018-07-04Fix transparency in background images in swaylockBor Grošelj Simić-2/+3
2018-07-04Fix #1857Bor Grošelj Simić-0/+2
2018-05-27swaylock: implement a proper render loopemersion-0/+4
2018-05-23swaylock: don't try to render unconfigured surfacesemersion-0/+3
2018-05-20Swaylock: Allow per-output imagesRyan Dwyer-1/+1
2018-04-24Improved key handling in swaylockMattias Eriksson-0/+16
Make escape clear buffer Add indicator states for ctrl,shift,super et al Add CapsLock indicator
2018-04-04Address review feedback from @emersionDrew DeVault-20/+24
2018-04-04Import stdlib.h and define POSIX macro for rand()Drew DeVault-1/+3
2018-04-04Move extra roundtrip into password.cDrew DeVault-1/+0
2018-04-04Add hidpi support to swaylockDrew DeVault-18/+23
2018-04-04R E N D E R I N GDrew DeVault-1/+120
2018-04-04Add password buffer, refactor rendering/surfacesDrew DeVault-0/+21