maxice8
c265fea703
jpg.h: add include for sys/types.h and define _GNU_SOURCE.
this allows us to use uint on musl libc systems like Void Linux and
Alpine.
7 years ago
Cassandra
d0a6cfda92
Update README.md
7 years ago
Cassandra
a6be8397ad
Merge pull request #91 from aloomis/master
Text customization for the locking and lock failed states.
7 years ago
Cassandra
4c3fb648ee
Merge branch 'dev'
7 years ago
Andy Loomis
3149907443
Adds an option to customize the locking text and another option to customize the lock failed text.
7 years ago
Cassandra
01a52e5707
merge slideshow functionality
currently, ASAN warns about fontconfig leaks, but these disappear when I use my debug version of fontconfig, so... I guess it's an ASAN bug?
7 years ago
Thomas Osterland
9f27a7684f
moved NULL check
7 years ago
Cassandra
e07c3f0abe
stable version 2.11-c
7 years ago
Cassandra
f5671429f4
Revert "initial text shadowing"
This reverts commit 7fed1428c6
.
7 years ago
Cassandra
7fed1428c6
initial text shadowing
7 years ago
Cassandra
dd44aab1bd
add in more specific status text positioning
7 years ago
Cassandra
9c3eaaf2f3
add in media keys support from https://aur.archlinux.org/cgit/aur.git/tree/allow_media_keys.patch\?h\=i3lock-media-keys
7 years ago
Thomas Osterland
b2e296e4fe
removed if -> now slideshow supports jpeg
7 years ago
Thomas Osterland
9c54730974
slideshow support for jpg and introduced load_image function
7 years ago
Thomas Osterland
933c3b80ae
added functionality to randomly select images during slideshow
7 years ago
Thomas Osterland
fa0bf7bc4d
initialize lastCheck variable in init_colors_once to replace -1 check
7 years ago
Thomas Osterland
c28c13990b
fixed seg fault if no file or directory path is provided
7 years ago
Thomas Osterland
74e6dfe497
moved slideshow flags into misc (1000 -> 903)
7 years ago
Cassandra
3131486378
Merge branch 'master' of https://github.com/i3/i3lock
7 years ago
Thomas Osterland
bbd2196326
added slideshow functionality
7 years ago
Ingo Bürk
ae72b675ca
Merge pull request #179 from karulont/master
Fix memory leak when grabbing fails
7 years ago
Karl Tarbe
1668b2fc0f
Fix memory leak when grabbing fails
7 years ago
Cassandra
4fca1ff1b1
Merge pull request #80 from alfunx/fix-string-options
Fix option parsing to use correct getopt_long
7 years ago
Alphonse Mariya
f7f3e70913
Fix option parsing to use correct getopt_long
7 years ago
Cassandra
c6229bac33
clean up that massive switch statement a bit
7 years ago
Cassandra
c85ced646e
Merge pull request #74 from qikiqi/master
Add option to set custom 'no input' text
7 years ago
qikiqi
7787456845
Add option to set custom 'no input' text
7 years ago
Pandora
7d21942206
fix strncpy typo
7 years ago
Pandora
5a8c96ea4c
fix NPE when no background image
7 years ago
Pandora
075b16a008
merge upstream
7 years ago
Pandora
cad603b388
merge dev - pull #72
7 years ago
Ingo Bürk
bcbfee0a17
Merge pull request #177 from SegFault42/master
return value corrected
7 years ago
SegFault42
7a80375e1f
return value corrected
7 years ago
Pandora
85b6b5b117
merge #72 , fix a fontconfig bug
7 years ago
eyenseo
efd6b36daa
Add drawing lock on multiple screens
7 years ago
eyenseo
19e6bb9acf
Fix scaling issues
7 years ago
eyenseo
b36640d4f7
Format unlock_indicator
7 years ago
Pandora
1b9b31a3da
remove ch/cw mentions in manpage
7 years ago
Emeric Planet
b34ae89d30
Check PNG file compliance ( #171 )
7 years ago
Pandora
5c07b3db9d
remove unused defines / comment
7 years ago
Pandora
f3a12c67ac
Version bump - breaking changes for color opts
Might need to hard-fork and use my own versioning...
7 years ago
Pandora
8bf03bab9d
update manpages; rearrange args
if someone wants to help reorganize the manpages I'll love you forever
7 years ago
Pandora
fdd03ea1e3
merge upstream
7 years ago
Pandora
6b943766da
refactor probably done, needs testing
7 years ago
Pandora
ddfc62f8de
initial font overhaul rewrite
nothing is positioned, but it compiles and just needs to be reorganized/broken into functions/updated to be positioned
7 years ago
Pandora
649a9d687d
respect LC_TIME
order _might_ need changing
7 years ago
Michael Stapelberg
6b53758e14
display error when backspace is pressed without any input ( #172 )
This adds some feedback to a keypress which previously had no visible effect.
While the text “no input” isn’t the most descriptive, it was the only one I
could think of which fit into the unlock indicator circle. If you have a better
suggestion, let me know.
fixes #164
7 years ago
Cassandra
b44568a3a4
Merge pull request #64 from julio-b/fix_typo
Fix typo
7 years ago
Julio B
a7213a1a21
Fix typo
7 years ago
Cassandra
d566ebb00d
Merge pull request #62 from ecl1ps3/master
Update README.md for Fedora27
7 years ago