aboutsummaryrefslogtreecommitdiffstats
path: root/src/yawa.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-21yawa.h: Remove bitfields that were there for padding warningsHEADmastercoverity_scanJohannes Löthberg1-15/+15
2014-12-06Relicense under GPL2 onlyJohannes Löthberg1-0/+17
2014-11-11CMakeLists: Enable PIE, full RELRO and stack protectorJohannes Löthberg1-0/+1
2014-11-11Repack arguments structureJohannes Löthberg1-28/+25
2014-11-11Drop short opts for flipsJohannes Löthberg1-4/+4
2014-11-11Add replacement for -addd using --add and --distanceJohannes Löthberg1-4/+7
2014-11-11Fix alpha, blur, sharpen, constast, brightness, and gamma switchesJohannes Löthberg1-8/+8
2014-11-11replace all int with signed, unsigned int with unsignedJohannes Löthberg1-4/+4
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-2/+2
2014-11-11struct: ‘unsigned int’ → ‘unsigned’, ‘int’ → ‘signed’Johannes Löthberg1-7/+12
2014-11-11use ‘signed’ instead of ‘int’, redo prototypesJohannes Löthberg1-7/+15
2014-11-10Make non-negatable arguments unsigned, make parse_uintJohannes Löthberg1-6/+6
2014-11-10yawa.h: Move argp variables to yawa.cJohannes Löthberg1-4/+0
2014-11-10Move parse_color to utils.cJohannes Löthberg1-1/+0
2014-11-10Handle all arguments, split out int parsing functionJohannes Löthberg1-15/+29
2014-11-10parse_color: Use bool return-type, nuke PColor for Color*Johannes Löthberg1-2/+2
2014-11-10rename setRootAtoms to set_root_atoms to fit other namesJohannes Löthberg1-2/+1
2014-11-05Split yawa.h outJohannes Löthberg1-0/+86