Age | Commit message (Expand) | Author | Files | Lines |
2014-11-11 | Drop short opts for flips | Johannes Löthberg | 1 | -4/+4 |
2014-11-11 | Add replacement for -addd using --add and --distance | Johannes Löthberg | 1 | -3/+13 |
2014-11-11 | Fix alpha, blur, sharpen, constast, brightness, and gamma switches | Johannes Löthberg | 1 | -35/+9 |
2014-11-11 | replace all int with signed, unsigned int with unsigned | Johannes Löthberg | 1 | -20/+20 |
2014-11-11 | Implement functionality part of --write argument | Johannes Löthberg | 1 | -1/+1 |
2014-11-11 | Opening curl braces should be on the same line | Johannes Löthberg | 1 | -100/+57 |
2014-11-11 | use ‘signed’ instead of ‘int’, redo prototypes | Johannes Löthberg | 1 | -7/+6 |
2014-11-10 | Make non-negatable arguments unsigned, make parse_uint | Johannes Löthberg | 1 | -6/+6 |
2014-11-10 | Remove space before function names | Johannes Löthberg | 1 | -4/+4 |
2014-11-10 | yawa.h: Move argp variables to yawa.c | Johannes Löthberg | 1 | -0/+4 |
2014-11-10 | Move parse_color to utils.c | Johannes Löthberg | 1 | -46/+0 |
2014-11-10 | Handle all arguments, split out int parsing function | Johannes Löthberg | 1 | -40/+57 |
2014-11-10 | parse_color: Use bool return-type, nuke PColor for Color* | Johannes Löthberg | 1 | -4/+4 |
2014-11-10 | rename setRootAtoms to set_root_atoms to fit other names | Johannes Löthberg | 1 | -2/+2 |
2014-11-07 | yawa.c: Remove remains of old argument parsing | Johannes Löthberg | 1 | -20/+1 |
2014-11-07 | yawa.c: Exit with -2 on bad colors | Johannes Löthberg | 1 | -3/+6 |
2014-11-07 | yawa.c: handle flips | Johannes Löthberg | 1 | -0/+11 |
2014-11-06 | yawa.c: strncpy --add one less than max | Johannes Löthberg | 1 | -1/+1 |
2014-11-06 | yawa.c: remove getHex, replace with inline strtol loop | Johannes Löthberg | 1 | -44/+37 |
2014-11-06 | yawa.c: Remove space after function name, reformat long lines | Johannes Löthberg | 1 | -140/+146 |
2014-11-05 | forgot to reindent after for remvoal | Johannes Löthberg | 1 | -153/+147 |
2014-11-05 | yawa.c: nuke atoi | Johannes Löthberg | 1 | -2/+13 |
2014-11-05 | Split yawa.h out | Johannes Löthberg | 1 | -85/+3 |
2014-11-05 | yawa.c: Replace custom commandline parsing with argp | Johannes Löthberg | 1 | -199/+214 |
2014-11-04 | Rename hsetroot to yawa | Johannes Löthberg | 1 | -0/+638 |