aboutsummaryrefslogtreecommitdiffstats
path: root/src/yawa.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-16Don't use negative numbers in exitJohannes Löthberg1-3/+3
2015-02-16Print error and exit when can't open displayJohannes Löthberg1-0/+4
2014-12-06Relicense under GPL2 onlyJohannes Löthberg1-9/+9
2014-11-11Repack arguments structureJohannes Löthberg1-5/+5
2014-11-11Initialize arguments struct's char* to zeroJohannes Löthberg1-1/+1
2014-11-11Drop short opts for flipsJohannes Löthberg1-4/+4
2014-11-11Add replacement for -addd using --add and --distanceJohannes Löthberg1-3/+13
2014-11-11Fix alpha, blur, sharpen, constast, brightness, and gamma switchesJohannes Löthberg1-35/+9
2014-11-11replace all int with signed, unsigned int with unsignedJohannes Löthberg1-20/+20
2014-11-11Implement functionality part of --write argumentJohannes Löthberg1-1/+1
2014-11-11Opening curl braces should be on the same lineJohannes Löthberg1-100/+57
2014-11-11use ‘signed’ instead of ‘int’, redo prototypesJohannes Löthberg1-7/+6
2014-11-10Make non-negatable arguments unsigned, make parse_uintJohannes Löthberg1-6/+6
2014-11-10Remove space before function namesJohannes Löthberg1-4/+4
2014-11-10yawa.h: Move argp variables to yawa.cJohannes Löthberg1-0/+4
2014-11-10Move parse_color to utils.cJohannes Löthberg1-46/+0
2014-11-10Handle all arguments, split out int parsing functionJohannes Löthberg1-40/+57
2014-11-10parse_color: Use bool return-type, nuke PColor for Color*Johannes Löthberg1-4/+4
2014-11-10rename setRootAtoms to set_root_atoms to fit other namesJohannes Löthberg1-2/+2
2014-11-07yawa.c: Remove remains of old argument parsingJohannes Löthberg1-20/+1
2014-11-07yawa.c: Exit with -2 on bad colorsJohannes Löthberg1-3/+6
2014-11-07yawa.c: handle flipsJohannes Löthberg1-0/+11
2014-11-06yawa.c: strncpy --add one less than maxJohannes Löthberg1-1/+1
2014-11-06yawa.c: remove getHex, replace with inline strtol loopJohannes Löthberg1-44/+37
2014-11-06yawa.c: Remove space after function name, reformat long linesJohannes Löthberg1-140/+146
2014-11-05forgot to reindent after for remvoalJohannes Löthberg1-153/+147
2014-11-05yawa.c: nuke atoiJohannes Löthberg1-2/+13
2014-11-05Split yawa.h outJohannes Löthberg1-85/+3
2014-11-05yawa.c: Replace custom commandline parsing with argpJohannes Löthberg1-199/+214
2014-11-04Rename hsetroot to yawaJohannes Löthberg1-0/+638