Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-11 | Repack arguments structure | Johannes Löthberg | 1 | -28/+25 | |
Thanks @HalosGhost. | |||||
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 | -4/+7 | |
To overrife the nth distance you need n number of --distance flags, distance defaulting to 1 for each color. | |||||
2014-11-11 | Fix alpha, blur, sharpen, constast, brightness, and gamma switches | Johannes Löthberg | 1 | -8/+8 | |
2014-11-11 | replace all int with signed, unsigned int with unsigned | Johannes Löthberg | 1 | -4/+4 | |
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 | -2/+2 | |
2014-11-11 | struct: ‘unsigned int’ → ‘unsigned’, ‘int’ → ‘signed’ | Johannes Löthberg | 1 | -7/+12 | |
2014-11-11 | use ‘signed’ instead of ‘int’, redo prototypes | Johannes Löthberg | 1 | -7/+15 | |
The flip arguments are implemented so delete comment | |||||
2014-11-10 | Make non-negatable arguments unsigned, make parse_uint | Johannes Löthberg | 1 | -6/+6 | |
2014-11-10 | yawa.h: Move argp variables to yawa.c | Johannes Löthberg | 1 | -4/+0 | |
2014-11-10 | Move parse_color to utils.c | Johannes Löthberg | 1 | -1/+0 | |
2014-11-10 | Handle all arguments, split out int parsing function | Johannes Löthberg | 1 | -15/+29 | |
2014-11-10 | parse_color: Use bool return-type, nuke PColor for Color* | Johannes Löthberg | 1 | -2/+2 | |
2014-11-10 | rename setRootAtoms to set_root_atoms to fit other names | Johannes Löthberg | 1 | -2/+1 | |
2014-11-05 | Split yawa.h out | Johannes Löthberg | 1 | -0/+86 | |